Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

A form style sheet is used to change the style for a single form definition. Style definitions are based on CSS web standard compatible Sass language. Sass content is automatically compiled into CSS before the form is rendered.

For example, you can enter the following style sheet to change the row content label colours to red colour.

.ui-rowcontent {

  .ui-rowcontent-label {
      color:red;
  }

}



  • No labels