Hi All
I have created check boxes using this code in view first column and calling view in $$view body — CODE
“[<input type=‘checkbox’ name=‘$$SelectDoc’ value='”+@Text(@DocumentUniqueID)+“’ onclick=if(this.status==true){document.forms[0].elements('hdchk”+@Text(@DocNumber)+“').value=this.value;}else{document.forms[0].elements('hdchk”+@Text(@DocNumber)+“‘).value=’';}> ]”
-
now i have to select all check boxes.
-
i have to get the document unique id of selected row or check box.
Regards
Sanjay