I've been trying to make a scrollable part in my visualization. I made a scrollable part using a frame, but I had no luck with jumping between plans. I would like it to jump to a new plan when I pressed a button in the scrollable list. I tried to use external links with no luck and linking to a plan opens the plan in the mentioned frame (which is not desired). Is there a way to do this? Thank you in advance.
There should be a part on the left side of the plan which is scrollable (list of rooms). When i select a room the right side should show information about the room and controls (temperature settings, etc.). I need the list to be scrollable, because there is a lot of rooms (28 to be exact) and I need to fit them in an intuitive way to access them. I will attach a sketch.
I would like it to look something like this image I've attached. There needs to be additional labels for grouping rooms (marked red). The sidebar also doesn't show which room plan is opened at the moment (the button text should be grayed out, marked blue). Thanks for the help so far!
Use this Custom CSS for menu icons (only for plans that are on the first level). You need to change ids (#menu-plan-2) to your plan ids and background image urls accordingly.
(09.11.2018, 08:28)admin Wrote: Use this Custom CSS for menu icons (only for plans that are on the first level). You need to change ids (#menu-plan-2) to your plan ids and background image urls accordingly.