Categories > TinyButStrong general >

use xajax

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: thuc 101
Date: 2007-04-20
Time: 04:08

use xajax

I do not know well smarty but smarty can use xajax in its temp engine
(...from xajax..org
xajax can be used with the Smarty templating system by creating a variable in smarty that contains the xajax javascript:
$smarty->assign('xajax_javascript', $xajax->getJavascript());
Then you can use {$xajax_javascript}in your header template to use xajax on your site.

)
By: Skrol29
Date: 2007-04-20
Time: 10:16

Re: use xajax