Packages » Package html » Class HTMLInput

Class HTMLInput

Declaration:
<? class HTMLInput extends HTMLTag ?>

Description:
This tag displays a single input field of the form. The only required is the name attribute that specifies the name of the template variable that holds the InputField object. Along this attribute you may specify styling and scripting attributes that will be preserved in the resulting HTML tag. Note that you cannot specify the type or value attributes in the tag.

This tag can only be used within the HTMLShowForm tag.


Parent Classes:
SDNode , SDElement , HTMLTag

Authors:
  • Dennis Popel

Methods:
  • isExposed()
    Returns true if the tag is exposed
  • onOpen()
    Override this to take some action (possibly modify own children state and own attributes) and decide whether to process the body. Please note that this method can be called multiple times on the same instance if the tag is repeated with the body of parent tag.