HTML Components
From RadPHP XE2 Documentation
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
- A label of text user can read but not change.
HTML Button
- A button user can click.
HTML TextBox
- A one-line input field where user can type.
HTML TextArea
- A multiline input field where user can type.
HTML Password
- A password input field where user can safely type a password.
HTML Submit Button
- A button to submit a form.
HTML Reset Button
- A button to reset the values of the fields of a form.
HTML Image Button
- An image that works as a submit button.
HTML CheckBox
- A checkbox.
HTML Radio Button
- A radio button.
HTML DropDown
- A drop-down list of items, for which only one option can be selected at a time.
HTML ListBox
- A list of items user can select (one or several).
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
- A field for the user to upload a file.
HTML Anchor
- A link to a web page.
HTML Image
- An image.
HTML Table
- A table with columns and rows.
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
- 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
- A logical division of the document with relative positioning.
HTML Grid Panel
- A logical division of the document with absolute positioning.
HTML Horizontal Rule
- An horizontal line.
