<?xml version="1.0" encoding="UTF-8"?>
|
<ViewConfig>
|
<Arguments/>
|
<Context/>
|
<Model/>
|
<View layout="regionPadding:10">
|
<Property name="packages">font-awesome,css-common</Property>
|
<ToolBar>
|
<ToolBarButton>
|
<ClientEvent name="onClick">
|
view.get("#ajaxDel").execute(function(result){
|
if(result){
|
$alert(result);
|
}
|
});
|
</ClientEvent>
|
<Property name="caption">测试</Property>
|
<Property name="iconClass">fa fa-minus</Property>
|
<Property name="exClassName">toolbar-button-warn</Property>
|
<Property name="width">100</Property>
|
</ToolBarButton>
|
</ToolBar>
|
<AjaxAction id="ajaxDel">
|
<Property name="service">apiTestPR#push1311</Property>
|
</AjaxAction>
|
</View>
|
</ViewConfig>
|