File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ Each _El.View_ is an event emitter. See riot.observable for further documentati
187
187
| El.View.register | () => | This registers the current custom tag with the rendering engine. Call it after you defined a tag |
188
188
189
189
### El.Form extends El.View
190
- This class is used to represent forms and more complex IO driven micro-apps.
190
+ This class is used to represent forms as well as more complex IO driven micro-apps. This class supplies common form validation and form submit logic .
191
191
192
192
#### Properties
193
193
@@ -205,7 +205,7 @@ This class is used to represent forms and more complex IO driven micro-apps.
205
205
| \_ submit | () => | Code here executes when the form is validated during _ submit()_ call |
206
206
207
207
### El.Input extends El.View
208
- This is the base class for all El custom tags .
208
+ This is the base class for building form inputs and IO controls .
209
209
210
210
#### Properties
211
211
You can’t perform that action at this time.
0 commit comments