Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKozak committed Dec 28, 2011
1 parent a8dc042 commit 7f08866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Expand Up @@ -375,14 +375,15 @@ Main UI Elements:
[Range] - creates a UISlider
[String] - creates a cell to display a readonly string
[Time] - creates a cell to edit time via popup
[List] - Takes an IEnumerable or Enum types and renders as List in single select or multiselect mode. Many options.


Modifier Attributes:
--------------------
these are attributes that modify the cells or another Attribute

[Caption] - use this caption instead of default
[Checkmark] - creates a CheckboxElement rather than a RadioButtonElement
[List] - Takes an IEnumerable and renders it inline in a section rather than on another page
[Order] - makes the order the elements are rendered more explicit
[Section] - starts a new section to hold elements
[Skip] - ignore this field or property
Expand Down

0 comments on commit 7f08866

Please sign in to comment.