Settings Tag

The default format is:

<settings DescriptionTextOn='true' DescriptionTextStyle='Image' DescriptionTextImageClass='fa fa-comment-o' LabelsOn='true' LabelsPosition='Left'></settings>

The options for the Settings tag are:

      DescriptionTextOn (Boolean) true | false
This is a Boolean option with values of true or false.  It controls whether the descriptions for the Action’s Columns should be displayed.  The default is ‘true’.

      DescriptionTextStyle (Text) LabelTooltip Image
This option indicates how the form should handle the description text for the column.  The two options are LabelTooltip and Image.  The LabelTooltip option indicates the user needs to hover over the Column title to see the description.  The Image option shows a small icon to the side of the title.  When the user hovers over the icon, the description is displayed.  Default is ‘image’.

      DescriptionTextImageClass (Text) Font Awesome class
By default CAFÉ uses Font Awesome to provide scalable vector icons.  This value sets the Class value to use for Font Awesome.  By default, the value is set to fa-comment-o.

      LabelsOn (Boolean) true | false
This option indicates if the Column Titles should be displayed in the Actions Form.  The default is ‘true’.

      LabelsPosition (Text) Above, Below, Left, Right
This option sets the location of the Column Titles within the Action form.  The default is ‘Left’.