layoutEnvironment | |
Type | function |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.livecode.library.responsivelayout |
Summary | Get the layout environment for the current card. |
Example |
|
Description | Use the layoutEnvironment function to get the environment for which you are building the layout on the current card. This function like the changeLayoutEnvironment command is for use in the development process. So it will only work in the IDE, in other environments than the development one it returns empty. |