Hi All,
I have a problem encountered when setting the CSS style Property of a Text Control dynamically through Javascript.
Below is the code i am using to set the CSS Style Property dynamically.
CAF.model(“{activePageBean.clientIds[‘xxxxxxxxxx’]}”).setStyle(“border:solid 2px #ff0000”);
FYI,
I have placed the above script for an OnClick event of an Async Command button, due to this script failure i am not able to proceed further.
Please help me on the above.
It would be great if some one can tell me how to use the “document.getElementById(” xx").style.border=solid 2px #fff000" instead of the CAF.model or with the CAF.model.
Thanks in Advance.