Re: [mapguide-users] Context menus -> selection (query results in task bar)

2013-10-23 Thread Jackie Ng
InvokeURL commands automatically pass in session and mapname parameters (not sure about selection) InvokeScript commands require you to get this information yourself and to manually open the URL yourself in your desired target (taskpane/frame/new window). The viewer API has all the necessary funct

[mapguide-users] Context menus -> selection (query results in task bar)

2013-10-22 Thread greg_sk
I tried to run *php* script from "ContextMenu". For example I'd like to run *"property_report.php"* from context menu for some feature and do other sql stuff later on parameters. Problem is that I have to pass at least: $sessionId = $args['SESSION']; $xmlSelection = $args['SELECTION']; $mapName =