File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,21 @@ Documentation
2
2
=============
3
3
4
4
1 . [ Form types] ( #form-types )
5
-
6
-
7
-
8
-
5
+ 1 . [ Default form types] ( #default-form-types )
6
+ 1 . [ Form definitions] ( #form-definitions )
7
+ 1 . [ Overriding field types and order] ( #overriding-field-types-and-order )
8
+ 1 . [ Standard Options] ( #standard-options )
9
+ 1 . [ onChange] ( #onchange )
10
+ 1 . [ Validation Messages] ( #validation-messages )
11
+ 1 . [ Inline feedback icons] ( #inline-feedback-icons )
12
+ 1 . [ Specific options per type] ( #specific-options-per-type )
13
+ 1 . [ fieldset and section] ( #fieldset-and-section )
14
+ 1 . [ conditional] ( #conditional )
15
+ 1 . [ select and checkboxes] ( #select-and-checkboxes )
16
+ 1 . [ actions] ( #actions )
17
+ 1 . [ button] ( #button )
18
+ 1 . [ radios and radiobuttons] ( #radios-and-radiobuttons )
19
+ 1 . [ Post process function] ( #post-process-function )
9
20
10
21
Form types
11
22
----------
@@ -49,8 +60,8 @@ a property.
49
60
| "type": "array" and a "enum" in array type | checkboxes |
50
61
51
62
52
- Form definition and " * "
53
- ----------------------
63
+ Form definitions
64
+ ----------------
54
65
If you don't supply a form definition, it will default to rendering the after the defaults taken
55
66
from the schema.
56
67
@@ -122,8 +133,8 @@ var schema = {
122
133
]
123
134
```
124
135
125
- Options
126
- -------
136
+ Standard Options
137
+ ----------------
127
138
128
139
General options most field types can handle:
129
140
``` javascript
You can’t perform that action at this time.
0 commit comments