⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webinterface.xml

📁 工作流
💻 XML
字号:
<?xml version="1.0"?>

<web-interface>

  <!-- =================================== -->
  <!-- == PROCESS DEFINITION PROPERTIES == -->
  <!-- =================================== -->
  <image name="web/pregnancy.gif" mime-type="image/gif" width="100" height="236" />

  <!-- ================ -->
  <!-- == ACTIVITIES == -->
  <!-- ================ -->
  <activity-state name="declare pregnancy">
    <image-coordinates>
      <x1>3</x1>
      <y1>50</y1>
      <x2>96</x2>
      <y2>79</y2>
    </image-coordinates>
    <field attribute="expected birthdate">
      <name>Expected birthdate</name>
      <description>When is the baby expected ?</description>
      <htmlformatter class="NetBpm.Workflow.Delegation.Impl.Htmlformatter.DateInput, NetBpm" >
        <parameter name="dateFormat">dd/MM/yyyy</parameter>
      </htmlformatter>
    </field>
  </activity-state>

  <activity-state name="expecting">
    <image-coordinates>
      <x1>3</x1>
      <y1>106</y1>
      <x2>96</x2>
      <y2>134</y2>
    </image-coordinates>
    <field attribute="birthdate">
      <name>Birthdate</name>
      <description>Actual birthdate</description>
      <htmlformatter class="NetBpm.Workflow.Delegation.Impl.Htmlformatter.DateInput, NetBpm" >
        <parameter name="dateFormat">dd/MM/yyyy</parameter>
      </htmlformatter>
    </field>
  </activity-state>
  
  <activity-state name="plan holiday">
    <image-coordinates>
      <x1>3</x1>
      <y1>168</y1>
      <x2>96</x2>
      <y2>164</y2>
    </image-coordinates>
  </activity-state>
  
</web-interface>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -