How do i select all checkboxes ?
Hello All ,
I am new to using Active Widgets. I have used the extented grid property to achive freeze rows .And also checkboxes. Now all of this is inside of an iframe . How do i refer to the checkboxes outside of the iframe ? I have a "SELECT ALL" button outside the iframe which should select all the checkboxes.
I tried :
In the IFRAME which uses active widget :
obj1.setAttribute("type", "checkbox")
Outside the IFRAME :
window.document.iframename.document.formname.obj1.setAttribute('disabled',true);
But this doenst work . HOw do i reference the checkbox outside the iframe ?
Thanks in advance .. !!
I am new to using Active Widgets. I have used the extented grid property to achive freeze rows .And also checkboxes. Now all of this is inside of an iframe . How do i refer to the checkboxes outside of the iframe ? I have a "SELECT ALL" button outside the iframe which should select all the checkboxes.
I tried :
In the IFRAME which uses active widget :
obj1.setAttribute("type", "checkbox")
Outside the IFRAME :
window.document.iframename.document.formname.obj1.setAttribute('disabled',true);
But this doenst work . HOw do i reference the checkbox outside the iframe ?
Thanks in advance .. !!
Rupa
February 1,