Hi Sir . i have One Text Field . there will come two value TOP or MID Now I Want When TOP Come Font Color Must Be Green And If MID Then It Will Be Red. Note: Its only one field and i did DA IF :P2_T1 is null the STAUS=TOP , :P2_T1 is not null then STATUS = MID .
Share
Amazing Sir That’s Great Thanks A Lot ,… Sir If At A Time I am using Both Color And Bold And Font Size How To Deal With This …take Separate Action For It Or Will Cover In One Action
You are welcome.
If you need to apply more CSS then choose the action Add Class instead of Set Style. For example:
Set the action: Add Class
Class Name: fontgreen
Add the following CSS in page inline CSS section:
Thanks A lot sir all are working fonts size are not increasing but thats not issue sir.. thanks sir
Create a dynamic action on that text field and set the client-side condition, as shown in the following example:
Now set the action Set style as following:
Now create another dynamic action same as above and set the color red. It should work as you need.