Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

how to resize a line ?

Avatar

Former Community Member
Hello



I would like to resize a line, and specificly modify its height.



What's the javascript syntax to do this ?



Thanks !
2 Replies

Avatar

Former Community Member
Hi, you could use this JavaScript to change the width or height of an object. You may have to ensure the form is saved as dynamic pdf.



this.w = "3.0in";

this.h = "3.0in";