定义系统按钮 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>

相关文章:

  • 2023-01-15
  • 2022-12-23
  • 2021-08-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2022-03-04
  • 2021-11-16
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案