Prev | Current Page 732 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"


Checkbox FormElement A checkbox input control. The corresponding
element is .
Document HtmlDom Represents the HTML document as a whole. It is
a very important definition because all the
possible interactions with the DOM tree must
start with it.
Event - A definition that brings information about a triggered
event like the pointer coordinates and the
status of the keyboard keys. It is automatically
created and passed to every event handler (fields
that are prefixed with on).
FileUpload FormElement Represents an input control that permits the
upload of a single file to a web server. The corresponding
element is .
Form HtmlDom -
FormElement HtmlDom A base definition for all of the input controls
used in a form.
Frame HtmlDom -
Frameset HtmlDom -
Hidden FormElement A hidden input control; the control passes its
value on form submission but it does not have a
visual representation. The corresponding
element is .
History - The definition for an object that contains
information about the user navigation history.


Pages:
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744