I think it is easy enough to review the widget javascript to determine the Fusion API calls - in the case of what hasn&#39;t been documented.<br><br><a href="http://demo.mapserver.org/fusion/widgets/">http://demo.mapserver.org/fusion/widgets/</a><br>
<br><br><pre>For the Legend:<br><br>Fusion.getWidgetById(&#39;Legend&#39;).renderer.expandAll()<br>Fusion.getWidgetById(&#39;Legend&#39;).renderer.collapseAll()<br>Fusion.getWidgetById(&#39;Legend&#39;).renderer.collapseBranch(folder) <br>
Fusion.getWidgetById(&#39;Legend&#39;).renderer.expandBranch(folder) <br>Fusion.getWidgetById(&#39;Legend&#39;).renderer.update()<br>Fusion.getWidgetById(&#39;Legend&#39;).renderer.clear()<br><br>For the TaskFrame:<br><br>
Fusion.getWidgetById(&#39;TaskFrame&#39;).updateButtons()<br>Fusion.getWidgetById(&#39;TaskFrame&#39;).gotoPrevTask()<br>Fusion.getWidgetById(&#39;TaskFrame&#39;).gotoNextTask()<br>Fusion.getWidgetById(&#39;TaskFrame&#39;).goHome()<br>
Fusion.getWidgetById(&#39;TaskFrame&#39;).setContent(url)<br><br><br></pre>Cheers,<br>
<br>
Kori Maleski<br><br><br><div class="gmail_quote">On Thu, Feb 25, 2010 at 5:48 PM, GordonL <span dir="ltr">&lt;<a href="mailto:gordon.luckett@arrowgeomatics.com">gordon.luckett@arrowgeomatics.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Mike,<br>
I have been searching for a definitive list of Fusion API calls.<br>
For example, only through some hacking and searhing have I found some of the<br>
methods and properties for some of the widgets, such as:<br>
<br>
Fusion.getWidgetById(&#39;Legend&#39;).renderer.expandAll();<br>
<br>
or<br>
<br>
Fusion.getWidgetById(&#39;TaskFrame&#39;).setContent(‘<a href="http://osgeo.org" target="_blank">http://osgeo.org</a>&#39;);<br>
<br>
Do you know where I can find the methods for these widgets? (like expandAll<br>
or setContent)<br>
<br>
thanks<br>
gordon<br>
<font color="#888888"><br>
<br>
<br>
--<br>
View this message in context: <a href="http://n2.nabble.com/How-to-expand-legend-programatically-in-Fusion-tp4561423p4636440.html" target="_blank">http://n2.nabble.com/How-to-expand-legend-programatically-in-Fusion-tp4561423p4636440.html</a><br>

</font><div class="im">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br>