cancel
Showing results for 
Search instead for 
Did you mean: 

Set text as bold by scripting

Former Member
0 Kudos

Hi experts,

is it possible to set the font in a textfield as bold using scripting (java)? I didnt find a matching scripting property...

Thx in advance,

Jan

Accepted Solutions (1)

Accepted Solutions (1)

clark_min
Advisor
Advisor
0 Kudos

hello buddy,

try to use the following, wish it works.

TextField1.font.weight = "bold";

Kind Regards,

Clark

Former Member
0 Kudos

Thx for the hint, but unfortunately it doesnt work.

Any other ideas? I cant believe that it is not possible.....

Greetings,

Jan

Former Member
0 Kudos

Arrrgghhhh........alright, it works I made a mistake resolving the right node in my form.

Thanks for the help!

Answers (0)