> Hi,
> the sfExtraWidgetsPlugin is not bundled with the jquery lib and so it
> is not loaded automatically.
> Therefore you have to define and load the according jquery and jquery
> ui assets.
> 
> Example within PHP (but you should better define this assets in the
> view.yml):
> 
> $response->addStyleSheet( '/js/jquery/css/smoothness/jquery-
> ui-1.7.1.custom.css' );
> $response->addJavascript( '/js/jquery/js/jquery-
> ui-1.7.1.custom.min.js' );
> 
> The stylesheet is needed for the calendar layout and the js file
> includes the jquery and ui libs.
> Everything could be downloaded from the jquery page very easily.

Thanks for your reply Frank but didn't solve my problem. I do the things as you 
suggested and see the HTML output:

<script type="text/javascript" src="/js/jquery-1.3.2.min"></script>
<script type="text/javascript" 
src="/sfExtraWidgetsPlugin/js/tinymce/plugins/tinybrowser/tb_tinymce.js.php"></script>
<script type="text/javascript" 
src="/sfExtraWidgetsPlugin/js/tinymce/tiny_mce.js"></script>
<link rel="stylesheet" type="text/css" media="screen" 
href="/sfPropelPlugin/css/global.css" />
<link rel="stylesheet" type="text/css" media="screen" 
href="/sfPropelPlugin/css/default.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
<link rel="stylesheet" type="text/css" media="screen" 
href="/css/residencia.css" />
<link rel="stylesheet" type="text/css" media="screen" 
href="/css/estilos_grid.css" />

So I don't know how it failed.
Any advice?
Cheers
Ing. Reynier Pérez Mira
Dirección Técnica IP

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to