cancel
Showing results for 
Search instead for 
Did you mean: 

AdobeformBoldText

Former Member
0 Kudos

Hi All,

Please tell to me What is the syntax for making the text BOLD in Adobe forms.

Thanks,

kishore

Edited by: Vinit Pugaliya on Nov 3, 2008 11:38 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Killing Node

chintan_virani
Active Contributor
0 Kudos

Can you explain what do you mean here as I see no value add when closing the question?

chintan_virani
Active Contributor
0 Kudos

Vinit,

Answer depends on what you want to make bold, the data entered or the field caption?

For field caption, select it and use the Bold option from Font toolbar.

If you want that the data in text field needs to be written in bold, then select Object tab --> Field tab --> Field Format option --> Select Rich Text

Next go to binding tab --> Data format --> Select XHTML.

Chintan

Former Member
0 Kudos

Hi Chitain,

from coding i have to do that one.

please tell me the syntax for that one

chintan_virani
Active Contributor
0 Kudos

Kishore,

Can you please elaborate on what you want to achieve? See if this [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3251] [original link is broken] [original link is broken] [original link is broken]; from Jeurgen helps.

Chintan

Former Member
0 Kudos

Chaitan,

Please provide your contact information

Former Member
0 Kudos

Hi Kishore,

Could you please explain me how to make Text field caption and Value as bold dynamically

through coding.

Thanks

Bhuvaneswari

Former Member
0 Kudos

Hi ,

Just write this script for that particular element .

$.caption.font.weight = "bold"

$.font.weight = "bold"