| | |
| | | </DataType> |
| | | </Model> |
| | | <View layout="padding:10"> |
| | | <ClientEvent name="onReady"> |
| | | 
 |
| | | //节点查看
 |
| | | showNode = function(){
 |
| | | view.get("#iFrameNode").set("path", "/com.fzzy.igds.CameraMediaNode.d");
 |
| | | view.get("#dialogNode").show();
 |
| | | };
</ClientEvent> |
| | | <Property name="packages">font-awesome,css-common</Property> |
| | | <Property name="cache"> |
| | | <Property name="mode">clientSide</Property> |
| | |
| | | <Property name="exClassName">btn3</Property> |
| | | <Property name="iconClass">fa fa-minus-circle</Property> |
| | | <Property name="width">80</Property> |
| | | </ToolBarButton> |
| | | <ToolBarButton> |
| | | <ClientEvent name="onClick">showNode();</ClientEvent> |
| | | <Property name="caption">查看流媒体节点</Property> |
| | | <Property name="exClassName">btn3</Property> |
| | | <Property name="iconClass">fa fa-plus-square</Property> |
| | | <Property name="width">150</Property> |
| | | </ToolBarButton> |
| | | <Separator/> |
| | | </ToolBar> |
| | |
| | | </Children> |
| | | <Tools/> |
| | | </Dialog> |
| | | <Dialog id="dialogNode"> |
| | | <Property name="width">55%</Property> |
| | | <Property name="height">80%</Property> |
| | | <Property name="iconClass">fa fa-tasks</Property> |
| | | <Property name="caption">流媒体节点</Property> |
| | | <Buttons/> |
| | | <Children> |
| | | <IFrame id="iFrameNode"> |
| | | <Property name="width">100%</Property> |
| | | </IFrame> |
| | | </Children> |
| | | <Tools/> |
| | | </Dialog> |
| | | <AjaxAction id="ajaxDel"> |
| | | <Property name="service">cameraMediaPR#delData</Property> |
| | | <Property name="confirmMessage">确定要删除吗?</Property> |