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

BlueDiamond111
BlueDiamond111
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BlueDiamond111
Customize the badges you want to showcase on your profile
Any way to override the light text for neutral Checkbox states in an On/Off/Neutral State? - Adobe LiveCycle 27-06-2012
I can change the color to red, but the text is still faded?If that's not possible, I would at least like to get the order of checkbox fields to show up as: Off/On/Neutral (Blank checkbox, Checkmark, Cross).CURRENT CODE:var vName = this.somExpression;var fieldObj = xfa.resolveNode(vName + ".ui.#checkButton");var myTick = event.target.getField("form1.page1.CheckBox1"); if (this.rawValue == 1){ myTick.textColor = color.black; fieldObj.mark = "check";}else if (this.rawValue == 2){ myTick.textColor =...

Views

573

Likes

0

Replies

1