prompt
stringlengths 10
151
| Markdown code
stringlengths 5
232
|
---|---|
Add a toggle button with value by ID | <|{value_by_id_button}|toggle|value_by_id=True|> |
Insert a toggle control with an on_change callback | <|{on_change_callback_control}|toggle|on_change=toggle_changed|> |
Display a toggle button with automatic propagation | <|{auto_propagate_button}|toggle|propagate=True|> |
Show a toggle control as an inactive component | <|{inactive_control}|toggle|active=False|> |
Create a toggle button with a custom ID | <|{custom_id_button}|toggle|id=custom-toggle|> |
Add a toggle control with additional properties | <|{additional_properties_control}|toggle|properties={'custom_prop': 'value'}|> |
Insert a toggle button with a specific CSS class | <|{specific_css_button}|toggle|class_name=custom-class|> |
Display a toggle control with hover text | <|{hover_text_control}|toggle|hover_text=Toggle this element|> |
Show a toggle button with a dynamic value | <|{dynamic_value_button}|toggle|value=Dynamic Value|> |
Create a tree with custom properties and dynamic lov | <|{value}|tree|properties={'custom_prop': 'value'}|lov={dynamic_lov}|> |
Insert a tree with dynamic width, height and multiple selection | <|{value}|tree|width={dynamic_width}|height={dynamic_height}|multiple|> |
Display a tree with dropdown mode and custom height | <|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|> |
Show a tree with specific label and filter option | <|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|> |
Add tree with custom adapter function and row height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|> |
Create a tree with expanded nodes and custom class name | <|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|> |
Insert a tree with filter feature and value_by_id | <|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|> |
Display a tree with on_change callback and select leaf nodes only | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|> |
Show a tree with hover text, dropdown mode, and custom width | <|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|> |
Add tree with specific label, expanded nodes, and height | <|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|> |
Create a tree with custom properties, adapter function, and filter | <|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|> |
Insert a tree with dynamic active state, lov, and multiple selection | <|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|> |
Display a tree with multiple selection and dynamic lov | <|{value}|tree|lov={dynamic_lov}|multiple|> |
Show a tree with dropdown mode and specific row height | <|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|> |
Add tree with expanded nodes and filter feature | <|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|> |
Create a tree displaying only leaf nodes with custom width | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|> |
Insert a tree with adapter function and custom height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|> |
Display a tree with on_change callback and specific label | <|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|> |
Show a tree with hover text and value_by_id option | <|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|> |
Add tree with custom properties and expanded property as true | <|{value}|tree|properties={'prop1': 'value1'}|expanded=True|> |
Create a tree with dynamic width, height and filter option | <|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|> |
Insert a tree with dropdown mode and specific dimensions | <|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|> |
Display a tree with custom adapter function and row height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|> |
Show a tree with expanded nodes, filter feature, and custom class name | <|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|> |
Add tree with value_by_id and on_change callback | <|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|> |
Create a tree with select leaf nodes only and custom hover text | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|> |
Insert a tree with dynamic lov, dropdown mode, and specific label | <|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|> |
Display a tree with custom adapter function, expanded nodes, and filter | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|expanded=['Node 1']|filter|> |
Show a tree with dynamic active state, specific width, and multiple selection | <|{value}|tree|active={is_tree_active}|width='300px'|multiple|> |
Add tree with hover text, custom height, and value_by_id | <|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Choose wisely'|height='250px'|value_by_id|> |
Create a tree with specific label, custom properties, and expanded nodes | <|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Select Node'|properties={'key': 'value'}|expanded=['Node 1']|> |
Insert a tree with custom class name, adapter function, and dynamic lov | <|{value}|tree|class_name='custom_tree_class'|adapter={custom_adapter_function}|lov={dynamic_lov}|> |
Create tree with custom properties | <|{value}|tree|properties={'custom_prop': 'value'}|> |
Insert tree with dynamic width and multiple selection | <|{value}|tree|width={dynamic_width}|multiple|> |
Display tree with dropdown mode and custom height | <|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|height='200px'|> |
Show tree with specific label and filter option | <|{value}|tree|lov='Filter 1;Filter 2;Filter 3'|label='Select Filter'|filter|> |
Add tree with custom adapter function and row height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='40px'|> |
Create tree with expanded nodes and custom class | <|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 1']|class_name='expandable_tree'|> |
Insert tree with filter feature and value_by_id | <|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|filter|value_by_id|> |
Display tree with on_change callback and select leaf nodes | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|on_change='leaf_change_callback'|select_leafs_only|> |
Show tree with hover text, dropdown mode, and custom width | <|{value}|tree|lov='Dropdown 1;Dropdown 2;Dropdown 3'|hover_text='Select Dropdown'|dropdown|width='300px'|> |
Add tree with specific label, expanded nodes, and height | <|{value}|tree|lov='Node 1;Node 2;Node 3'|label='Node Selection'|expanded=['Node 2']|height='250px'|> |
Create tree with custom properties, adapter function, and filter | <|{value}|tree|properties={'custom_prop': 'value'}|adapter={custom_adapter_function}|filter|> |
Insert tree with dynamic active state, lov, and multiple selection | <|{value}|tree|active={is_tree_active}|lov={dynamic_lov_list}|multiple|> |
Display tree with multiple selection and dynamic lov | <|{value}|tree|lov={dynamic_lov}|multiple|> |
Show tree with dropdown mode and specific row height | <|{value}|tree|lov='Item 1;Item 2;Item 3'|dropdown|row_height='25px'|> |
Add tree with expanded nodes and filter feature | <|{value}|tree|lov='Node 1;Node 2;Node 3'|expanded=['Node 1']|filter|> |
Create tree displaying only leaf nodes with custom width | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|width='200px'|> |
Insert tree with adapter function and custom height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter}|height='350px'|> |
Display tree with on_change callback and specific label | <|{value}|tree|lov='Option 1;Option 2;Option 3'|on_change='on_change_callback'|label='Select Option'|> |
Show tree with hover text and value_by_id option | <|{value}|tree|lov='Group 1;Group 2;Group 3'|hover_text='Details'|value_by_id|> |
Add tree with custom properties and expanded property as true | <|{value}|tree|properties={'prop1': 'value1'}|expanded=True|> |
Create tree with dynamic width, height and filter option | <|{value}|tree|width={dynamic_width}|height={dynamic_height}|filter|> |
Insert tree with dropdown mode and specific dimensions | <|{value}|tree|lov='Choice 1;Choice 2;Choice 3'|dropdown|width='250px'|height='200px'|> |
Display tree with custom adapter function and row height | <|{value}|tree|lov={custom_lov}|adapter={custom_adapter_function}|row_height='35px'|> |
Show tree with expanded nodes, filter feature, and custom class | <|{value}|tree|lov='Expandable 1;Expandable 2;Expandable 3'|expanded=['Expandable 2']|filter|class_name='expandable_class'|> |
Add tree with value_by_id and on_change callback | <|{value}|tree|lov='Filtered 1;Filtered 2;Filtered 3'|value_by_id|on_change='filtered_change_callback'|> |
Create tree with select leaf nodes only and custom hover text | <|{value}|tree|lov='Leaf 1;Leaf 2;Leaf 3'|select_leafs_only|hover_text='Select a leaf'|> |
Insert tree with dynamic lov, dropdown mode, and specific label | <|{value}|tree|lov={dynamic_lov_list}|dropdown|label='Dynamic Dropdown'|> |
Create a tree with expanded set to True | <|{value}|tree|expanded=True|> |
Create a tree with multiple set to False | <|{value}|tree|multiple=False|> |
Create a tree with select_leafs_only set to True | <|{value}|tree|select_leafs_only=True|> |
Add a tree with row_height set to '40px' | <|{value}|tree|row_height='40px'|> |
Insert a tree with filter set to True | <|{value}|tree|filter=True|> |
Display a tree with width set to '500px' | <|{value}|tree|width='500px'|> |
Show a tree with height set to '300px' | <|{value}|tree|height='300px'|> |
Create a tree with dropdown set to True | <|{value}|tree|dropdown=True|> |
Create a tree with label set to 'Select Item' | <|{value}|tree|label='Select Item'|> |
Add a tree with value set to 'item_1' | <|{value}|tree|value='item_1'|> |
Display a tree with lov set to {'item_1': 'Item 1', 'item_2': 'Item 2'} | <|{value}|tree|lov={'item_1': 'Item 1', 'item_2': 'Item 2'}|> |
Show a tree with adapter set to custom_adapter_function | <|{value}|tree|adapter={custom_adapter_function}|> |
Create a tree with type set to 'CustomType' | <|{value}|tree|type='CustomType'|> |
Insert a tree with value_by_id set to True | <|{value}|tree|value_by_id=True|> |
Display a tree with on_change set to 'on_tree_change' | <|{value}|tree|on_change='on_tree_change'|> |
Show a tree with propagate set to True | <|{value}|tree|propagate=True|> |
Create a tree with active set to False | <|{value}|tree|active=False|> |
Add a tree with id set to 'custom_tree' | <|{value}|tree|id='custom_tree'|> |
Display a tree with properties set to {'custom_prop': 'value'} | <|{value}|tree|properties={'custom_prop': 'value'}|> |
Show a tree with class_name set to 'custom_tree_class' | <|{value}|tree|class_name='custom_tree_class'|> |
Create a tree with hover_text set to 'Hover for details' | <|{value}|tree|hover_text='Hover for details'|> |
Create a tree with expanded set to False | <|{value}|tree|expanded=False|> |
Add a tree with multiple set to True | <|{value}|tree|multiple=True|> |
Display a tree with select_leafs_only set to False | <|{value}|tree|select_leafs_only=False|> |
Show a tree with row_height set to '45px' | <|{value}|tree|row_height='45px'|> |
Insert a tree with filter set to False | <|{value}|tree|filter=False|> |
Create a tree with width set to '600px' | <|{value}|tree|width='600px'|> |
Add a tree with height set to '350px' | <|{value}|tree|height='350px'|> |
Display a tree with dropdown set to False | <|{value}|tree|dropdown=False|> |
Show a tree with label set to 'Choose Option' | <|{value}|tree|label='Choose Option'|> |
Create a tree with value set to 'item_2' | <|{value}|tree|value='item_2'|> |
Add a tree with lov set to 'item_a': 'Item A', 'item_b': 'Item B' | <|{value}|tree|lov={'item_a': 'Item A', 'item_b': 'Item B'}|> |