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

Editable Tab Names

I'm using a tab-based setup for the sheet, but want to have the names of the tabs be editable. Anyone know how to pull this off?
(I'm thinking this'd probably work best by having another attribute that changes the tab names, not by clicking on the tabs and typing stuff in there.)
1410598988
Lithl
Pro
Sheet Author
API Scripter
Abram B said: (I'm thinking this'd probably work best by having another attribute that changes the tab names, not by clicking on the tabs and typing stuff in there.) This could work. You'd want an autocalc field with the value of the tab name, and you'd want to position the field underneath a transparent radio button that's functioning as the tab itself. Here's an example , with some javascript included to show how the names change.
Thanks, Brian!