Difference between revisions of "NavigatorComunicator"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '== Read Methods == int getStackIndex() == Example == <source lang="java"> int stack = NavigatorComunicator.getStackIndex(); if (stack==0) { Window.alert("First stack enabled"…')
(No difference)

Revision as of 17:29, 8 June 2010

Read Methods

int getStackIndex()


Example

int stack = NavigatorComunicator.getStackIndex();
if (stack==0) {
  Window.alert("First stack enabled");
} else {
  Window.alert("Other stack");
}