Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using layout defined in VisualBuilder in a TileGrid

    Hi,

    Is it possible to use a layout defined in VisualBuilder (attached) as a tile in TileGrid. Do I need to first create a Java class handler for the XML (VB created XML file) and instantiate the Canvas defined in VB. And then refer to the java class in the tileGrid.setTileConstructor() method?

    Attached is the screenshot of the layout created in VB. It is a "card" type of layout and I need to display cards like it in a single column TileGrid.

    I am using SmartGWT Pro 5.1p.

    Thanks.
    Attached Files

    #2
    See docs: TileGrid is designed to generate tiles from DataSource Records. If you instead want to create components directly and put them in a tiled layout, use TileLayout.

    Comment

    Working...
    X