Overview Module Function Class I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC

Module itea.webapp.html

Functions and classes available to Tea code run from within web applications and used for generating HTML content.

Function Summary
html-anchor Creates an HtmlAnchor and initializes some attributes.
html-applet Creates an HtmlApplet and initializes some attributes.
html-br Creates an HtmlBr.
html-button Creates an HtmlButton and initializes some attributes.
html-checkbox Creates an HtmlCheckBox and initializes some attributes.
html-container Creates an HtmlContainer.
html-div Creates an HtmlDiv and initializes some attributes.
html-entry Creates an HtmlEntry and initializes some attributes.
html-form Creates an HtmlForm and initializes some attributes.
html-h1 Creates an HtmlH of size 1.
html-h2 Creates an HtmlH of size 2.
html-h3 Creates an HtmlH of size 3.
html-h4 Creates an HtmlH of size 4.
html-h5 Creates an HtmlH of size 5.
html-h6 Creates an HtmlH of size 6.
html-hidden Creates an HtmlHidden widget.
html-hr Creates an HtmlHr and initializes some attributes.
html-image-button Creates an HtmlImageButton and initializes some attributes.
html-img Creates an HtmlImg widget and initializes some attributes.
html-nbsp Creates a widget representing a non breaking space.
html-p Creates an HtmlP widget and initializes some attributes.
html-page Creates an HtmlPage widget and initializes some attributes.
html-password Creates an HtmlPassword and initializes some attributes.
html-radio-button Creates an HtmlRadioButton and initializes some attributes.
html-raw Creates an HtmlRaw widget and initializes its contents.
html-reset Creates an HtmlReset and initializes some attributes.
html-selection Creates an HtmlSelection and initializes some attributes.
html-span Creates an HtmlSpan and initializes some attributes.
html-table Creates an HtmlTable widget and initializes some attributes.
html-td Creates an HtmlTd widget and initializes some attributes.
html-text-area Creates an HtmlTextArea and initializes some attributes.
html-tr Creates an HtmlTr widget and initializes some attributes.
html-ul Creates an HtmlTable widget and initializes some attributes.
html-upload Creates an HtmlUpload and initializes some attributes.

Class Summary
HtmlAnchor The anchor element. <a ...>
HtmlApplet The applet element. <applet ...>
HtmlBr The line break element. <br>
HtmlButton Widget corresponding to a button that submits a form. <input type="submit" ... >
HtmlCheckBox Widget corresponding to a check box contained in a form. <input type="checkbox" ... >
HtmlContainer A collection of HTML objects.
HtmlDiv The div element. <div ... >
HtmlEntry The one line of text entry element. <input type="text" ... >
HtmlForm The form element. <form ... >
HtmlH The header element. <h1> through <h6>
HtmlHidden The hidden element. <input type="hidden" ...>
HtmlHr The horizontal rule element. <hr ...>
HtmlImageButton The image type input element. <input type="image" ...>
HtmlImg The image element. <img ...>
HtmlInclude Widget whose HTML representation is contained in a file.
HtmlNbsp The non-breaking-space character element. &nbsp;
HtmlP The paragraph element. <p ...>
HtmlPage An HTML page document. <html ...>
HtmlPassword The password entry element. <input type="password" ...>
HtmlPlainString A sequence of text.
HtmlRadioButton A radio button widget. <input type="radio" ...>
HtmlRaw Represents a sequence of any characters.
HtmlReset Widget corresponding to a button that resets the contents of a form. <input type="reset" ...>
HtmlSelection A pull-down widget. <select ...>
HtmlSpan The span element. <span ...>
HtmlString A string of text in an HTML document.
HtmlTable A table. <table ...>
HtmlTd A table cell. <td ...>
HtmlTextArea Editable text area. <textarea ...>
HtmlTr A table cell. <tr ...>
HtmlUnorderedList A bulleted list. <ul>
HtmlUpload The file upload element. <input type="file" ... >

Overview Module Function Class ${tea.teadoc.header}
Report a bug or request new features
© 2013