Group Input Example =================== Location: ``examples/webapp/group/`` This example demonstrates the ```` input type for organizing inputs into collapsible sections. A group of groups renders as a tabbed interface. tool.xml -------- .. code-block:: xml group (rappture2web) python3 @tool/group.py @driver on horizontal 1e-6 1e-6 K 300K sentence:Location = (${lat},${long}) 40.42 -86.91 Key concepts ------------ - **Tabs**: A group of groups (``tabs > models + ambient``) renders as a tabbed interface. - **Horizontal layout**: ``horizontal`` arranges child inputs side by side. - **Sentence layout**: ``sentence:Location = (${lat},${long})`` renders inputs inline within a sentence template. Running ------- .. code-block:: bash rappture2web examples/webapp/group/