Newbie here, I'd like to add a hyperlink to a cell in a datagrid, but  
can't quite determine the right way to go about it...

abbreviated example:

                <grid datapath="testDS:/command[1]/results"  
contentdatapath="testcase" >
                        <gridcolumn width="180">Test Name
                                <text datapath="testName/text()"/>
                        </gridcolumn>
                        <gridcolumn width="50">Bug
                                <inputtext datapath="bugNumber/text()"/>  <!-- 
I'd like to  
hyperlink this text value to a URL (and optionally validate the URL  
before linking)-->
                        </gridcolumn>
                </grid>


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to