Child pages
  • Upgrading to Servoy 8.x.x

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

elements.setTextDataprovider(dataSource, myTextDataprovider);

 

Here is a list of other changes :

  • "setRowHeight" is no more available in Servoy 8, you should instead
    set the row height using CSS in the solution style sheet, like this:
     

    [name='bean_name'] .dbtreeview span.fancytree-node {
    min-height: 40px;
    }
     

 

NOTE: Not all the api functions of the old DBTreeView are implemented in the new we component, yet.