metaHTML
Interfaces, Classes, Traits and Enums
- htmlElement
- Represents a HTML element.
- htmlTable
- Structures elements using a table.
- htmlDataTable
- Table component for client-side controlled data tables.
- htmlDataTableColumn
- Column for data table.
- htmlInputField
- A standard input field.
- htmlHelpLink
- Renders a help link.
- htmlButton
- Simple button.
- htmlAccountPageButton
- Prints a button for the account pages.
- htmlSelect
- Represents a select box.
- htmlRadio
- Represents a radio selection.
- htmlOutputText
- Prints the text and escapes contained HTML code by default.
- htmlInputCheckbox
- Prints the HTML code for a checkbox.
- htmlInputFileUpload
- Prints the HTML code for a file upload field.
- htmlInputTextarea
- Prints the HTML code for a textarea.
- htmlInputColorPicker
- Prints the HTML code for a color picker field.
- htmlResponsiveInputColorPicker
- Color picker with descriptive label and help link.
- htmlImage
- Prints the HTML code for an image.
- htmlSpacer
- Adds an empty space with given width and height.
- htmlStatusMessage
- Prints a status message (e.g. error message).
- htmlTitle
- Generates a title line. This is used for page titles.
- htmlSubTitle
- Generates a subtitle line. This is used to group multiple fields.
- htmlHiddenInput
- Generates a hidden input field.
- htmlLink
- Generates a link.
- htmlContentLink
- Generates a link around a htmlElement.
- htmlGroup
- Groups multiple htmlElements.
- htmlHorizontalLine
- Prints a horizontal line.
- htmlDiv
- Creates a simple DIV element.
- htmlSpan
- Creates a simple SPAN element.
- htmlJavaScript
- Creates a JavaScript element.
- htmlIframe
- Creates a iframe element.
- htmlScript
- Creates a Script element to integrate external JavaScript files.
- htmlLinkCss
- Creates a link element to integrate external CSS files.
- htmlSortableList
- Creates a list of elements that can be sorted by the user via drag'n'drop.
- htmlAccordion
- Creates a list of content elements in accordion style.
- htmlResponsiveRow
- Responsive row with 12 column layout.
- htmlResponsiveCell
- Responsive cell inside htmlResponsiveRow with 12 column layout.
- htmlResponsiveInputField
- A responsive input field that combines label, input field and help.
- htmlResponsiveInputFileUpload
- File upload with descriptive label and help link.
- htmlResponsiveInputTextarea
- Responsive text area with label and help link.
- htmlResponsiveSelect
- Responsive select with label and help link.
- htmlResponsiveRadio
- Responsive select with label and help link.
- htmlResponsiveInputCheckbox
- Responsive checkbox with descriptive label and help link.
- htmlResponsiveTable
- Responsive table.
- htmlCanvas
- Renders a canvas.
- htmlVideo
- Renders a video.
- htmlForm
- Creates a form element for POST.
- htmlList
- Represents a (un)ordered list.
- htmlLabel
- Represents a label.
- htmlProgressbar
- Represents a progress bar.
Table of Contents
- htmlGetRequiredMarker() : string
- Returns the marker for required values.
- htmlGetRequiredMarkerElement() : htmlSpan
- Returns the marker for required values.
Functions
htmlGetRequiredMarker()
Returns the marker for required values.
htmlGetRequiredMarker() : string
Return values
string —HTML code for required marker
htmlGetRequiredMarkerElement()
Returns the marker for required values.
htmlGetRequiredMarkerElement() : htmlSpan
Return values
htmlSpan —HTML code for required marker