I have created an alternative form for my entity. The first and main form has some scripts that get loaded on form load event. But these scripts are not loaded in the alternative form load event
Would you help me please ?
Edited bypersian developerSaturday, August 29, 2015 7:56 AMtitle correction
It seems that for second form, I have to remove the js script (which works for on load event) and add it again and bind to on load event to proper method on js file.