I have a repeating group with an element that I am trying to have reflect a “size” by the width of the group (which is on each row of the RG). I want to change that size based on a user input.
Size ranges from 5 to 485 (increments of 5). If user inputs 300, then I want to have the width of the element be ( (300/485)*maxWidth ):floor.
So if my group is 70 pixels wide, I’d want to set it to 43 pixels wide.
Can this plugin achieve this? If I place the plugin on a RG row I assume it will be loaded everytime a row is loaded, correct? Will this present problems with large lists? In other words, is it a fairly light plugin?
If I try this, I would use a dynamic ID for each row of each RG so the element and plugin match. Is there a better approach?
I did not get an answer. I abandoned the task for now. After I release my app I’ll revisit this to see if I can find a way to make it work. So far none of the “resize elements” plugins seem to work.
Hi I am looking at your plug in so i can rotate a text box when a page is displayed. I am sending text from another page via goto page url. I need the text box this transfered text is going to, to be rotated 90 degrees with the text in it, preferably with out interaction from the user. Text in input horizontally on input page but displayed virtically on output page?