hi. i apologize for my english. i,ll try to help. you can use jQuery or any else javascript library for submiting forms with ajax:
- http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ you see? well, after submit form you should refresh table. for deleting items from a table I think you should traverse table records and get a specific record across columns in a row and then submit the delete action with ID as parameter, as batch actions. 2010/2/9 Samuel Morhaim <[email protected]> > Anyone? > > > On Tue, Feb 9, 2010 at 3:12 PM, Samuel Morhaim > <[email protected]>wrote: > >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > -- 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.
