Methods and Properties of the Text Object : TextField : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextField »

 

Methods and Properties of the Text Object



  Method
blur()            Removes the focus from the text box.
focus()           Gives the focus to the text box.
handleEvent()     Invokes the default handler for the specified event.
select()          Selects the text in the text box.

 Property
defaultValue      Returns the value of this text box, specified by the value attribute. 
form              Returns the entire form the text box is in.
name              Returns the name, specified by the name attribute.
type              Returns the type specified by the type attribute.
value             Returns the value that is actually displayed in the text box.
           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» TextField