Versions Compared

Key

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

This document provides the configuration details for all pages except the home page.

...

Reference Framework 2.0 runs against Nexaweb Platform 4.5.33 or higher<page>A page element contains the definition used to create pages, subPages or dialogs Each page can define its own menus, commandbar, shortkeys or status bars.

Attributes

name

Specifies the identifier used to look up the page definition. This attribute is required.

title

Specifies the title associated with the page. This attribute is optional.

xal

Specifies the name of the XAL file to be loaded by the page. This attribute is optional.

onPageLoaded

Specifies the handler for the onPageLoaded event.  
This attribute is optional and must contain valid Mco syntax.
The onPageLoaded event is fired when the page is first crated.   See the Page Events topic for more information on the onPageLoaded event.

onPageActivated

Specifies the handler for the onPageActivated event.  
This attribute is optional and must contain valid Mco syntax.
The onPageActivated  event is fired when the page is first crated.   See the Page Events for more information on the onPageActivated event.

onPageDeactivated

Specifies the handler for the onPageDeactivated event.  
This attribute is optional and must contain valid Mco syntax.
The onPageDeactivate event is fired when the page is first crated.   See the Page Events topic for more information on the onPageDeactivated event.

onPageClosed

...

 

Shortcut Keys

Contains the list of shortcut key definitions to be loaded for use within the page. The shortcut keys are only available when the page is active.

...