Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

How would you go about making this in LiveCycle?

Avatar

Level 1

Hi everyone,

I need to make the shape attached in LiveCycle for one of my forms. I can not figure out what the best way to tackle it is. If I draw the rectangle, then cut it with a line, I still am stuck having to fill the entire rectangle one color.

Your suggestions are much appreciate.

Thanks!!

shape.jpg

1 Reply

Avatar

Level 10

Hi,

this is possible with a textfield.

Caption positioned above.

Borders are visible with rounded corners and filled with blue.

Appearance is customized with visible borders, rounded corners, fill color white.

Shape_1.jpg

You need to manipulate the XML-source to get to look you explained.

Select the textfield and switch to XML source view.

Then remove the bold parts of the source code.

<corner join="round" radius="5mm" thickness="0.3mm"/>

<corner join="round" radius="5mm" thickness="0.3mm"/>

<corner join="round" radius="5mm" thickness="0.3mm"/>

<corner join="round" radius="5mm" thickness="0.3mm"/>

As result you get.

Shape_2.jpg

Here an sample file:

https://acrobat.com/#d=0gwoBB7OE0enmnQi5bFcCA

Radzmar

http://thelivecycle.blogspot.com/