• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Developer

    Reply
    Valued Contributor
    Posts: 72
    Registered: ‎04-12-2012

    Property information related to Fusion

    964 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.

    Please use plain text.
    Mentor
    Posts: 238
    Registered: ‎10-06-2008

    Re: Property information related to Fusion

    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

    Please use plain text.
    Valued Contributor
    Posts: 72
    Registered: ‎04-12-2012

    Re: Property information related to Fusion

    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?
    Please use plain text.