Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added FontAwesomeIcon to 'Output and Messages' section (TAP5-2737)

...

Alerts

Renders out an empty <div> element and provides JavaScript initialization to make the element the container for alerts.

Dynamic

Allows a component to render itself differently at different times, by making use of an external template file.

Error

Presents validation errors of a single field. Must be enclosed by a Form component

Errors

Standard validation error presenter. Must be enclosed by a Form component. If errors are present, renders a div element around a banner message and around an unnumbered list of error messages

ExceptionDisplay

Integral part of the default ExceptionReport page used to break apart and display the properties of the exception

FontAwesomeIcon

Renders an <i> tag with the CSS class to select a FontAwesome 4.7.0 icon.

Output

A component for formatting output. If the component is represented in the template using an element, then the element (plus any informal parameters) will be output around the formatted value.

OutputRaw

Output raw markup to the client. Unlike an expansion, the output from OutputRaw is unfiltered, with any special characters or entities left exactly as is.

TextOutput

Outputs paragraph oriented text, typically collected via a TextArea component. The TextArea is split into lines, and each line it output inside its own p element.

...