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 5 Next »

Form style sheet is used to change 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 following style sheet to change the row content label colors to a red color.

.ui-rowcontent {

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

}



  • No labels