Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

UIFieldset

Adarsh Pastakia edited this page Mar 24, 2017 · 3 revisions
Usage
  • With Label
    <ui-fieldset legend="Input Set">
      <ui-input-group> ... </ui-input-group>
      <ui-input-group> ... </ui-input-group>
    </ui-fieldset>
  • Collapsable with Checkbox
    <ui-fieldset legend="Input Set" enabled.bind="hasInputSet">
      <ui-input-group> ... </ui-input-group>
      <ui-input-group> ... </ui-input-group>
    </ui-fieldset>

    When enabled=false fieldset is collapsed and all child inputs disabled


Getting Started

Core Elements
Input Elements
  • UIButton
  • UIFieldset
  • UIForm
  • UIInputGroup
  • UIInput
  • UITextarea
  • UIDate
  • UIPhone
  • UICheckbox
  • UIRadio
  • UISwitch
  • UICombo
  • UITag
  • UIList
  • UIReorder
  • UILanguage
  • UIMarkdown
Components
API Classes
Clone this wiki locally