Difference between revisions of "NavigatorComunicator"
From OpenKM Documentation
(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 16: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");
}