{"prompt": "Create a tree with custom properties and dynamic lov", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|lov={dynamic_lov}|>"} {"prompt": "Insert a tree with dynamic width, height and multiple selection", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|multiple|>"} {"prompt": "Display a tree with dropdown mode and custom height", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|>"} {"prompt": "Show a tree with specific label and filter option", "Markdown code": "<|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|>"} {"prompt": "Add tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|>"} {"prompt": "Create a tree with expanded nodes and custom class name", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|>"} {"prompt": "Insert a tree with filter feature and value_by_id", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|>"} {"prompt": "Display a tree with on_change callback and select leaf nodes only", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|>"} {"prompt": "Show a tree with hover text, dropdown mode, and custom width", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|>"} {"prompt": "Add tree with specific label, expanded nodes, and height", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|>"} {"prompt": "Create a tree with custom properties, adapter function, and filter", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|>"} {"prompt": "Insert a tree with dynamic active state, lov, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|>"} {"prompt": "Display a tree with multiple selection and dynamic lov", "Markdown code": "<|{value}|tree|lov={dynamic_lov}|multiple|>"} {"prompt": "Show a tree with dropdown mode and specific row height", "Markdown code": "<|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|>"} {"prompt": "Add tree with expanded nodes and filter feature", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|>"} {"prompt": "Create a tree displaying only leaf nodes with custom width", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|>"} {"prompt": "Insert a tree with adapter function and custom height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|>"} {"prompt": "Display a tree with on_change callback and specific label", "Markdown code": "<|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|>"} {"prompt": "Show a tree with hover text and value_by_id option", "Markdown code": "<|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|>"} {"prompt": "Add tree with custom properties and expanded property as true", "Markdown code": "<|{value}|tree|properties={'prop1': 'value1'}|expanded=True|>"} {"prompt": "Create a tree with dynamic width, height and filter option", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|>"} {"prompt": "Insert a tree with dropdown mode and specific dimensions", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|>"} {"prompt": "Display a tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|>"} {"prompt": "Show a tree with expanded nodes, filter feature, and custom class name", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|>"} {"prompt": "Add tree with value_by_id and on_change callback", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|>"} {"prompt": "Create a tree with select leaf nodes only and custom hover text", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|>"} {"prompt": "Insert a tree with dynamic lov, dropdown mode, and specific label", "Markdown code": "<|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|>"} {"prompt": "Display a tree with custom adapter function, expanded nodes, and filter", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|expanded=['Node 1']|filter|>"} {"prompt": "Show a tree with dynamic active state, specific width, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|width='300px'|multiple|>"} {"prompt": "Add tree with hover text, custom height, and value_by_id", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Choose wisely'|height='250px'|value_by_id|>"} {"prompt": "Create a tree with specific label, custom properties, and expanded nodes", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Select Node'|properties={'key': 'value'}|expanded=['Node 1']|>"} {"prompt": "Insert a tree with custom class name, adapter function, and dynamic lov", "Markdown code": "<|{value}|tree|class_name='custom_tree_class'|adapter={custom_adapter_function}|lov={dynamic_lov}|>"} {"prompt": "Create tree with custom properties", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|>"} {"prompt": "Insert tree with dynamic width and multiple selection", "Markdown code": "<|{value}|tree|width={dynamic_width}|multiple|>"} {"prompt": "Display tree with dropdown mode and custom height", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|>"} {"prompt": "Show tree with specific label and filter option", "Markdown code": "<|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|>"} {"prompt": "Add tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|>"} {"prompt": "Create tree with expanded nodes and custom class", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|>"} {"prompt": "Insert tree with filter feature and value_by_id", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|>"} {"prompt": "Display tree with on_change callback and select leaf nodes", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|>"} {"prompt": "Show tree with hover text, dropdown mode, and custom width", "Markdown code": "<|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|>"} {"prompt": "Add tree with specific label, expanded nodes, and height", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|>"} {"prompt": "Create tree with custom properties, adapter function, and filter", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|>"} {"prompt": "Insert tree with dynamic active state, lov, and multiple selection", "Markdown code": "<|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|>"} {"prompt": "Display tree with multiple selection and dynamic lov", "Markdown code": "<|{value}|tree|lov={dynamic_lov}|multiple|>"} {"prompt": "Show tree with dropdown mode and specific row height", "Markdown code": "<|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|>"} {"prompt": "Add tree with expanded nodes and filter feature", "Markdown code": "<|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|>"} {"prompt": "Create tree displaying only leaf nodes with custom width", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|>"} {"prompt": "Insert tree with adapter function and custom height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|>"} {"prompt": "Display tree with on_change callback and specific label", "Markdown code": "<|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|>"} {"prompt": "Show tree with hover text and value_by_id option", "Markdown code": "<|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|>"} {"prompt": "Add tree with custom properties and expanded property as true", "Markdown code": "<|{value}|tree|properties={'prop1': 'value1'}|expanded=True|>"} {"prompt": "Create tree with dynamic width, height and filter option", "Markdown code": "<|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|>"} {"prompt": "Insert tree with dropdown mode and specific dimensions", "Markdown code": "<|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|>"} {"prompt": "Display tree with custom adapter function and row height", "Markdown code": "<|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|>"} {"prompt": "Show tree with expanded nodes, filter feature, and custom class", "Markdown code": "<|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|>"} {"prompt": "Add tree with value_by_id and on_change callback", "Markdown code": "<|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|>"} {"prompt": "Create tree with select leaf nodes only and custom hover text", "Markdown code": "<|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|>"} {"prompt": "Insert tree with dynamic lov, dropdown mode, and specific label", "Markdown code": "<|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|>"} {"prompt": "Create a tree with expanded set to True", "Markdown code": "<|{value}|tree|expanded=True|>"} {"prompt": "Create a tree with multiple set to False", "Markdown code": "<|{value}|tree|multiple=False|>"} {"prompt": "Create a tree with select_leafs_only set to True", "Markdown code": "<|{value}|tree|select_leafs_only=True|>"} {"prompt": "Add a tree with row_height set to '40px'", "Markdown code": "<|{value}|tree|row_height='40px'|>"} {"prompt": "Insert a tree with filter set to True", "Markdown code": "<|{value}|tree|filter=True|>"} {"prompt": "Display a tree with width set to '500px'", "Markdown code": "<|{value}|tree|width='500px'|>"} {"prompt": "Show a tree with height set to '300px'", "Markdown code": "<|{value}|tree|height='300px'|>"} {"prompt": "Create a tree with dropdown set to True", "Markdown code": "<|{value}|tree|dropdown=True|>"} {"prompt": "Create a tree with label set to 'Select Item'", "Markdown code": "<|{value}|tree|label='Select Item'|>"} {"prompt": "Add a tree with value set to 'item_1'", "Markdown code": "<|{value}|tree|value='item_1'|>"} {"prompt": "Display a tree with lov set to {'item_1': 'Item 1', 'item_2': 'Item 2'}", "Markdown code": "<|{value}|tree|lov={'item_1': 'Item 1', 'item_2': 'Item 2'}|>"} {"prompt": "Show a tree with adapter set to custom_adapter_function", "Markdown code": "<|{value}|tree|adapter={custom_adapter_function}|>"} {"prompt": "Create a tree with type set to 'CustomType'", "Markdown code": "<|{value}|tree|type='CustomType'|>"} {"prompt": "Insert a tree with value_by_id set to True", "Markdown code": "<|{value}|tree|value_by_id=True|>"} {"prompt": "Display a tree with on_change set to 'on_tree_change'", "Markdown code": "<|{value}|tree|on_change='on_tree_change'|>"} {"prompt": "Show a tree with propagate set to True", "Markdown code": "<|{value}|tree|propagate=True|>"} {"prompt": "Create a tree with active set to False", "Markdown code": "<|{value}|tree|active=False|>"} {"prompt": "Add a tree with id set to 'custom_tree'", "Markdown code": "<|{value}|tree|id='custom_tree'|>"} {"prompt": "Display a tree with properties set to {'custom_prop': 'value'}", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'value'}|>"} {"prompt": "Show a tree with class_name set to 'custom_tree_class'", "Markdown code": "<|{value}|tree|class_name='custom_tree_class'|>"} {"prompt": "Create a tree with hover_text set to 'Hover for details'", "Markdown code": "<|{value}|tree|hover_text='Hover for details'|>"} {"prompt": "Create a tree with expanded set to False", "Markdown code": "<|{value}|tree|expanded=False|>"} {"prompt": "Add a tree with multiple set to True", "Markdown code": "<|{value}|tree|multiple=True|>"} {"prompt": "Display a tree with select_leafs_only set to False", "Markdown code": "<|{value}|tree|select_leafs_only=False|>"} {"prompt": "Show a tree with row_height set to '45px'", "Markdown code": "<|{value}|tree|row_height='45px'|>"} {"prompt": "Insert a tree with filter set to False", "Markdown code": "<|{value}|tree|filter=False|>"} {"prompt": "Create a tree with width set to '600px'", "Markdown code": "<|{value}|tree|width='600px'|>"} {"prompt": "Add a tree with height set to '350px'", "Markdown code": "<|{value}|tree|height='350px'|>"} {"prompt": "Display a tree with dropdown set to False", "Markdown code": "<|{value}|tree|dropdown=False|>"} {"prompt": "Show a tree with label set to 'Choose Option'", "Markdown code": "<|{value}|tree|label='Choose Option'|>"} {"prompt": "Create a tree with value set to 'item_2'", "Markdown code": "<|{value}|tree|value='item_2'|>"} {"prompt": "Add a tree with lov set to 'item_a': 'Item A', 'item_b': 'Item B'", "Markdown code": "<|{value}|tree|lov={'item_a': 'Item A', 'item_b': 'Item B'}|>"} {"prompt": "Display a tree with adapter set to custom_adapter_function_v2", "Markdown code": "<|{value}|tree|adapter={custom_adapter_function_v2}|>"} {"prompt": "Show a tree with type set to 'CustomDataType'", "Markdown code": "<|{value}|tree|type='CustomDataType'|>"} {"prompt": "Create a tree with value_by_id set to False", "Markdown code": "<|{value}|tree|value_by_id=False|>"} {"prompt": "Add a tree with on_change set to 'on_tree_selection_change'", "Markdown code": "<|{value}|tree|on_change='on_tree_selection_change'|>"} {"prompt": "Display a tree with propagate set to False", "Markdown code": "<|{value}|tree|propagate=False|>"} {"prompt": "Show a tree with active set to True", "Markdown code": "<|{value}|tree|active=True|>"} {"prompt": "Create a tree with id set to 'custom_tree_v2'", "Markdown code": "<|{value}|tree|id='custom_tree_v2'|>"} {"prompt": "Add a tree with properties set to 'custom_prop': 'new_value'", "Markdown code": "<|{value}|tree|properties={'custom_prop': 'new_value'}|>"} {"prompt": "Display a tree with class_name set to 'custom_tree_class_v2'", "Markdown code": "<|{value}|tree|class_name='custom_tree_class_v2'|>"} {"prompt": "Show a tree with hover_text set to 'Hover for options'", "Markdown code": "<|{value}|tree|hover_text='Hover for options'|>"} {"prompt": "Create a tree with expanded set to True", "Markdown code": "<|{value}|tree|expanded=True|>"} {"prompt": "Add a tree with multiple set to False", "Markdown code": "<|{value}|tree|multiple=False|>"} {"prompt": "Display a tree with select_leafs_only set to True", "Markdown code": "<|{value}|tree|select_leafs_only=True|>"} {"prompt": "Show a tree with row_height set to '40px'", "Markdown code": "<|{value}|tree|row_height='40px'|>"} {"prompt": "Insert a tree with filter set to True", "Markdown code": "<|{value}|tree|filter=True|>"} {"prompt": "Create a tree with width set to '500px'", "Markdown code": "<|{value}|tree|width='500px'|>"} {"prompt": "Add a tree with height set to '300px'", "Markdown code": "<|{value}|tree|height='300px'|>"} {"prompt": "Display a tree with dropdown set to True", "Markdown code": "<|{value}|tree|dropdown=True|>"} {"prompt": "Show a tree with label set to 'Select Item'", "Markdown code": "<|{value}|tree|label='Select Item'|>"}