You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

  1. The top level of a page shout be the ROOTUIELEMENT
  2. Each visible group of UI elements should be put in a Transparent Container. If the Transparent Container does NOT contain a Section Header, its "isLayoutContainer" must be set to TRUE. If instead a Section Header will be given to this group, it should be done as follows:
    1. Add a Section Header UI Element inside the Transparent Container. The Section Header's "Level" attribute should be set to "header4","header5", or "header6". Select the Transparent Container's attribute "LabeledBy" to be the ID of the Section Header. If a Transparent Container is labeled by a Section Header the attribute "isLayoutContainer" should be set to false.
  3. All input fields must be given a "Label" and set the LabelFor attribute to the ID of the assocated input.
  4. All images that do NOT convey important information, such as horizontal rules, spacers, must have their "isDecorative" attribute set to True.
  5. All images that DO convey important information must have short descriptive text in the ToolTip attribute.
  6. Tooltips should never repeat Label text, they should only be used to add more information. See guidelines for tooltips
  7. .
  • No labels