webinterface.xml

来自「工作流」· XML 代码 · 共 39 行

XML
39
字号
<?xml version="1.0"?>

<web-interface>

  <image name="web/helloworld1.gif" mime-type="image/gif" width="104" height="155" />

  <!-- ================ -->
  <!-- == ACTIVITIES == -->
  <!-- ================ -->
  <activity-state name="start">
    <image-coordinates>
      <x1>43</x1>
      <y1>0</y1>
      <x2>65</x2>
      <y2>21</y2>
    </image-coordinates>
  </activity-state>

  <activity-state name="first activity state">
    <image-coordinates>
      <x1>0</x1>
      <y1>51</y1>
      <x2>101</x2>
      <y2>78</y2>
    </image-coordinates>
    <field attribute="evaluation result">
      <name>Evaluation result</name>
      <description>This input field allows you to put a value in the 'evaluation result' attribute.</description>
      <htmlformatter class="NetBpm.Workflow.Delegation.Impl.Htmlformatter.EvaluationInput, NetBpm" />
    </field>
    <field attribute="the text attrib">
      <name>The text attribute</name>
      <description>This input field allows you to put a value in the 'the text attrib' attribute.</description>
      <htmlformatter class="org.jbpm.workflow.delegation.impl.htmlformatter.TextInput, NetBpm" />
    </field>
  </activity-state>
  
</web-interface>

⌨️ 快捷键说明

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