Changes between Version 6 and Version 7 of SopUseJQuerytree
- Timestamp:
- 2012-01-11T10:44:43+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SopUseJQuerytree
v6 v7 28 28 29 29 * You will probably need a function like addingObjectsToTree which will actually create the JQueryTreeViewElemen and fill the JQueryTreeView. 30 * For the purposes of the measurements tree in LLcatalogueTree plugin(/molgenis_apps/apps/lifelines/plugins/LLcatalogueTree) we have instantiated the JQuery tree in public class JQueryTreeViewElementMeasurement extends JQueryTreeViewElement{ where the elements of the tree are measurements.30 * For the purposes of the measurements tree in LLcatalogueTree plugin(/molgenis_apps/apps/lifelines/plugins/LLcatalogueTree) we have instantiated the JQuery tree in public class JQueryTreeViewElementMeasurement extends JQueryTreeViewElement{ where the elements of the tree are measurements. 31 31 * There is an example in LLcatalogueTree 32 33 {{{ 32 34 public void addingMeasurementTotree(List<String> c 33 Also public String getTreeView() { return treeView.toHtml(); } will call render the tree in your ftl. 35 }}} 36 * Also public String getTreeView() { return treeView.toHtml(); } will call render the tree in your ftl.