deEditInPlace
deEditInPlace(w_window[l_fileSpec[t_accessMode[t_appName] ] ] ) =>w_window/ nil
Description
Requires that w_window exists and has at least one stack element.
If the window has no stack, this command is the same as deOpen(l_fileSpec w_window t_accessMode). Otherwise, the triggers are called with l_args->eip equal to t. If a hierarchy is specified and the window either does not exist or has no stack, the top level of the hierarchy is not opened in edit in place. However, all other levels of the hierarchy are opened in edit in place.
Arguments
Value Returned
Examples
Brings up the Open File form, asking for the library, cell, and view names of a cellview to edit. When this form is completed, the cellview is pushed on the stack in window(3). The cellview currently being displayed does not change, only the cell within its hierarchy which is being edited changes.
deEditInPlace( window(3) nil)
Return to top