Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is there a way to "save" resizable part size of character sheet ?

Hi everyone, I'm working on a sheet since some time, and i made some resizable roll widget in a tab of my charater sheet, and i'd like to save the resized width in a roll20 attr so i can "load" it back again when i open back the character sheet i thought about it a bit and i'm not sure if it's possible, i thought of a button to "save" the width so i can interract with a bit of JS but even with that i'm not sure if it's feasible at all Any help appreciated ! Have a great day everyone.
1672845894

Edited 1672845952
GiGs
Pro
Sheet Author
API Scripter
The frame that includes the character sheet, bio, and attributes & abilities tabs isn't accessible for sheet workers, and I don't think it' accessible from scripts. So the answer is probably no.
i'm testing with some of their JQuery implementation but yeah, sadly i don't find any tricks :/
1672849675
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
The character sheets are sandboxed in an iframe. The whole point of an iframe is to prevent what goes on in the iframe from affecting the rest of the site.