text-input

Used to display a text input element with a label that is styled like similar elements within xMatters web application. It also supports any attributes on the HTML input tag.

Attributes

Child Elements

None

Example

<text-input
  required="true"
  label="Name"
  value="<%=StringEscapeUtils.escapeXml(templateName)%>"
  id="template_name"
  name="template_name"
  size="30"
  maxlength="100"/>

Custom XML Tags

Custom Subscription and Messaging Panels