Update Element Value in List List View from List Plugin

pastvne

Bruce Decker
Hi All:
I have a list and wrote a PHP list plugin. It scans the values in the list then I'd like to update the value of the element 'status' for each row in the list within the plugin. I'd like the status to be re-rendered to show the value in the status element after the plug-in runs.

How would I update the list so that it would show my updates to the status element?

Thanks,
Bruce
 
I'm not sure I'm understanding. But in general, the way I do anything involving changing list data during list load is to run my list plugin onPreLoadData, so it runs before the list model getData actually loads the table data, and update the table there, so my updates get picked up when getData runs its query.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top