|
Hi again To make a link in link in QxListView I have tried this inspired from the demos. "Open" is displayed, but the link is not functioning. I am not sure of what is the qooxdoo way to do such things. Any hint ? ld.push({ id : { text : "<?php echo $slide['Slide']['id'] ?>" }, name : { uri : "http://www.google.com", html : "Open " }, modified : { text : "<?php echo $slide['Slide']['modified'] ?>" }, created : { text : "<?php echo $slide['Slide']['created'] ?>" }}); .... var lc = { id : { label : "Identifier", width : 100, type : "text", sortable : true, sortBy : "text" }, name : { label : "Name", width : 100, type : "html", sortable : true, sortBy : "html" }, modified : { label : "Last Modified", width : 150, type : "text", sortable : true, sortBy : "text" }, created : { label : "Created", width : 150, type : "text", sortable : true, sortBy : "text" } }; Olivier percebois-Garve wrote: hi |
- [qooxdoo-devel] link in grid Olivier percebois-Garve
- [qooxdoo-devel] Re: link in grid Olivier percebois-Garve
- Re: [qooxdoo-devel] Re: link in grid Sebastian Werner
