Prev | Current Page 1102 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"


button : Creates a standard push button. Actions must be associated to the
button using a script and leveraging on the click event.
hidden : Creates a hidden control. This control has no visual representation but
its value will be submitted to the server along with the other controls.
file : Creates a file select control. It is used to upload a file to the server.
Appendix A: Semantic HTML
599
Attribute Name Description
type (a,
object, param,
link, script,
style)
Defines the content type of the linked resource.
Value type: ContentType
usemap Associates a map with an image element. A map element defines the image map
characteristics. The usemap attribute value must match the name attribute of
the map element.
Value type: URI
valign Defines the vertical alignment of the cell content.
Acceptable values:
top : The cell content is located on the top of the cell.
middle : The cell content is centered vertically.
bottom : The cell content is positioned at the bottom of the cell.
baseline : The content of all the cells in the same row with this attribute and
value, have the first line of text on the same axis.


Pages:
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114