Hi

any body can help me to change text of first line in below list "Not Set" to
"something" when user click on label with id="MyId"

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow" xmlns="
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";>
<script type="text/javascript">
<![CDATA[
// put some js code here
]]>
</script>
<label id="MyId" value="Click Here to Edit font"/>


               <listbox>
                       <listhead >
                           <listheader label="URL"/>
                           <listheader label="Font Size"/>
                       </listhead>

                       <listcols>
                               <listcol/>
                           <listcol flex="1"/>
                       </listcols>
                       <listitem >
                           <listcell label=" http://......1"/>
                           <listcell  label="Not Set"/>
                       </listitem>
                       <listitem >
                           <listcell label="http://......2"/>
                           <listcell label="Not Set"/>
                       </listitem>

               </listbox>
</window>
_______________________________________________
Project_owners mailing list
Project_owners@mozdev.org
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to