Friday, 29 January 2016
Thursday, 28 January 2016
How to add CSS style to Text Box in IBM BPM 8.5.6
Drag custom HTML from right side of the palette.

Click on TextArea

Click on HTML Attributes.Click on add class and give name.

Click on Custom HTML and add the following code.
.CV_TextArea .dijitTextArea {
color:red;
text-align:center;
font-weight:bold;
}

You will get,

Click on TextArea
Click on HTML Attributes.Click on add class and give name.
Click on Custom HTML and add the following code.
.CV_TextArea .dijitTextArea {
color:red;
text-align:center;
font-weight:bold;
}
You will get,
Subscribe to:
Posts (Atom)