Files
luos/workflow/engine/xmlform/setup/wsInputDocumentList.xml

16 lines
528 B
XML
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="InputDocumentList" width="500" mode="edit" border="0" enableTemplate="0" height="85px">
2014-04-21 10:21:01 -04:00
<SESSION_ID type="text" size="36" maxlength="32">
<en><![CDATA[Session Id]]></en>
</SESSION_ID>
<CASE_ID type="dropdown" sqlConnection="dbarray">
2010-12-02 23:34:41 +00:00
SELECT * from case
2014-04-21 10:21:01 -04:00
<en><![CDATA[Case ID]]></en>
2010-12-02 23:34:41 +00:00
</CASE_ID>
2014-04-21 10:21:01 -04:00
<ACTION type="hidden">
2010-12-02 23:34:41 +00:00
</ACTION>
2014-04-21 10:21:01 -04:00
<ACTIONB type="button" onclick="submitThisForm(this.form);">
<en><![CDATA[InputDocumentList]]></en>
</ACTIONB>
</dynaForm>