createLayoutSnapshot | ||||||||||
Type | command | |||||||||
Dictionary | library.responsivelayout | |||||||||
Library | ResponsiveLayout | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.library.responsivelayout | |||||||||
Summary | Saves the value of dynamic properties or a specific property of an object. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | Use the createLayoutSnapshot command to save the dynamic layout properties that an object passed in has at the current breakpoint. Calling this command will save all the dynamic properties that the library uses for the current breakpoint. If you pass in the second parameter the name of a property of the object. The value of this will be recorded and when the card enters the interruption point its value will be restored. Use this command to make your layout snap to the breakpoint of the current layout. |