sandeep kale wrote: > > Hi, > To do it like Thiago: Hi!
> I am using zone to reset ordering of rows in my list grid. I reorder the > rows in the list after clicking on reset button which refreshes zone > containing list grid. Upto this it's fine. But I have added js to on load > of document to set the class of rows in the list to a css class through > javascript call. But this binding is lost when zone refreshes my list > grid. > > Please suggest me the solution either to rebind to listgrid after zone > update or not to lose binding after zone update. > Just add a JavaScript to the zone that calls the same javascript method that is executed on load of document. This should update your row classes. -- Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/Zone-update-causes-to-loose-js-css-bound-to-div-inside-zone-tp4579141p4584041.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
