angular-cn/public/docs/js/latest/api/forms/_data.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2015-04-19 16:53:18 -04:00
{
2015-04-26 11:01:04 -04:00
"index" : {
"title" : "Forms",
"intro" : "This module is used for handling user input, by defining and building a <a href='ControlGroup-class.html'><code>ControlGroup</code></a> that consists of<a href='Control-class.html'><code>Control</code></a> objects, and mapping them onto the DOM. <a href='Control-class.html'><code>Control</code></a> objects can then be used to read informationfrom the form DOM elements.This module is not included in the `angular2` module; you must import the forms module explicitly."
},
2015-04-19 16:53:18 -04:00
"DefaultValueAccessor-class" : {
"title" : "DefaultValueAccessor Class"
},
"CheckboxControlValueAccessor-class" : {
"title" : "CheckboxControlValueAccessor Class"
},
"ControlDirective-class" : {
"title" : "ControlDirective Class"
},
"ControlGroupDirective-class" : {
"title" : "ControlGroupDirective Class"
},
"FormDirectives-var" : {
"title" : "FormDirectives Var"
},
"FormBuilder-class" : {
"title" : "FormBuilder Class"
},
"VALID-var" : {
"title" : "VALID Var"
},
"INVALID-var" : {
"title" : "INVALID Var"
},
"Control-class" : {
"title" : "Control Class"
},
"ControlGroup-class" : {
"title" : "ControlGroup Class"
},
"ControlArray-class" : {
"title" : "ControlArray Class"
},
"Validators-class" : {
"title" : "Validators Class"
}
}