Periodic Element Example ======================== Location: ``examples/webapp/periodicelement/`` This example demonstrates the ```` input type -- an interactive periodic table picker. tool.xml -------- .. code-block:: xml periodicelement (rappture2web) python3 @tool/periodicelement.py @driver Select the first element. As name Oxygen name symbol number weight Carbon weight other-non-metal Key concepts ------------ - ```` controls what data the script receives: ``name``, ``symbol``, ``number``, ``weight``, or any combination. - ```` restricts which element categories can be selected (e.g., ``other-non-metal``). - Default can be an element symbol (``As``) or full name (``Oxygen``). Running ------- .. code-block:: bash rappture2web examples/webapp/periodicelement/