Todo List
Bs_Object | --Bs_FormElement | --Bs_FormField | --Bs_FormFieldBtn | --Bs_FormFieldButton
example tag 1: <input name="buttonName" type="button" value="click here"> what's special about this tag?
example tag 2: <button name="fieldname" value="value" type="submit">some html code</button> what's special about this tag?
[line 45]
usually a string, can be a hash because it's language dependant. it's supposed to be html4, supported by ie4+, but not by ns4 :(
[line 54]
submit => default in html 4.0 reset => -- button => default in ie because of this difference, "submit" is the default for this class var.
Bs_FormFieldButton Bs_FormFieldButton( )
string &getField( )
overwrites (extends) parent method.