Anyway, it is easy to write the same thing (actually onClick) in onLoad form and get the thing done. Write the even function in the onload as mentioned below.
MyDemoCheckbox = function() { crmForm.all.new_mydemocheckbox.onclick = function() { //Do what you need } }
Hope this will work for you.
Please check newest post on this topic.
No comments:
Post a Comment