This module allows you to write HTML templates for both server and client using only Ceylon.
Packages | |
ceylon.html | |
ceylon.html.layout | |
ceylon.html.serializer |
Dependencies | ||
ceylon.collection | 1.1.0 |
Aliases | |
BlockOrInline | Source Codeshared BlockOrInline=> BlockElement|InlineElement An useful |
CssClass | Source Codeshared CssClass=> String|String[] Alias to represent a collection of CSS classes. |
DataContainer | Source Codeshared DataContainer=> <String->Object>[] Useful alias to indicate that a sequence of |
HeadElements | Source Codeshared HeadElements=> Title|Meta|Link|Script |
NonstandardAttributes | Source Codeshared NonstandardAttributes=> <String->Object>[] Useful alias to indicate that a sequence of |
Values | |
allDoctypes | Source Codeshared {Doctype+} allDoctypes |
auto | Source Codeshared auto auto Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource. |
autoDirection | Source Codeshared autoDirection autoDirection Indicates that the contents of the element are explicitly embedded text, but that the direction is to be determined programmatically using the contents of the element. |
blockTag | Source Codeshared blockTag blockTag Block tags are often represented by an opening and a closing tag, with content/children between. See also Div |
button | Source Codeshared button button Do nothing. The action must be specified by the user. |
checkbox | Source Codeshared checkbox checkbox Defines a checkbox control. The data type is a set of zero or more values from a predefined list. |
color | Source Codeshared color color Defines a color picker control. The data type is an sRGB color with 8-bit red, green, and blue components. |
copy | Source Codeshared copy copy Indicates that dropping an accepted item on the element will result in a copy of the dragged data. |
css | Source Codeshared css css |
date | Source Codeshared date date Defines a date control. The data type is a date (year, month, day) with no time zone. |
datetime | Source Codeshared datetime datetime A date and time control. The data type is a date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC. |
datetimeLocal | Source Codeshared datetimeLocal datetimeLocal A date and time control. The data type is a date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone. |
email | Source Codeshared email email A text field with an e-mail address or list of e-mail addresses. |
emptyTag | Source Codeshared emptyTag emptyTag Empty tags are self-contained. They open and close with no text content nor children. See also Meta |
external | Source Codeshared external external |
file | Source Codeshared file file Defines a file-select field and a 'Browse…' button (for file uploads). |
fullWidthLatin | Source Codeshared fullWidthLatin fullWidthLatin Latin-script input in the user's secondary language(s), using full-width characters, with aggressive typing aids intended for human-to-human communications enabled (e.g.text prediction and automatic capitalisation at the start of sentences). |
hard | Source Codeshared hard hard Indicates that the text in the textarea is to have newlines added by the user agent so that the text is wrapped when it is submitted. |
Source Codeshared hidden hidden Defines a hidden input field that can hold any
| |
html4Frameset | Source Codeshared html4Frameset html4Frameset |
html4Strict | Source Codeshared html4Strict html4Strict |
html4Transitional | Source Codeshared html4Transitional html4Transitional |
html5 | Source Codeshared html5 html5 |
image | Source Codeshared image image Defines an image as a submit button. |
javascript | Source Codeshared javascript javascript |
kana | Source Codeshared kana kana Kana or romaji input, typically hiragana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input. See also katakana |
katakana | Source Codeshared katakana katakana Katakana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input. See also kana |
latin | Source Codeshared latin latin Latin-script input in the user's preferred language(s), with some typing aids enabled (e.g. text prediction). |
latinName | Source Codeshared latinName latinName Latin-script input in the user's preferred language(s), with typing aids intended for entering human names enabled (e.g. text prediction from the user's contact list and automatic capitalisation at every word). |
latinProse | Source Codeshared latinProse latinProse Latin-script input in the user's preferred language(s), with aggressive typing aids intended for human-to-human communications enabled (e.g. text prediction and automatic capitalisation at the start of sentences). |
leftToRight | Source Codeshared leftToRight leftToRight Indicates that the contents of the element are explicitly directionally embedded left-to-right text. |
link | Source Codeshared link link Indicates that dropping an accepted item on the element will result in a link to the original data. |
metadata | Source Codeshared metadata metadata Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, track list, duration, etc), and maybe even the first few frames, is reasonable. |
month | Source Codeshared month month A month control. The data type is a date consisting of a year and a month with no time zone. |
move | Source Codeshared move move Indicates that dropping an accepted item on the element will result in the dragged data being moved to the new location. |
none | Source Codeshared none none Hints to the user agent that either the author does not expect the user to need the media resource, or that the server wants to minimize unnecessary traffic. |
number | Source Codeshared number number |
password | Source Codeshared password password |
radio | Source Codeshared radio radio |
range | Source Codeshared range range |
reset | Source Codeshared reset reset If the element has a form owner, the element must reset the form owner. |
rightToLeft | Source Codeshared rightToLeft rightToLeft Indicates that the contents of the element are explicitly directionally embedded right-to-left text. |
search | Source Codeshared search search |
searchInput | Source Codeshared searchInput searchInput |
soft | Source Codeshared soft soft Indicates that the text in the textarea is not to be wrapped when it is submitted (though it can still be wrapped in the rendering). |
stylesheet | Source Codeshared stylesheet stylesheet |
submit | Source Codeshared submit submit If the element has a form owner, the element must submit the form owner |
tag | Source Codeshared tag tag |
tel | Source Codeshared tel tel |
text | Source Codeshared text text |
time | Source Codeshared time time A time control. The data type is a time (hour, minute, seconds, fractional seconds) with no time zone. |
url | Source Codeshared url url |
verbatim | Source Codeshared verbatim verbatim Alphanumeric Latin-script input of non-prose content, e.g. usernames, passwords, product codes. |
week | Source Codeshared week week A week control. The data type is a date consisting of a year and a month with no time zone. |
xhtml11 | Source Codeshared xhtml11 xhtml11 |
xhtml11Basic | Source Codeshared xhtml11Basic xhtml11Basic |
xhtml1Frameset | Source Codeshared xhtml1Frameset xhtml1Frameset |
xhtml1Strict | Source Codeshared xhtml1Strict xhtml1Strict |
xhtml1Transitional | Source Codeshared xhtml1Transitional xhtml1Transitional |
xhtmlDoctypes | Source Codeshared {Doctype+} xhtmlDoctypes |
Interfaces | |
BlockElement | Source Codeshared BlockElement Block level elements normally start (and end) with a new line when displayed in a browser. |
Document | Source Codeshared Document Represents the entire HTML document, this means that it holds the entire configuration and content. Conceptually, it is the root of the document tree. |
ElementType | Source Codeshared ElementType Enumerated type used to group elements with common behavior about how they are rendered and how they relate to each other. This interface is useful to empower proper and semantic HTML writing by API design, enforcing constraints at compile time: P { Span("Paragraph elements can have inline elements as children, like a span..."), Div("But not block elements, like a div!") // compilation error }; |
InlineElement | Source Codeshared InlineElement Inline elements are normally displayed without starting a new line.
Note: if you want to properly customize inline elements' sizing
properties you must style them with |
Node | Source Codeshared Node Represents a single node in the |
ParentNode | Source Codeshared ParentNode<out Child> Marks a |
Snippet | Source Codeshared Snippet<out Result> It's basically a factory of For example a snippet to build a modal dialog, like this: shared class Dialog(String title, Boolean closeable = true, Div body, Button* buttons = {}) satisfies Snippet<Div> { content => Div { classNames = "modal"; Aria { role = dialog; }; Div { classNames = "modal-header"; H4(title), closeable then Button { "×"; classNames = "close"; } }, Div { classNames = "modal-body"; body }, Div { classNames = "modal-footer"; buttons } } } |
TableElement | Source Codeshared TableElement An special type of element that's available only as |
TextNode | Source Codeshared TextNode Marks a |
Classes | |
A | Source Codeshared A Represents a hyperlink, which is used to link from one page to another
through the Technical details about this element can be found on the Official W3C reference |
Abbr | Source Codeshared Abbr Represents an abbreviation or acronym. The optional
Technical details about this element can be found on the Official W3C reference |
Aria | Source Codeshared Aria |
Article | Source Codeshared Article Represents a section of a page that consists of a composition that forms an independent part of a document. This could be a forum post, a magazine or newspaper article for example. Technical details about this element can be found on the Official W3C reference |
Aside | Source Codeshared Aside Represents a section of a page consisting of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Technical details about this element can be found on the Official W3C reference |
Audio | Source Codeshared Audio Represents a sound or audio stream. Technical details about this element can be found on the Official W3C reference |
B | Source Codeshared B Represents a span of text to be stylistically offset from the normal prose without conveying any extra importance. Examples are key words in a document abstract, product names in a review, or other spans of text whose typical typographic presentation is bold. Technical details about this element can be found on the Official W3C reference |
BaseElement | Source Codeshared abstract BaseElement A default |
Blockquote | Source Codeshared Blockquote Represents a section that is quoted from another source. |
Body | Source Codeshared Body Represents the main content of the Technical details about this element can be found on the Official W3C reference |
Br | Source Codeshared Br Represents a line break. Must be used only for line breaks that are actually part of the content, don't use in paragraphs. Technical details about this element can be found on the Official W3C reference |
Button | Source Codeshared Button Represents a button. Technical details about this element can be found on the Official W3C reference |
ButtonType | Source Codeshared abstract ButtonType Controls the behavior of the button when it is activated. Technical details about this attribute can be found on the Official W3C reference |
CharsetMeta | Source Codeshared CharsetMeta Utility class to easily express a charset metadata for the |
Cite | Source Codeshared Cite represents the title of a work (e.g. a book, a paper, an essay, a poem, a score, a song, a script, a film, etc). This can be a work that is being quoted or referenced in detail (i.e. a citation), or it can just be a work that is mentioned in passing. Technical details about this element can be found on the Official W3C reference |
Code | Source Codeshared Code The code element represents a fragment of computer code. Technical details about this element can be found on the Official W3C reference |
CssLink | Source Codeshared CssLink Utility |
DataList | Source Codeshared DataList Represents a set of option elements that represent predefined options for other controls. In the rendering, the datalist element represents nothing and it, along with its children, should be hidden. Technical details about this element can be found on the Official W3C reference |
Dd | Source Codeshared Dd Represents the description, definition, or value, part of a term-description group in a description list. Technical details about this element can be found on the Official W3C reference |
Del | Source Codeshared Del Represents a removal from the document. The del elements should not cross implied paragraph boundaries. Technical details about this element can be found on the Official W3C reference |
Dfn | Source Codeshared Dfn Represents the defining instance of a term. The paragraph,
description list group, or section that is the nearest ancestor
of the Technical details about this element can be found on the Official W3C reference |
Div | Source Codeshared Div This element has no special meaning, but it's very useful for
semantic element grouping as a block. Basically a Div { classNames = "gallery"; Div { classNames = "thumb"; }, // ... more thumbs Div { classNames = "thumb"; } } If you want to group elements in a inline manner, see Technical details about this element can be found on the Official W3C reference |
Dl | Source Codeshared Dl Represents a description list consisting of zero or more
name ( Technical details about this element can be found on the Official W3C reference |
Doctype | Source Codeshared abstract Doctype The document type. It provides information about how the |
DropZone | Source Codeshared abstract DropZone Defines the behavior of a drop zone element. |
Dt | Source Codeshared Dt Represents the term, or name, part of a term-description group in a description list. Technical details about this element can be found on the Official W3C reference |
Element | Source Codeshared abstract Element Implementations of this class represents a concrete element used
to display formatted content, to define metadata or to import external
resources of a |
Em | Source Codeshared Em Represents stress emphasis of its contents. Technical details about this element can be found on the Official W3C reference |
FieldSet | Source Codeshared FieldSet Represents a group of form controls, optionally described by
a Technical details about this element can be found on the Official W3C reference |
Footer | Source Codeshared Footer Represents the “footer” of a document or section of a document. The footer element typically contains metadata about its enclosing section, such as who wrote it, links to related documents, copyright data, etc. Technical details about this element can be found on the Official W3C reference |
Form | Source Codeshared Form Represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing. Technical details about this element can be found on the Official W3C reference |
FormElement | Source Codeshared abstract FormElement Base class for form control elements. |
H1 | Source Codeshared H1 This is the highest level heading. |
H2 | Source Codeshared H2 This is the level two heading. |
H3 | Source Codeshared H3 This is the level three heading. |
H4 | Source Codeshared H4 This is the level four heading. |
H5 | Source Codeshared H5 This is the level 5 heading. |
H6 | Source Codeshared H6 This is the lowest level heading. |
Head | Source Codeshared Head Groups the metadata of the |
Header | Source Codeshared Header Represents the “header” of a document or section of a document. The header element is typically used to group a set of h1–h6 elements to mark up a page's title with its subtitle or tagline. Technical details about this element can be found on the Official W3C reference |
Heading | Source Codeshared abstract Heading Base class for heading (h1-6) elements.
They represent headings and subheadings in a Technical details about this element can be found on the Official W3C reference |
HiddenInput | Source Codeshared HiddenInput |
Hr | Source Codeshared Hr Represents a paragraph-level thematic break. The 'paragraph-level' bit means between blocks of text, so it shouldn't be used to separate sections of a site. Technical details about this element can be found on the Official W3C reference |
Html | Source Codeshared Html |
I | Source Codeshared I Represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose. Technical details about this element can be found on the Official W3C reference |
Img | Source Codeshared Img Represents an image. The image given by the Technical details about this element can be found on the Official W3C reference |
Input | Source Codeshared Input Represents a typed data field, usually with a form control to allow the user to edit the data. Technical details about this element can be found on the Official W3C reference |
InputMode | Source Codeshared abstract InputMode Specifies what kind of input mechanism would be most helpful for users entering content into the form input. Technical details about this attribute can be found on the Official W3C reference |
InputType | Source Codeshared abstract InputType Controls the data type (and associated control) of the element. Technical details about this attribute can be found on the Official W3C reference |
Ins | Source Codeshared Ins Represents an addition to the document. The ins elements should not cross implied paragraph boundaries. Technical details about this element can be found on the Official W3C reference |
Kbd | Source Codeshared Kbd Represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands). Technical details about this element can be found on the Official W3C reference |
Label | Source Codeshared Label Represents a caption in a user interface. The caption can be
associated with a specific form control (through the Technical details about this element can be found on the Official W3C reference |
Legend | Source Codeshared Legend Represents a caption for the rest of the contents
of the parent Technical details about this element can be found on the Official W3C reference |
Li | Source Codeshared Li Represents a list item. Technical details about this element can be found on the Official W3C reference |
Link | Source Codeshared Link Defines a relationship between the |
LinkRel | Source Codeshared abstract LinkRel The relationship kind between the current document and the linked document. |
LinkType | Source Codeshared LinkType |
Mark | Source Codeshared Mark Represents a run of text in one document marked or highlighted because of its relevance in another context. Technical details about this element can be found on the Official W3C reference |
Media | Source Codeshared abstract Media |
MediaPreload | Source Codeshared abstract MediaPreload Used to specify if and how the author thinks the media should be loaded when the page loads. Technical details about this attribute can be found on the Official W3C reference |
Meta | Source Codeshared Meta The meta element represents various kinds of metadata
expressed through pairs of Technical details about this element can be found on the Official W3C reference |
Nav | Source Codeshared Nav Represents navigation for a document. The nav element is a section containing links to other documents or to parts within the current document. Technical details about this element can be found on the Official W3C reference |
Ol | Source Codeshared Ol Represents a list of items, where the items ( Technical details about this element can be found on the Official W3C reference |
Option | Source Codeshared Option Represents an option in a Technical details about this element can be found on the Official W3C reference |
OptionGroup | Source Codeshared OptionGroup Represents a group of Technical details about this element can be found on the Official W3C reference |
P | Source Codeshared P Represents a paragraph. Technical details about this element can be found on the Official W3C reference |
PasswordInput | Source Codeshared PasswordInput |
Pre | Source Codeshared Pre Represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements. Technical details about this element can be found on the Official W3C reference |
Q | Source Codeshared Q Represents some phrasing content quoted from another source. Technical details about this element can be found on the Official W3C reference |
S | Source Codeshared S Represents contents that are no longer accurate or no longer relevant. Technical details about this element can be found on the Official W3C reference |
Samp | Source Codeshared Samp Represents (sample) output from a program or computing system. Technical details about this element can be found on the Official W3C reference |
Script | Source Codeshared Script Allows authors to include dynamic script and data blocks in their documents. The element does not represent content for the user. Technical details about this element can be found on the Official W3C reference |
ScriptType | Source Codeshared abstract ScriptType |
Section | Source Codeshared Section Represents a generic document or application section. In this context,
a section is a thematic grouping of content, typically with a Technical details about this element can be found on the Official W3C reference |
Select | Source Codeshared Select Represents a control for selecting amongst a set of options. Technical details about this element can be found on the Official W3C reference |
Small | Source Codeshared Small Represents side comments such as small print. It is not intended to be presentational. It is only intended for short runs of text. Technical details about this element can be found on the Official W3C reference |
Source | Source Codeshared Source Allows authors to specify multiple alternative media resources for media elements. It does not represent anything on its own. |
Span | Source Codeshared Span This element has no special meaning, but it's very useful for
semantic element grouping in a inline manner. Basically a Span { "Text"; classNames = "label"; Img { src = "images/close.png"; } } If you want to group elements in a block, see Technical details about this element can be found on the Official W3C reference |
Strong | Source Codeshared Strong Represents strong importance for its contents. Technical details about this element can be found on the Official W3C reference |
StyledElement | Source Codeshared abstract StyledElement Implementations of this class represents an element that can be styled using CSS. |
Sub | Source Codeshared Sub Represents a subscript of its contents. Technical details about this element can be found on the Official W3C reference |
Sup | Source Codeshared Sup Represents a superscript of its contents. Technical details about this element can be found on the Official W3C reference |
Table | Source Codeshared Table Represents tabular data. It is advised against the use of tables
for layout purposes (use Technical details about this element can be found on the Official W3C reference |
Tag | Source Codeshared Tag |
TagType | Source Codeshared abstract TagType |
Td | Source Codeshared Td Represents a data cell in a Technical details about this element can be found on the Official W3C reference |
TextArea | Source Codeshared TextArea Represents a multiline plain text edit control for the element's raw value. Technical details about this element can be found on the Official W3C reference |
TextAreaWrap | Source Codeshared abstract TextAreaWrap Specifies how the text in a text area is to be wrapped when submitted in a form. Technical details about this attribute can be found on the Official W3C reference |
TextDirection | Source Codeshared abstract TextDirection The text directionality. For details, check Official W3C Specification |
TextInput | Source Codeshared TextInput |
Th | Source Codeshared Th Represents a header cell in a Technical details about this element can be found on the Official W3C reference |
Title | Source Codeshared Title Represents the title node, present only on the head of the document. |
Tr | Source Codeshared Tr Represents a row of cells ( Technical details about this element can be found on the Official W3C reference |
U | Source Codeshared U Represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in a foreign language. Technical details about this element can be found on the Official W3C reference |
Ul | Source Codeshared Ul Represents a list of items ( Technical details about this element can be found on the Official W3C reference |
Var | Source Codeshared Var Represents a variable. This could be an actual variable in a mathematical expression or programming context, or it could just be a term used as a placeholder in prose. Technical details about this element can be found on the Official W3C reference |
Video | Source Codeshared Video Represents a video or movie. Technical details about this element can be found on the Official W3C reference |
Wbr | Source Codeshared Wbr Represents a line break opportunity. Any content inside must not be considered part of the surrounding text. Technical details about this element can be found on the Official W3C reference |
auto | Source Codeshared auto Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource. |
autoDirection | Source Codeshared autoDirection Indicates that the contents of the element are explicitly embedded text, but that the direction is to be determined programmatically using the contents of the element. |
blockTag | Source Codeshared blockTag Block tags are often represented by an opening and a closing tag, with content/children between. |
button | Source Codeshared button Do nothing. The action must be specified by the user. |
checkbox | Source Codeshared checkbox Defines a checkbox control. The data type is a set of zero or more values from a predefined list. |
color | Source Codeshared color Defines a color picker control. The data type is an sRGB color with 8-bit red, green, and blue components. |
copy | Source Codeshared copy Indicates that dropping an accepted item on the element will result in a copy of the dragged data. |
css | Source Codeshared css |
date | Source Codeshared date Defines a date control. The data type is a date (year, month, day) with no time zone. |
datetime | Source Codeshared datetime A date and time control. The data type is a date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC. |
datetimeLocal | Source Codeshared datetimeLocal A date and time control. The data type is a date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone. |
email | Source Codeshared email A text field with an e-mail address or list of e-mail addresses. |
emptyTag | Source Codeshared emptyTag Empty tags are self-contained. They open and close with no text content nor children. |
external | Source Codeshared external |
file | Source Codeshared file Defines a file-select field and a 'Browse…' button (for file uploads). |
fullWidthLatin | Source Codeshared fullWidthLatin Latin-script input in the user's secondary language(s), using full-width characters, with aggressive typing aids intended for human-to-human communications enabled (e.g.text prediction and automatic capitalisation at the start of sentences). |
hard | Source Codeshared hard Indicates that the text in the textarea is to have newlines added by the user agent so that the text is wrapped when it is submitted. |
Source Codeshared hidden Defines a hidden input field that can hold any
| |
html4Frameset | Source Codeshared html4Frameset |
html4Strict | Source Codeshared html4Strict |
html4Transitional | Source Codeshared html4Transitional |
html5 | Source Codeshared html5 |
image | Source Codeshared image Defines an image as a submit button. |
javascript | Source Codeshared javascript |
kana | Source Codeshared kana Kana or romaji input, typically hiragana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input. |
katakana | Source Codeshared katakana Katakana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input. |
latin | Source Codeshared latin Latin-script input in the user's preferred language(s), with some typing aids enabled (e.g. text prediction). |
latinName | Source Codeshared latinName Latin-script input in the user's preferred language(s), with typing aids intended for entering human names enabled (e.g. text prediction from the user's contact list and automatic capitalisation at every word). |
latinProse | Source Codeshared latinProse Latin-script input in the user's preferred language(s), with aggressive typing aids intended for human-to-human communications enabled (e.g. text prediction and automatic capitalisation at the start of sentences). |
leftToRight | Source Codeshared leftToRight Indicates that the contents of the element are explicitly directionally embedded left-to-right text. |
link | Source Codeshared link Indicates that dropping an accepted item on the element will result in a link to the original data. |
metadata | Source Codeshared metadata Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, track list, duration, etc), and maybe even the first few frames, is reasonable. |
month | Source Codeshared month A month control. The data type is a date consisting of a year and a month with no time zone. |
move | Source Codeshared move Indicates that dropping an accepted item on the element will result in the dragged data being moved to the new location. |
none | Source Codeshared none Hints to the user agent that either the author does not expect the user to need the media resource, or that the server wants to minimize unnecessary traffic. |
number | Source Codeshared number |
password | Source Codeshared password |
radio | Source Codeshared radio |
range | Source Codeshared range |
reset | Source Codeshared reset If the element has a form owner, the element must reset the form owner. |
rightToLeft | Source Codeshared rightToLeft Indicates that the contents of the element are explicitly directionally embedded right-to-left text. |
search | Source Codeshared search |
searchInput | Source Codeshared searchInput |
soft | Source Codeshared soft Indicates that the text in the textarea is not to be wrapped when it is submitted (though it can still be wrapped in the rendering). |
stylesheet | Source Codeshared stylesheet |
submit | Source Codeshared submit If the element has a form owner, the element must submit the form owner |
tag | Source Codeshared tag |
tel | Source Codeshared tel |
text | Source Codeshared text |
time | Source Codeshared time A time control. The data type is a time (hour, minute, seconds, fractional seconds) with no time zone. |
url | Source Codeshared url |
verbatim | Source Codeshared verbatim Alphanumeric Latin-script input of non-prose content, e.g. usernames, passwords, product codes. |
week | Source Codeshared week A week control. The data type is a date consisting of a year and a month with no time zone. |
xhtml11 | Source Codeshared xhtml11 |
xhtml11Basic | Source Codeshared xhtml11Basic |
xhtml1Frameset | Source Codeshared xhtml1Frameset |
xhtml1Strict | Source Codeshared xhtml1Strict |
xhtml1Transitional | Source Codeshared xhtml1Transitional |