cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Label field in form

Label field in form

Overview

Sometimes you need to display a label in a form. Sadly there does not seem to be a documented way to do this.

Good news though! This can be done!

 

See example below

<Field name="myField" readOnly="true" type="string" displayName="This is a warning message.">

      <Attributes>

        <Map>

          <entry key="xtype" value="label"/>

        </Map>

      </Attributes>

    </Field>

Labels (1)
Version history
Revision #:
3 of 3
Last update:
‎May 16, 2026 04:04 PM
Updated by: