Hello,
is there a possibility to highlight a whole row in combination with TREENODE2?
Something like
<rowtablearea2 griddataprop="treeNodes" rowcount="50" width="100%"
height="100%" withborder="false" vscroll="auto">
<tr>
<label name=" " width="100%" asheadline="true" colspan="3"/>
</tr>
<repeat>
<str valueprop="checked">
<cellspan width="25">
<icon image="/images/a.png"
visibleprop="aVisible">
</icon>
</cellspan>
<cellspan width="25">
<icon image="/images/b.png" visibleprop="bVisible">
</icon>
</cellspan>
<treenode2 width="95%" imageendnode="/images/fileendnode.gif"
singleselect="true" imageprop="treeImage">
</treenode2>
</str>
</repeat>
I wrote getChecked() and setChecked() in the node-class but this doesn’t work properly.
Can anyone help me?
Thanks.