Hello,

since Kenny is advertising the LISP table, I cannot resist to throw in the
QxTransformer table syntax as a shameless plug ;-):

<qx:table  
        id="containingFoldersTable" 
  tableColumnModel="qx.ui.table.columnmodel.Remote"
  keepFirstVisibleRowComplete="true"
        showCellFocusIndicator="false"
        selectionMode="{js}qx.ui.table.selection.Model.SINGLE_SELECTION"
        statusBarVisible="false"
  initializeWidthsOnEveryAppear="true">
  <qx:tableModel 
    class="qx.ui.table.model.Simple" />
  <qx:tableColumn 
    id="folderId" label="FID" visible="false"/>         
  <qx:tableColumn 
    id="icon" label=" " width="30" 
    dataCellRenderer="{js}qx.ui.table.cellrenderer.Image"/>                     
                                
  <qx:tableColumn 
    id="path" label="Folder"  />
</qx:table>

Of course, the server logic is not included here - for this, a different
tableModel is necessary - I use the virtualdata contrib's model, controller
and store for that. 

C.



-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/In-search-of-a-GUI-designer-tp5153553p5157118.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to