Back to Index

Definition: wline() — Allowed: no arguments.

Moves subsequent EMS widgets to the next row. By default, widgets are placed on the same row until wline() is called.

Example

wpage("Layout Demo");
wswitch(mode, "Mode");
wlamp(out(1), "Pump");
wline();
winput(target, "Target");
woutput(sensor(1), "Pressure");