containers

Overview

"containers" is a top level property of form scopes at runtime that gives access to all available layout containers on that form, by name - if the form is using "advanced"/"responsive" layout.

Properties Summarized

TypeNameSummary

Get an layout container of the form by its name.

Properties Detailed

[name]

Get an layout container of the form by its name.

Type RuntimeContainer

Sample

containers.name.addStyleClasses("class1");

Last updated