Skip to content

Commit

Permalink
Merge pull request #1179 from BogdanAlexandru/controlsdocs
Browse files Browse the repository at this point in the history
[Documentation] Add extra controls to developer guide
  • Loading branch information
VWoeltjen authored Sep 13, 2016
2 parents e73bb4f + 37cf56a commit 8c04596
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,15 +933,21 @@ Note that `templateUrl` is not supported for `containers`.

Controls provide options for the `mct-control` directive.

Six standard control types are included in the forms bundle:
Ten standard control types are included in the forms bundle:

* `textfield`: An area to enter plain text.
* `select`: A drop-down list of options.
* `checkbox`: A box which may be checked/unchecked.
* `color`: A color picker.
* `button`: A button.
* `datetime`: An input for UTC date/time entry; gives result as a UNIX
timestamp, in milliseconds since start of 1970, UTC.
timestamp, in milliseconds since start of 1970, UTC.
* `composite`: A control parenting an array of other controls.
* `menu-button`: A drop-down list of items supporting custom behavior
on click.
* `dialog-button`: A button which opens a dialog allowing a single property
to be edited.
* `radio`: A radio button.

New controls may be added as extensions of the controls category. Extensions of
this category have two properties:
Expand Down

0 comments on commit 8c04596

Please sign in to comment.