containers
Overview
The RuntimeContainers class provides access to all available layout containers in a form when the form is using advanced or responsive layout. The containers property is a top-level runtime property that allows interaction with layout containers by their names.
Properties Summarized
Type
Name
Summary
Properties Detailed
[name]
Get an layout container of the form by its name.
Type RuntimeContainer
Sample
containers.name.addStyleClasses("class1");Last updated
Was this helpful?