Child pages
  • Windows and Dialogs

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • The JSWindow class: the main class for managing windows and dialogs displaying Forms in Servoy
  • plugins.window: a plugin that provides access to the MenuBar, ToolBars and Status bar in the Smart Client and allows to create custom keyboard shortcuts in both the Smart and Web Client
  • plugins.dialogs: a plugin that provides functions to show a number of simple dialogs. This plugin is only supported in the Smart Client
  • The controller object of Forms:
    • controller.getFormContext()
    • controller.getWindow()
    • Wiki Markupcontroller.show(\[windowName\]) Wiki Markup
    • controller.showRecords(data, \ [windowname\])
  • The Application class:
    • application.closeAllWindows()
    • application.createWindow()
    • application.getScreenHeight()
    • application.getScreenWidth()
    • application.getWindow()
    • application.isFormIndialog()
    • application.showForm???
    • application.setToolbarVisible()