jQuery Option Tree widget for deform
Project description
This package makes jQuery Option Tree available as a deform form library widget. jQuery Option Tree converts a JSON option tree into dynamically created <select> elements allowing you to choose one nested option from the tree.
Currently only one feature for a very specific use case is implemented, hierarchical browsing from a data structure like this:
key value --- ----- 1 Option 1 11 Suboption 1.1 111 Subsubption 1.1.1 112 Subsubption 1.1.2 12 Suboption 1.2 2 Option 2 21 Suboption 2.1 22 Suboption 2.2 3 Option 3
The implementation is currently limited to 1 character == 1 level as keys. This is suitable for hierarchical selections from standards like ISCO08 or NACE Rev. 2
See the included demo application for details.
Contributions
Contributions are welcome, especially if you want to add support for more generic data structures and/or configurable options for the plugin.
Changes
0.1
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for deform_widget_jquery_option_tree-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f03915e27a02908643da101a73dd58cb2de57630f187af400d654df15677705d |
|
MD5 | 59740f6574b86e44f9c295bd7f2a3fa3 |
|
BLAKE2b-256 | e649b6f357f6ad385884a1d1938f5059c7b2b48d53bf3a809de5971c9ba0123c |