How to: |
This topic describes how to build a Managed Reporting logon page and display the Managed Reporting domain tree and reports in a Flex application.
http://localhost:8080
<mx:Script>
<![CDATA[
public function onPass():void
{
domains.refreshDomains();
}
]]>
</mx:Script>
click="domains.refreshDomains()"
| WebFOCUS |