Newer Version Available

This content describes an older version of this product. View Latest

Help and Error Messages

Use the ariaDescribedby attribute to associate the help text or error message with a particular field.

Field with help text
1swfobject.registerObject("clippy.codeblock-0", "9");<ui:inputText label="Contact Name" labelPosition="top" ariaDescribedby="contact" />
2<ui:outputText aura:id="contact" value="This is an example of a help text." />