[mapguide-users] RE: Fusion Task Pane without session variable
Greg
gbneff at cid.utah.gov
Fri Sep 16 16:32:46 EDT 2011
Thanks for the reply. I had run across your code in an older post but was
unable to get it to work. Maybe it has something to do with the way I am
putting the task pane into my viewer. This is in my index.html:
dTasks = new Jx.Dialog({
id: 'dialogTasks',
label: OpenLayers.i18n('taskPaneTitle'),
modal: false,
resize: true,
horizontal: '50 left',
vertical: 'bottom -10',
width: 400,
height: 680,
contentId: 'TaskPane'
});
with this:
showTaskPane();
and this:
var showTaskPane = function () {
dTasks.open();
}
Any thoughts?
Thanks,
Greg
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Fusion-Task-Pane-without-session-variable-tp6801587p6802079.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list