PSDETOOLBAR.json 1.1 KB
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9
{
  "templtoolbar" : 1,
  "psdetoolbarname" : "工具栏模板(移动端流程编辑视图)",
  "pssystoolbarid" : "TBTEMPL_01012",
  "codename" : "Auto1",
  "psdetbitems" : [ {
    "hiddenitem" : 0,
    "psdetbitemname" : "tbitem1",
    "psdeuiactionid" : "EDITVIEW_SAVEANDEXITACTION(SaveAndExit)",
ibizdev's avatar
ibizdev committed
10 11 12
    "spanflag" : 0,
    "tbitemtype" : "DEUIACTION",
    "caption" : "保存"
ibizdev's avatar
ibizdev committed
13 14 15 16
  }, {
    "hiddenitem" : 0,
    "psdetbitemname" : "tbitem2",
    "spanflag" : 0,
ibizdev's avatar
ibizdev committed
17 18
    "tbitemtype" : "ITEMS",
    "caption" : "操作",
ibizdev's avatar
ibizdev committed
19 20 21 22 23
    "psdetbitems" : [ {
      "hiddenitem" : 0,
      "psdetoolbarid" : "<PSDETOOLBAR>",
      "psdetbitemname" : "tbitem3",
      "psdeuiactionid" : "EDITVIEW_WFIAACTION",
ibizdev's avatar
ibizdev committed
24 25
      "spanflag" : 0,
      "tbitemtype" : "DEUIACTION"
ibizdev's avatar
ibizdev committed
26 27 28 29
    }, {
      "hiddenitem" : 0,
      "psdetoolbarid" : "<PSDETOOLBAR>",
      "psdetbitemname" : "tbitem5",
ibizdev's avatar
ibizdev committed
30 31 32
      "spanflag" : 0,
      "tbitemtype" : "SEPERATOR",
      "caption" : "-"
ibizdev's avatar
ibizdev committed
33 34 35 36 37
    }, {
      "hiddenitem" : 0,
      "psdetoolbarid" : "<PSDETOOLBAR>",
      "psdetbitemname" : "tbitem4",
      "psdeuiactionid" : "EDITVIEW_HELPACTION(Help)",
ibizdev's avatar
ibizdev committed
38 39
      "spanflag" : 0,
      "tbitemtype" : "DEUIACTION"
ibizdev's avatar
ibizdev committed
40 41 42
    } ]
  } ]
}