Autodesk MapGuide Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
widget not display in the Toolbar
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
981 Views, 3 Replies
06-05-2012 09:18 AM
Hi,
I try to create a JS, xml file and copy to the right location under fusion/widgets folder; Added the widget into ToobarVertical, but the widget did not show. Probaly something wrong. Anyone can give me some suggetion?
Re: widget not display in the Toolbar
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-05-2012 07:16 PM in reply to:
swimming123
Did you declare the appropriate widget in your the WidgetSet portion of the Flexible Layout document?
- Jackie
Re: widget not display in the Toolbar
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-05-2012 07:37 PM in reply to:
jackie.ng
I just use the InvokeURL widget (js and xml) and modified it. because I need create a point layer using OpenLayer, then pass the lot/lat value of point to server side and do the query. So I delete the selection part, binded the digitize a point function with the widget. I didn't check the WidgetSet part in ApplicationDefinition file. Is this the right way?
Re: widget not display in the Toolbar
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-02-2012 11:29 AM in reply to:
swimming123
Hi, i did something similar. I created a widget to invoque js from this i did a http request to server and the server side (C#.net) response the result that i wanted.
