Execute Custom PHP Function
Execute Custom PHP Function

Hi!
I would like to know how can I execute a custom php function in the preEdit event.
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Hi!
I would like to know how can I execute a custom php function in the preEdit event.
Thanks
This question has an accepted answers - jump to answer
Answers
Is this in the server-side
preEdit
event? If so, then it should be as simple as defining a closure that will execute your function:Allan
Thank you!