'onOffBehavior' is applied to : onOffBehavior « Javascript Properties « JavaScript Reference

'onOffBehavior' is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |currentStyle                    <input type="button">         |
|                |<input type="checkbox">         <input type="file">           |
|                |<input type="image">            <input type="password">       |
|                |<input type="radio">            <input type="reset">          |
|                |<input type="submit">           <input type="text">           |
|                |runtimeStyle                    style                         |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'onOffBehavior' Syntax and Note