Page 1 of 1

ajax loading of modules/actions question ???

Posted: Fri Mar 04, 2011 8:22 am
by ghadad
Hello all ,

Suppose I have a XXX module and YYY action .
my question is how to create the ajax call from the template ?

I think I have an inelegant solution and it to create a page to each particular action and then load that page with showtemplate=false
but i dont like this solution .

second inelegant solution Change the module code and
assign with smarty the links i need ...

is there Any other simple soultions ?

I hope my question is understood ...
Thanks in advance
Golan

Re: ajax loading of modules/actions question ???

Posted: Fri Mar 04, 2011 9:27 am
by Jos
I think you can find an answer in this topic: http://forum.cmsmadesimple.org/viewtopi ... jax+module

Re: ajax loading of modules/actions question ??? [SOLVED]

Posted: Fri Mar 04, 2011 3:29 pm
by ghadad
many thanks
It gives me some clues.
special tag + GetModuleInstance + CreateLink is the answer .

Golan