| | |
| | | <Property name="iconClass">fa fa-search</Property> |
| | | <Property name="exClassName">toolbar-button-push</Property> |
| | | </ToolBarButton> |
| | | <ToolBarButton> |
| | | <ClientEvent name="onClick">view.get("#dialogLpr").show();</ClientEvent> |
| | | <Property name="caption">车牌推送测试</Property> |
| | | <Property name="iconClass">fa fa-search</Property> |
| | | <Property name="exClassName">toolbar-button-push</Property> |
| | | </ToolBarButton> |
| | | <ToolBarButton> |
| | | <ClientEvent name="onClick">view.get("#dialogLpr").show();</ClientEvent> |
| | | <Property name="caption">车牌识别推送测试</Property> |
| | | <Property name="iconClass">fa fa-search</Property> |
| | | <Property name="exClassName">toolbar-button-push</Property> |
| | | </ToolBarButton> |
| | | <ToolBarButton> |
| | | <Property name="caption">网关初始化</Property> |
| | | <Property name="iconClass">fa fa-search</Property> |
| | |
| | | <Buttons> |
| | | <Button> |
| | | <ClientEvent name="onClick">var data = view.get("#dsQuery.data");
 |
| | | view.get("#ajaxTestGrain").set("parameter",data).execute(function(result){
 |
| | | view.get("#ajaxTestGrain").set("parameter",data.toJSON()).execute(function(result){
 |
| | | self.get("parent").hide();
 |
| | | $alert(result);
 |
| | | });</ClientEvent> |
| | |
| | | <Buttons> |
| | | <Button> |
| | | <ClientEvent name="onClick">var data = view.get("#dsQuery.data");
 |
| | | view.get("#ajaxTestWeight").set("parameter",data).execute(function(result){
 |
| | | view.get("#ajaxTestWeight").set("parameter",data.get("weight")).execute(function(result){
 |
| | | self.get("parent").hide();
 |
| | | $alert(result);
 |
| | | });</ClientEvent> |