The Basic Components are the simplest form of components. They provide a good integration (and often more) into RCFaces for simple HTML tags
| Document | Description |
|---|---|
| Box | The Box Component is a container. |
| FieldSet | The fieldSet Component is a container with a title (text and/or picture). |
| HelpButton | The helpButton Component is an ImageButton. |
| HelpMessageZone | The helpMessageZone Component is a placeholder for help messages. |
| HyperLink | The hyperLink Component translates into a classic hyperlink and is a button. |
| Image | The image Component shows an image (it's equivalent to <img .../>). |
| LineBreak | The lineBreak Component is the <BR> HTML equivalent. |
| Message | The message Component is a placeholder for error messages (only one is shown). |
| Messages | The messages Component is a placeholder for error messages (several messages can be shown simultaneously). |
| Ruler | The ruler Component is the <HR> HTML equivalent. |
| StyledText | The styledText Component is a placeholder for displaying "enhanced" text. It accepts any HTML tags. it's a text Component |
| Text | The text Component is a placeholder for displaying text. |