定义系统按钮 XML 文件
>
<buttons name="SysButton">
<button id="1" text="待提交" parentid="-1" buttontype="WaitCommit" buttonaction="Status" >
<button id="2" text="添加" parentid="1" buttontype="GroupCommand" buttonaction="Add" />
<button id="3" text="提交" parentid="1" buttontype="Command" buttonaction="Commit" />
<button id="4" text="删除" parentid="1" buttontype="Command" buttonaction="Delete" />
<button id="5" text="修改" parentid="1" buttontype="Command" buttonaction="Edit" />
</button>
<button id="6" text="待审核" parentid="-1" buttontype="WaitCheck" buttonaction="Status">
<button id="7" text="审核" parentid="6" buttontype="Command" buttonaction="Check" />
<button id="8" text="取消" parentid="6" buttontype="Command" buttonaction="Cancel" />
</button>
<button id="9" text="已审核" parentid="-1" buttontype="Checked" buttonaction="Status">
</button>
</buttons>