Changes between Version 3 and Version 4 of S3/S3HierarchyWidget


Ignore:
Timestamp:
07/18/14 10:39:23 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3HierarchyWidget

    v3 v4  
    1111== Python Widget Class ==
    1212
    13   - ''tbw''
     13The 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).
    1414
     15It 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
     21See [wiki:S3/S3Hierarchy#Configuration] how to configure the hierarchy for the lookup table.
     22
     23Currently, the S3HierarchyWidget does not yet support custom hierarchy data.
    1524== JQuery UI Widget ==
    1625