NavigatorComunicator
From OpenKM Documentation
Revision as of 16: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"…')
Read Methods
int getStackIndex()
Example
int stack = NavigatorComunicator.getStackIndex();
if (stack==0) {
Window.alert("First stack enabled");
} else {
Window.alert("Other stack");
}