DetailNavRouter
getSecurityPermissions(uid) |
returns a dictionary of all the permissions a user has on the context |
getDetailNavConfigs(**uid, **menuIds) |
return a list of Detail navigation configurations. Can be used to create navigation links. Format is: { id: id of the configuration, 'viewName': view to display, 'xtype': Ext type for the panel, 'text': display name of the config info } |
getContextMenus(**uid, **menuIds) |
|
logErrorMessage(**msg, **url, **file, **lineNumber) |
Records an error message from the client. |
recordPageLoadTime(page, time) |