Child pages
  • Releases of 2020

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The introduction of window support has the following impact on the available API:

  • New: application.showFormInWindow(...)
  • New: application.closeForm(...)
  • Deprecated: application.closeFormDialog(...)
  • Deprecated: application.isFormInDialog(...)
  • New: MenuBar class on the Window plugin
  • New function: window.getMenuBar(...)
  • Deprecated plugins.window.addMenu(...)
  • Deprecated plugins.window.getMenu(...)
  • Deprecated plugins.window.getMenuCount(...)
  • Deprecated plugins.window.getMenuIndexByText(...)
  • Deprecated plugins.window.removeAllMenus(...)
  • Deprecated plugins.window.removeMenu(...)
  • Deprecated plugins.window.resetMenuBar(...)
  • Deprecated plugins.window.setMenuVisible(...)
  • Deprecated plugins.window.validateMenuBar(...)
  • New UICONSTANTS.FULL_SCREEN
  • Deprecated UICONSTANTS.DIALOG_FULL_SCREEN
  • New controller.getContainerName(...)

...