HTML Components

From RadPHP XE2 Documentation
Jump to: navigation, search
Tool-palette-html-element.png

HTML Components let you add HTML elements to your pages in a visual way. When you work on an HTML document in the designer, you can find them listed in the Tool Palette pane, in the section HTML Elements.

List

HTML Label.png HTML Label
A label of text user can read but not change.
HTML Button.png HTML Button
A button user can click.
HTML TextBox.png HTML TextBox
A one-line input field where user can type.
HTML TextArea.png HTML TextArea
A multiline input field where user can type.
HTML Password.png HTML Password
A password input field where user can safely type a password.
HTML Submit Button.png HTML Submit Button
A button to submit a form.
HTML Reset Button.png HTML Reset Button
A button to reset the values of the fields of a form.
HTML Image Button.png HTML Image Button
An image that works as a submit button.
HTML CheckBox.png HTML CheckBox
A checkbox.
HTML Radio Button.png HTML Radio Button
A radio button.
HTML DropDown.png HTML DropDown
A drop-down list of items, for which only one option can be selected at a time.
HTML ListBox.png HTML ListBox
A list of items user can select (one or several).
HTML Hidden Field.png HTML Hidden Field
A hidden field. It is useful in a form to send information not directly entered by the user (generated with the page or with JavaScript) on submit.
HTML File Upload.png HTML File Upload
A field for the user to upload a file.
HTML Anchor.png HTML Anchor
A link to a web page.
HTML Image.png HTML Image
An image.
HTML Table.png HTML Table
A table with columns and rows.
HTML Span.png HTML Span
A section with a common style. You can define a style for the section, and whatever is inside will use that style.
HTML Div.png HTML Div
A logical division of the document. It is used to separate different parts of the document, and also to apply a common style to whatever is inside.
HTML Flow Panel.png HTML Flow Panel
A logical division of the document with relative positioning.
HTML Grid Panel.png HTML Grid Panel
A logical division of the document with absolute positioning.
HTML Horizontal Rule.png HTML Horizontal Rule
An horizontal line.
Personal tools