[fusion-commits] r1955 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue Oct 27 17:02:29 EDT 2009
Author: chrisclaydon
Date: 2009-10-27 17:02:28 -0400 (Tue, 27 Oct 2009)
New Revision: 1955
Modified:
trunk/widgets/FeatureInfo.js
trunk/widgets/Query.js
trunk/widgets/Theme.js
Log:
Fix #296 - FeatureInfo, Query and Theme widgets should be marked as "exclusive" to allow them to play nicely with other widgets that require the task pane
Modified: trunk/widgets/FeatureInfo.js
===================================================================
--- trunk/widgets/FeatureInfo.js 2009-10-27 20:42:32 UTC (rev 1954)
+++ trunk/widgets/FeatureInfo.js 2009-10-27 21:02:28 UTC (rev 1955)
@@ -36,6 +36,7 @@
Fusion.Widget.FeatureInfo = OpenLayers.Class(Fusion.Widget, {
+ isExclusive: true,
uiClass: Jx.Button,
sFeatures : 'menubar=no,location=no,resizable=no,status=no',
Modified: trunk/widgets/Query.js
===================================================================
--- trunk/widgets/Query.js 2009-10-27 20:42:32 UTC (rev 1954)
+++ trunk/widgets/Query.js 2009-10-27 21:02:28 UTC (rev 1955)
@@ -37,6 +37,7 @@
Fusion.Widget.Query = OpenLayers.Class(Fusion.Widget, {
+ isExclusive: true,
uiClass: Jx.Button,
sFeatures : 'menubar=no,location=no,resizable=no,status=no',
Modified: trunk/widgets/Theme.js
===================================================================
--- trunk/widgets/Theme.js 2009-10-27 20:42:32 UTC (rev 1954)
+++ trunk/widgets/Theme.js 2009-10-27 21:02:28 UTC (rev 1955)
@@ -36,6 +36,7 @@
* **********************************************************************/
Fusion.Widget.Theme = OpenLayers.Class(Fusion.Widget, {
+ isExclusive: true,
uiClass: Jx.Button,
sFeatures : 'menubar=no,location=no,resizable=no,status=no',
More information about the fusion-commits
mailing list