📄 taxonomyservice.mxml
字号:
<?xml version="1.0" encoding="utf-8"?>
<FlexShowcaseService
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="com.flexShowcase.net.remote.*"
>
<mx:RemoteObject
id="taxonomy"
source="taxonomy"
destination="amfphp"
showBusyCursor="false"
endpoint="{flexShowcaseServiceConfig.amfphpEndpointURI}"
>
<!--
use getTree to retrieve the technology taxonomy tree(vid=1), industry taxonomy tree(vid=2), and tag taxonomy tree(vid=3).
getTree accepts a vid.
-->
<mx:method name="getTree" />
<!--
use selectNodes to retrieve projects related to a specific taxonomy tag.
selectNodes accepts tids that can be retrieved from the getTree results.
-->
<mx:method name="selectNodes" />
</mx:RemoteObject>
</FlexShowcaseService>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -