@@ -4,7 +4,7 @@ Documentation
4
4
1 . [ Basic Usage] ( #basic-usage )
5
5
1 . [ Handling Submit] ( #handling-submit )
6
6
1 . [ Global Options] ( #global-options )
7
- 1 . [ Form types] ( #form-types )
7
+ 1 . [ Form types] ( #form-types )
8
8
1 . [ Default form types] ( #default-form-types )
9
9
1 . [ Form definitions] ( #form-definitions )
10
10
1 . [ Overriding field types and order] ( #overriding-field-types-and-order )
@@ -190,6 +190,7 @@ Schema Form currently supports the following form field types out of the box:
190
190
| submit | a submit button |
191
191
| button | a button |
192
192
| radios | radio buttons |
193
+ | radios-inline | radio buttons in one line |
193
194
| radiobuttons | radio buttons with bootstrap buttons |
194
195
| help | insert arbitrary html |
195
196
| tab | tabs with content |
@@ -312,7 +313,7 @@ General options most field types can handle:
312
313
313
314
### onChange
314
315
The ``` onChange ``` option can be used with most fields and its value should be
315
- either an angular expression, as a string, or a function. If its an expression
316
+ either an angular expression, as a string, or a function. If its an expression
316
317
it will be evaluated in the parent scope of the ``` sf-schema ``` directive with
317
318
the special locals ``` modelValue ``` and ``` form ``` . If its a function that will
318
319
be called with ``` modelValue ``` and ``` form ``` as first and second arguments.
@@ -876,7 +877,7 @@ It is not needed for tabs on top.
876
877
The ` title` option is a bit special in ` tabarray` , it defines the title
877
878
of the tab and is considered a angular expression. The expression is evaluated
878
879
with two extra variables in context: **value** and **$index**, where **value**
879
- is the value in the array (i.e. that tab) and **$index** the index.
880
+ is the value in the array (i.e. that tab) and **$index** the index.
880
881
881
882
Example with tabs on the top:
882
883
0 commit comments