Shading on a dynamic table (file included)
hello!
i have dynamic table repeating "section" (which consists of row1 , row2). each "section" needs alternate different color. tried "alternating shading" checkbox in object pallette not working way need looking see if can done in code. not trying make "rows" alternate. need "sections" alternate. did research , couldn't find me with.
my colors:
first: 255, 255, 242
second: 236,245,255
here file:
https://files.acrobat.com/preview/592e1cb8-a0de-4337-a323-321dd66ba261
thanks in advance!!
you can try putting script in layout:ready event of both of rows:
if (this.parent.index % 2 == 0) this.fillcolor = "255, 255, 242"; else this.fillcolor = "236,245,255";
kyle
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment