Difference between revisions of "UIDesktopConstants"
From OpenKM Documentation
(Created page with 'UIDesktopConstants class defines contants to be used in OpenKM extensions to identify some desktop widgets. == Example == <source lang="java"> if (NavigatorComunicator.getStack…') |
(No difference)
|
Revision as of 18:51, 8 December 2010
UIDesktopConstants class defines contants to be used in OpenKM extensions to identify some desktop widgets.
Example
if (NavigatorComunicator.getStackIndex()==UIDesktopConstants.NAVIGATOR_TAXONOMY) {
Window.alert("Taxonomy selected");
} else {
Window.alert("Other navigator panel selected");
}