Execute Custom PHP Function
Execute Custom PHP Function
alf007
Posts: 37Questions: 15Answers: 0
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.
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!