Conversion Theme - field widths
Posted: Thu Aug 23, 2018 2:18 pm
Is there a way to calculate the width of an output field in the conversion theme similar to how the width for a textbox is calculated?
Code: Select all
.
.
pui.cnv.themes.add({
"name": "Scott Theme",
"input css class": "hybrid-input",
"constant css class": "hybrid-constant",
"output field css class": "hybrid-output-field",
"always set width": true, <---- add this line
"css class prefix": "",
"default locale": "en_US",
.
.