Macro for generic two-list UI. Expects to have the following names defined by the including template: - left_name: the name of the select widget for the left-hand side list. - left_list: a list of tuples of strings for the left-hand side: [ ( item_value, item_text ), ... ] - right_name: the name of the select widget for the right-hand side list. - right_list: is a list of tuples of strings for the right hand side: [ ( item_value, item_text ), ... ] - left_to_right: the name of the :method to move an item from left to right lists. - right_to_left: the name of the :method to move an item from left to right lists. - right_is_ordered: if defined, then order matters, and the next two names are required: o move_up: the name of a :method to move an item up in the right list. o move_down: the name of a :method to move an item down in the right list.
Available


Active