Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

a: links.

.headerCollapse:The area which includes the collapse/expand arrow at the title.

.headerTitle: The area which defines the title text and add/remove buttons.

.headerRow: contains .headerCollapse and .headerTitle

.indent_1 .headerCollapse - .indent_6 .headerCollapse: they are combined with the .headerRow. The number increases due to the hierarchy. 1 is root, 2 is child of 1 ... 6 is child of 5.

.contentDiv: The area which contains all input fields and labels of the element.

.outer_element: This class is in .contentDiv to add more flexibile customization to it.

.fieldLabel: Label of the fields.

.input.inpfield: Fields.

.field: Contains .fieldLabel and .input.inpfield.

.multipleElementContainer: Contains all elements.


Hierarchy of the elements:

<multipleElementContainer>
    <headerRow indent_x>
        <headerCollapse />
        <headerTitle />
    </headerRow indent_x>
    <contentDiv>
        <outer_element>
            <field>
                <fieldLabel />
                <inpfield />
            </field>
        </outer_element>
    <contentDiv>
</multipleElementContainer>