WorkspaceComunicator

From OpenKM Documentation
Revision as of 17:11, 14 June 2010 by Jllort (talk | contribs) (Created page with '== Read Methods == int getSelectedTab() == Example == <source lang="java"> int tab = WorkspaceComunicator.getSelectedTab(); if (tab==0) { Window.alert("First tab enabled"); }…')

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

Read Methods

int getSelectedTab()


Example

int tab = WorkspaceComunicator.getSelectedTab();
if (tab==0) {
  Window.alert("First tab enabled");
} else {
  Window.alert("Other stack");
}