Jump to content

HTM Checkbox


Recommended Posts

yes, it would help us A LOT! we don't need the script, only the part, where you output the checkbox and check, if the checkbox is checked. the rest is up to us

 

if (_itemuSelectat.contains(_items.get(i)))

replyMSG.append("<td valign=center width=20><button value=\"\" action=\"bypass -h npc_"+getObjectId()+"_Cantitate "+_pageId+_eSelectat.replace(" "+_items.get(i).toString(),"") +"\" width=16 height=16 back=\"L2UI.CheckBox_checked\" fore=\"L2UI.CheckBox_checked\"></td>");

else

replyMSG.append("<td valign=center width=20><button value=\"\" action=\"bypass -h npc_"+getObjectId()+"_Cantitate "+_pageId+" "+_items.get(i).toString()+_eSelectat+"\" width=16 height=16 back=\"L2UI.CheckBox\" fore=\"L2UI.CheckBox\"></td>");

 

 

 

Link to comment
Share on other sites

  • 2 years later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...