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

I want to put a link in QxListView. How should I do ?

QxLink?

thanks

olivier


Reply via email to