Guys,
I've upgraded my symfony from 1.2 to 1.3 and some javscripts added by
widgets are not included...
*/
class mpWidgetFormInputAutoSuggest extends sfWidgetForm
{
......
// javascripts
sfContext::getInstance()->getResponse()->addJavascript("prototype/js/prototype");
sfContext::getInstance()->getResponse()->addJavascript("autosuggest/autocomplete");
sfContext::getInstance()->getResponse()->addStylesheet("autosuggest/autocomplete");
on layouts I'm printing
<?php include_javascripts() ?>
<?php include_stylesheets() ?>
but not worked..
Any idea??
Nei
--
Nei Rauni Santos
[email protected]
+55 41 85020985
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en.