Prev | Current Page 1078 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"


option false selected, disabled,
label, value, i18n,
core, events
Represents a value in a list of possibilities. It
must be contained in an optgroup element
or in a select element. If the attribute value
is not present, the content of the option
element will be used as value on form
submission.
select false name, size, multiple,
disabled, tabindex,
onfocus, onblur,
onchange, i18n, core,
events
Is a control that permits to choose one or
more values, if the attribute multiple is
present, from a list of possible values. Each
allowed value is contained in an option
element inside the select element. The
select element must contain at least one
option element.
textarea false name, rows, cols,
disabled, readonly,
tabindex, accesskey,
onfocus, onblur,
onselect, onchange
A multiline text control.
Style, Script, and Links
The original HTML syntax that contained a very small subset of elements has been growing considerably
over the years. New elements, such as marquee and blink , have come out, sometimes introduced by
browser vendors and not defined in any common standard.


Pages:
1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090