JSStyle
Properties Summarized
Type
Name
Summary
Methods Summarized
Type
Name
Summary
Properties Detailed
text
var st = solutionModel.newStyle('myStyle','form { background-color: yellow; }');
st.text = st.text + 'field { background-color: blue; }';
form.styleName = 'myStyle';
application.output('Style name is: ' + st.getName());Methods Detailed
getName()
getUUID()
Last updated
Was this helpful?