diff --git a/.doc/UI/source/generated/Component/Component.rst b/.doc/UI/source/generated/Component/Component.rst new file mode 100644 index 000000000..a5acb031c --- /dev/null +++ b/.doc/UI/source/generated/Component/Component.rst @@ -0,0 +1,32 @@ +.. Copyright (C) 2010-2021 Combodo SARL +.. http://opensource.org/licenses/AGPL-3.0 + +.. _Components: + +UI Components +============= + +A UI component is a unitary block used to display information in iTop console. + +.. toctree:: + :maxdepth: 1 + :caption: Components: + + Alert/Alert + Button/Button + ButtonGroup/ButtonGroup + CollapsibleSection/CollapsibleSection + DataTable/DataTable + Field/Field + FieldBadge/FieldBadge + FieldSet/FieldSet + Form/Form + Input/FileSelect/FileSelect + Input/Input + Input/Select/Select + Input/Select/SelectOption + Panel/Panel + Spinner/Spinner + Title/Title + Toolbar/Toolbar + Toolbar/ToolbarSpacer/ToolbarSpacer diff --git a/.doc/UI/source/generated/Layout/Layout.rst b/.doc/UI/source/generated/Layout/Layout.rst new file mode 100644 index 000000000..bb658ac1a --- /dev/null +++ b/.doc/UI/source/generated/Layout/Layout.rst @@ -0,0 +1,17 @@ +.. Copyright (C) 2010-2021 Combodo SARL +.. http://opensource.org/licenses/AGPL-3.0 + +.. _Layouts: + +UI Layouts +========== + +A UI block that serves as a layout for the page. + +.. toctree:: + :maxdepth: 1 + :caption: Components: + + MultiColumn/Column/Column + MultiColumn/MultiColumn + UIContentBlock