NavigatorComunicator

From OpenKM Documentation
Revision as of 17:29, 8 June 2010 by Jllort (talk | contribs) (Created page with '== Read Methods == int getStackIndex() == Example == <source lang="java"> int stack = NavigatorComunicator.getStackIndex(); if (stack==0) { Window.alert("First stack enabled"…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Read Methods

int getStackIndex()


Example

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