cliIsDesignerMode
cliIsDesignerMode(
d_cellViewID
)
=> t / nil
Description
Checks whether the specified cellview is open in Concurrent Layout designer mode.
Arguments
Value Returned
Examples
Confirms that the cellview cvId is open in designer mode.
cliIsDesignerMode(cvId)
=>t
Return to top