Page 1 of 1

ContentEditPre / protected mProperties

Posted: Thu Aug 02, 2012 9:45 pm
by mikatchu
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

Re: ContentEditPre / protected mProperties

Posted: Fri Aug 03, 2012 6:10 pm
by Dr.CSS
You most likely will need to be more specific as to what you are trying to do before getting help...