Hi,
I'm appending the checkbox's and label to an item in listbox from
javascript code,
for ( i=0 ; i < itemtransList.length ; i++ ) {
var object=trackList.appendElement("<item width='100%'><div height='100%'
width='100%' cursor='hand' enabled='true' background=\"#000000\"><checkbox
name='c\"+i+\"' cursor='hand' y='3' x='1'
checkeddownImage='stock_images/checkbox_checked_down.png'
checkedimage='stock_images/checkbox_checked_up.png'
checkedoverImage='stock_images/checkbox_checked_over.png'
downImage='stock_images/checkbox_down.png'
image='stock_images/checkbox_up.png'
overImage='stock_images/checkbox_over.png' value='false'/><label x='20'
wordwrap='false' valign='middle' size='10' width='330' height='20'
color=\"#ffff00\">"+ItemArray[i]+"</label></div></item>");
}
if suppose I have checked 1 or more checkboxes, now how to I get the index
of the checked boxes?
please help......
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---