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
Property informatio n related to Fusion
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
969 Views, 2 Replies
06-06-2012 09:28 AM
When I read the js in the fusion/widgets folder, I found these properties' name: for example this.sTarget, this.sBaseUrl, this.bSelectionOnly.... In the xml file I also found these names like <Name>DisableIfSelectionEmpty</Name>. So how I can find all these propertyies, names and their detail explaination? Thank you.
Re: Property informatio n related to Fusion
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-06-2012 07:06 PM in reply to:
swimming123
You can find information about widget extension properties for a particular widget by looking at the matching XML documentation file under widgets/widgetinfo
- Jackie
Re: Property informatio n related to Fusion
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-06-2012 08:39 PM in reply to:
jackie.ng
Thank you Jackie, matching XML file has parameters content for some of properties. When I should create the parameter content for these properties or should I create for all the properties in a specific widget? XML file has to matching with the corresponding js file? How to validate this kind of matching?
