Skip to content

Commit

Permalink
doc: Merge/update old Form.Element overview docs into source [prototy…
Browse files Browse the repository at this point in the history
…pejs#106 state:fixed_in_branch]
  • Loading branch information
Tim Walker authored and samleb committed Feb 19, 2010
1 parent 611b31d commit df44989
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/dom/form.js
Expand Up @@ -377,8 +377,9 @@ Form.Methods = {
* Utilities for dealing with form controls in the DOM.
*
* This is a collection of methods that assist in dealing with form controls.
* They provide ways to focus, serialize, disable/enable or extract current
* value from a specific control.
* They provide ways to [[Form.Element.focus focus]], [[Form.Element.serialize
* serialize]], [[Form.Element.disable disable]]/[[Form.Element.enable enable]]
* or extract current value from a specific control.
*
* Note that nearly all these methods are available directly on `input`,
* `select`, and `textarea` elements. Therefore, these are equivalent:
Expand All @@ -388,7 +389,7 @@ Form.Methods = {
*
* Naturally, you should always prefer the shortest form suitable in a
* situation. Most of these methods also return the element itself (as
* indicated by the return type) for chainability.
* indicated by the return type) for chainability.
**/

Form.Element = {
Expand Down

0 comments on commit df44989

Please sign in to comment.