Is there any mechanic in place for creating expandable/collapsable controls in admin screens? Eg, when showing a list of script log events there isn't room to show multi-line messages, and i'd like to hook up a click on on item to expand it to show additional information.
Best Answer
K
Karl Halterman
said
over 5 years ago
It is possible in Javascript with the following function:
James Ford
Is there any mechanic in place for creating expandable/collapsable controls in admin screens? Eg, when showing a list of script log events there isn't room to show multi-line messages, and i'd like to hook up a click on on item to expand it to show additional information.
It is possible in Javascript with the following function:
and the html object would have
I haven't tested this myself with the handlebars, but it might put you on the right track. It works fine in standard HTML5
- Oldest First
- Popular
- Newest First
Sorted by Newest FirstKarl Halterman
It is possible in Javascript with the following function:
and the html object would have
I haven't tested this myself with the handlebars, but it might put you on the right track. It works fine in standard HTML5
Customer Support
Hi James,
Apologies for the delayed response. I'm not exactly sure if you can do this. I'll look into it and get back toy you.
Thanks,
Liam
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics