[symfony-users] Ajax Forms

2010-08-17 Thread Joshua Estes
A picture is worth a thousand words, so I attached one.

My idea is to create an Ajax form. As you can see from the image this
is a very basic form. The one I will make would be slightly more
complex. The code is all in the filter forms. What I am wanting to do
with this is each group, users will be able to add more fields to the
filter form. Right now I'm using the groups as embedded forms. I
want the add another field to do an ajax call and just render
another widget that is a dropdown/text area.

I've started off with creating my own widgetFormSchemaFormatter, but
the uri that I set for the call back is the own on the main form and
not the embedded form. Any ideas on some other ways I can go about
doing this? I assumed this would be fairly easy and straight forward,
but I keep running into issues. Anyone ever tried this before?

Thanks
f1g

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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
attachment: myImage.png

[symfony-users] Ajax Forms

2010-02-09 Thread Samuel Morhaim
Can somebody show me or point me in the right direction for doing:

1. Same-screen form edits. (For example adding an entry to a table with a
form on the same screen without re-navigating)
2. Deleting items from a table without re-navigating


I know there are examples for sf 1.2 but it was removed on 1.4 and with the
plugin there are no examples.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@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.



[symfony-users] AJAX forms

2009-07-23 Thread HAUSa

How do you make AJAX forms? Do you check each field immediately after
the user completes it (by adding a green border to it by example)? And
how can I make this?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] ajax forms with inline javascript (reCaptcha)

2008-12-24 Thread Yevgeniy A. Viktorov

Hello,


I have tried to build simple ajax form with reCaptcha, but got some
problems. The response of submitted form does not contain any
'script/script' tags. And it's not just reCaptcha, any others custom
'script' tags omitted from ajax response.

Seems like it's makes security sense, but I am looking for the right
solution...


Thanks for any help.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---