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

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

For example you can enter following style sheet to change row content label colors to red color.

.ui-rowcontent {

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

}



  • No labels