Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
formNamef

sashINLINE

 

background-color:grey;textfieldText Fieldtext

 

What if we want to change some colors or some other styles for the field values, when showing these values in the views

...

ConfiForms TableView
formNamef

border:1px dashed;margin:5px;padding:5px;color:green;textfield

 

For this we use the CSS property of the ConfiForms Field macro

 

Image Added

 

If you are curious the CSS for the above is

Code Block
border:1px dashed;margin:5px;padding:5px;color:green;