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,
Hi Murali,
ReplyDeleteI got it.
Hi Murali
ReplyDelete.CV_TextArea .dijitTextArea {
color:red;
text-align:center;
font-weight:bold;
}
Above code .CV_TextArea is the class name . What about "dijitTextArea" ? is this id of the text area ?