Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

button styling LC Designer 8

Avatar

Level 1

Hi

Two questions:  1. why doesn't 3d styling stick in pdf view or preview  2. how to control the ugly default highlight color?

I am trying to create a button with a 3d affect.  Looks great in design view, however all the styling diapears when viewed in pdf.   The second issue is control of the highlighted color when the button is selected.  Currently displays and puke green and no control over text color.

This is the xml

<field name="Button1" y="19.05mm" x="66.675mm" w="28.575mm" h="6mm">
            <ui>
               <button highlight="none"/>
            </ui>
            <font typeface="Myriad Pro"/>
            <caption>
               <value>
                  <text>Button</text>
               </value>
               <para vAlign="middle" hAlign="center"/>
               <font typeface="Myriad Pro"/>
            </caption>
            <border hand="right">
               <edge stroke="raised" presence="hidden"/>
               <fill>
                  <color value="230,230,230"/>
                  <linear type="toTop">
                     <color value="255,255,255"/>
                  </linear>
               </fill>
               <corner presence="hidden"/>
            </border>
            <bind match="none"/>
         </field>

Thanks in Advance

0 Replies