ContentEditPre / protected mProperties
Posted: Thu Aug 02, 2012 9:45 pm
Hi,
I use a content_module tag in a template. That module generates an array value so I have to convert into a string before saving.
The only way I found to modify this value, is to use the ContentEditPre event with my module, but the params parameter is protected, so I can't read/edit values.
Is there any way to alter page data when you edit a page, between the instant where you click on the 'save button', and the instant where the data is saved in the database ?
Thanks
I use a content_module tag in a template. That module generates an array value so I have to convert into a string before saving.
The only way I found to modify this value, is to use the ContentEditPre event with my module, but the params parameter is protected, so I can't read/edit values.
Is there any way to alter page data when you edit a page, between the instant where you click on the 'save button', and the instant where the data is saved in the database ?
Thanks