content

Typeproperty
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
set the content[propertyName] of object to propertyValue
get the content[propertyName] of object
Associationscom.livecode.library.responsivelayout, card, group
Summary

Defines how the controls belonging to the group or card are arranged.

Example
set the content["type"] of card 1 to "column"
Description

Use the content property to accommodate all direct children of a group or card in your layout.

There are several types of content that you can get with the contentNames function. Depending on the type you choose, they will be the properties that you must pass.