Hi all,
I have a question about how to execute the js after a edit form pop up.
Right now I have a edit form with a select list, and I want to add item to the list by js.
I have tried to add the js in the control template, but it executed before the edit form load, so it can never find the control that I want.
So I want to know if there is any way to execute the js after page load?
Cheers,
Daniel