Class InputAttribs from \ AllAttribs()
Properties | |
accept | list of MIME types for file upload |
accesskey | accessibility key character |
alt | short description |
checked | for radio buttons and check boxes (boolean) |
disabled | unavailable in this context (boolean) |
ismap | use server-side image map |
maxlength | max chars for text fields |
name | submit as part of form |
onblur | the element lost the focus |
onchange | the element value was changed |
onfocus | the element got the focus |
onselect | some text was selected |
readonly | for text and passwd (boolean) |
size | specific to each type of field |
src | for fields with images |
tabindex | position in tabbing order |
type | what kind of widget is needed. Can be one of
|
usemap | use client-side image map |
value | Specify for radio buttons and checkboxes |
Properties inherited from class CoreAttribs | |
CLASS | Specifies a classname for an element. Will be rendered as "class" |
dir | Specifies the text direction for the content in an element |
id | Specifies a unique id for an element |
style | Specifies a language code for the content in an element |
title | Specifies extra information about an element |
Properties inherited from class I18nAttribs | |
lang | Specifies a language code for the content in an element |
xml__lang | Specifies a language code for the content in an element, in XHTML documents |
Properties inherited from class EventAttribs | |
onclick | Script to be run on a mouse click |
ondblclick | Script to be run on a mouse double-click |
onkeydown | Script to be run when a key is pressed |
onkeypress | Script to be run when a key is pressed and released |
onkeyup | Script to be run when a key is released |
onload | Script to be run when a document load |
onmousedown | Script to be run when mouse button is pressed |
onmousemove | Script to be run when mouse pointer moves |
onmouseout | Script to be run when mouse pointer moves out of an element |
onmouseover | Script to be run when mouse pointer moves over an element |
onmouseup | Script to be run when mouse button is released |
onunload | Script to be run when a document unload |
Methods inherited from class AttribsBase | |
toString | render the attributes |
list of MIME types for file upload
accessibility key character
short description
for radio buttons and check boxes (boolean)
unavailable in this context (boolean)
use server-side image map
max chars for text fields
submit as part of form
the element lost the focus
the element value was changed
the element got the focus
some text was selected
for text and passwd (boolean)
specific to each type of field
for fields with images
position in tabbing order
what kind of widget is needed. Can be one of
types are declared as properties in the InputType enumeration
use client-side image map
Specify for radio buttons and checkboxes