Quad Design Widgets

quad.mixed quad.symbol quad.print quad.rtr quad.dimmer quad.color quad.shutter quad.blind quad.playercontrol quad.stateswitch quad.select quad.input


These are all widgets you can implement as rows in your quad design.

Actually the "mixed" widget would be the only one you need but might be a bit more complex to setup.

If you want to update your sites from the old "original" quad design (implemented as widget_list.html, visu.html, etc.), follow these steps:

Start with an empty folder. Copy these files from your old pages folder into the new one:
index.html, navigation.html, rooms.html and all relevant rooms - NOT *.js, widget_*, etc.

Afterwards adjust the following:

{% extends "base.html" %} should be replaced by {% extends "quad_root.html" %}
{% import "widget_visu.html" as visu %} has to be removed.
{% import "widget_list.html" as list %} has to be removed.

Replace all "list.*" and "visu.*" entries by "quad.*".
Replace all "nw_*" classes by "quad_*".

You might also need to change the following in your rooms.html:

{% block quad_top %} gets {% block sidebar %}

After that you have to update all your former list entries based on the documentation. The order of the parameters is now the same as in the standard smartVISU and therefore different from the original 2ndSky quad version!

Widgets

Design

Misc