leReturn
leReturn(
[ w_windowId ]
)
=> t / nil
Description
Applies to instances, nested instances, groups, and nested groups for which you are editing-in-place. When editing instances or nested instances in Edit-in-Place mode, returns one level; when there is only one level, exits Edit-in-Place mode. When editing a un-nested group, exits Edit-in-Place Mode; when editing a nested group, returns to the group of which the edited group is a member. If you do not specify w_windowId, the current window is used.
Arguments
|
Database ID for the window in which to return during Edit-In-Place mode. |
Value Returned
Example
Returns the window specified by currWindowId from the Edit-In-Place mode.
leReturn(currWindowId)
Return to top