widgets_html library

HTML widgets.

Classes

Abbreviation
The Abbreviation widget (HTML's abbr tag).
Anchor
The Anchor widget (HTML's a tag).
Article
The Article widget (HTML's article tag).
BlockQuote
The Blockquote widget (HTML's blockquote tag).
BreakLine
The BreakLine widget (HTML's br tag).
Button
The Button widget (HTML's button tag).
Canvas
The Canvas widget (HTML's canvas tag).
Caption
The Table Caption widget (HTML's caption tag).
Code
The Code widget (HTML's code tag).
Division
The Division widget (HTML's div tag).
FieldSet
The FieldSet widget (HTML's fieldset tag).
The Footer widget (HTML's footer tag).
Form
The Form widget (HTML's form tag).
The Header widget (HTML's header tag).
Heading1
The Heading1 widget (HTML's h1 tag).
Heading2
The Heading2 widget (HTML's h2 tag).
Heading3
The Heading3 widget (HTML's h3 tag).
Heading4
The Heading4 widget (HTML's h4 tag).
Heading5
The Heading5 widget (HTML's h5 tag).
Heading6
The Heading6 widget (HTML's h6 tag).
HorizontalRule
The HorizontalRule widget (HTML's hr tag).
Idiomatic
The Idiomatic widget (HTML's i tag).
IFrame
The IFrame widget (HTML's iframe tag).
Image
The Image widget (HTML's img tag).
Input
The Input widget (HTML's input tag).
InputCheckBox
The InputCheckBox widget (HTML's input tag with type = 'checkbox').
InputFile
The InputFile widget (HTML's input tag with type = 'file').
InputRadio
The InputRadio widget (HTML's input tag with type = 'radio').
InputSubmit
The InputSubmit widget (HTML's input tag with type = 'submit').
InputText
The InputText widget (HTML's input tag with type = 'text').
Label
The Label widget (HTML's label tag).
Legend
The Legend widget (HTML's legend tag).
ListItem
The ListItem widget (HTML's li tag).
The Menu widget (HTML's menu tag).
The Navigation widget (HTML's nav tag).
Option
The Option widget (HTML's option tag).
Paragraph
The Paragraph widget (HTML's pr tag).
Progress
The Progress widget (HTML's progress tag).
Select
The Select widget (HTML's select tag).
Small
The Small widget (HTML's small tag).
Span
The Span widget (HTML's span tag).
StrikeThrough
The StrikeThrough widget (HTML's s tag).
Strong
The Strong widget (HTML's strong tag).
SubScript
The SubScript widget (HTML's sub tag).
SuperScript
The SuperScript widget (HTML's sup tag).
Table
The Table widget (HTML's table tag).
TableBody
The Table Body widget (HTML's tbody tag).
TableColumn
The Table Column widget (HTML's col tag).
TableColumnGroup
The Table Column Group widget (HTML's colgroup tag).
TableDataCell
The Table Data Cell widget (HTML's td tag).
TableFoot
The Table Foot widget (HTML's tfoot tag).
TableHead
The Table Head widget (HTML's thead tag).
TableHeaderCell
The Table Header Cell widget (HTML's th tag).
TableRow
The Table Row widget (HTML's tr tag).
TextArea
The TextArea widget (HTML's textarea tag).
UnOrderedList
The UnOrderedList widget (HTML's ul tag).