Methods Summary |
---|
public java.lang.String | getAccessKey()A single character access key to give access to the form control. See
the accesskey attribute definition in HTML 4.0.
|
public java.lang.String | getAlign()Text alignment relative to FIELDSET . See the align
attribute definition in HTML 4.0. This attribute is deprecated in HTML
4.0.
|
public org.w3c.dom.html.HTMLFormElement | getForm()Returns the FORM element containing this control. Returns
null if this control is not within the context of a form.
|
public void | setAccessKey(java.lang.String accessKey)
|
public void | setAlign(java.lang.String align)
|