Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

feege2625
feege2625
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by feege2625
Customize the badges you want to showcase on your profile
Re: on/off/neutral checkbox. Can I change the fontcolor of the checkbox with javascript - Adobe LiveCycle 25-09-2010
Thanks Steve,It does change the fill color, but I think its the font weight that needs to be changed. I have tried this, but not working.xfa.resolveNode(sPath + ".font.fill.color").value = "0,0,0";xfa.resolveNode(sPath + ".font.weight").value = "bold";Any ideas ?ThanksGeoff

Views

229

Likes

0

Replies

0
on/off/neutral checkbox. Can I change the fontcolor of the checkbox with javascript - Adobe LiveCycle 25-09-2010
Hi,I have a client who wants to use the on/off/neutral checkbox.I am have written some javascript to change the style of the checkbox and what initally shows on first click. (se function)var f = event.target.getField(sPath);var txt7 = (xfa.resolveNode("Requests.UsersAndServices.userDetail.TextField7").rawValue == "one"?"true":"false");if (txt7 == "true"){ f.style = style.ch; xfa.resolveNode("Requests.UsersAndServices.userDetail.TextField7").rawValue = "zero"; }else if (val == 0){ f.style = style...

Views

2.8K

Likes

0

Replies

7