Changes between Version 3 and Version 4 of S3/S3HierarchyWidget
- Timestamp:
- 07/18/14 10:39:23 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3HierarchyWidget
v3 v4 11 11 == Python Widget Class == 12 12 13 - ''tbw'' 13 The S3HierarchyWidget (modules/s3/s3widgets.py) uses the '''S3Hierarchy''' toolkit to extract hierarchy information for the lookup table and to render it as a nested unsorted list (<ul>), then instantiates a '''hierarchicalopts''' widget (static/scripts/s3/s3.jquery.ui.hierarchicalopts.js). 14 14 15 It is currently used in 3 different use-cases: 16 17 - S3HierarchyWidget (directly as CRUD widget) 18 - S3HierarchyFilter (filter widget) 19 - S3SQLInlineLink (inline-widget to create link table entries to a hierarchical lookup table) 20 21 See [wiki:S3/S3Hierarchy#Configuration] how to configure the hierarchy for the lookup table. 22 23 Currently, the S3HierarchyWidget does not yet support custom hierarchy data. 15 24 == JQuery UI Widget == 16 25