[symfony-users] Symfony and slider

2010-05-27 Thread pierrix
I want to use a slider to rate a transaction. It seems that script aculous slider is adapted for this mind. I use symfony 1.0. Could someone show me an example ? Thank you. Bye -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You r

[symfony-users] Re: Using extjs combobox with symfony

2009-10-10 Thread pierrix
So i've found again... when i initialize by setvalue the combo, thse store is not loaded. So i've have to load the combobox and initialize and display the tab when the store is loaded... with callback function. Thank's me ! On 10 oct, 18:23, pierrix wrote: > I solved this

[symfony-users] Re: Using extjs combobox with symfony

2009-10-10 Thread pierrix
eField... Could someone help me this time ? Thank's On 8 oct, 09:10, pierrix wrote: > Hi, > > I use symfony 1.0 with extjs2plugin. > > I use combobox. The data are correctly displayed but when i select an > item, and process the selectValue(id selected) in my code, the item

[symfony-users] Using extjs combobox with symfony

2009-10-08 Thread pierrix
Hi, I use symfony 1.0 with extjs2plugin. I use combobox. The data are correctly displayed but when i select an item, and process the selectValue(id selected) in my code, the item displayed doesn't refresh, and stay on initial value ! I tried to do the same thing in extjs without symfony and it'

[symfony-users] sfExtjs2Plugin

2009-05-12 Thread pierrix
I'd like to user sfExtjs2plugin in a symfony 1.0 application. Who could explain me how to create tabs, grid and forms ? Do I use symfony helpers, symfony routing, with sfExtjs2Plugin ? Thank you for your informations? Pierrix. --~--~-~--~~~---~--~~ You rec

[symfony-users] Re: Retrieving id from popup

2009-03-23 Thread pierrix
I found the answer : look at this url : http://www.phpcs.com/forum/sujet-RECUPERER-VARIABLE-POPUP-DANS-PAGE-INITIALE_1062645.aspx Thank's On 18 mar, 11:32, Tomasz Ignatiuk wrote: > I think there is somthing i Javascript like refferer in DOM. Look also > for something like this in jQuery. --~--~

[symfony-users] Retrieving id from popup

2009-03-18 Thread pierrix
On an edit page, some fields are related to other tables, in wich the user may have to create or edit the content. The select fields are'nt suitable when there is too much rows and when the user would edit the content. So I want to open a popup in which the user search, sort, select, or edit the

[symfony-users] Re: How to read recieving-element content ?

2008-10-13 Thread pierrix
I solved the problem : use Sf_user with an array which save in the session the content of the list. Read the following example about Caddie to understand : http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk Bye Pierrix On 6 oct, 23:45, pierrix <[EMAIL PROTECTED]>

[symfony-users] Re: Utilisation de draggable_element

2008-10-13 Thread pierrix
J'ai trouvé la solution, voir le lien ci-dessous : http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk Merci tout de même ! A+ Pierre On 7 oct, 21:29, pierrix <[EMAIL PROTECTED]> wrote: > Bonjour, > > je voudrais glisser déplacer des éléments

[symfony-users] Utilisation de draggable_element

2008-10-07 Thread pierrix
mment faire ? Merci pour votre aide ! Pierrix. --~--~-~--~~~---~--~~ 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 fr

[symfony-users] Utilisation de draggable_element

2008-10-07 Thread pierrix
mment faire ? Merci pour votre aide ! Pierrix. --~--~-~--~~~---~--~~ 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 fr

[symfony-users] How to read recieving-element content ?

2008-10-06 Thread pierrix
In other term's : I'use somme draggable element which are dropped into a receiving element. I want add these dropped element. Could I wait the end of the drop and update my database when all the element are dropped ? In this case, this mean that i could read my list of dropped element. But how re

[symfony-users] Problem with empty parameter in URL

2008-08-19 Thread pierrix
ag code is : Rechercher :getParameter('recherche'),' ') ?> Thank you for uor help. Pierrix. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

[symfony-users] Re: object_input_tag problem

2008-05-22 Thread pierrix
HI, to have a blank value, you can assign a default value in your database. On 10 mai, 20:01, Richix <[EMAIL PROTECTED]> wrote: > Hi > > I have a scaffolding module, but, on edit form the object_input_tag() > print an > the input have a text 'null'printedby > default. why? it can't be blank?