processmaker-builder
Version:
The gulp task runner for ProcessMaker building
16 lines (15 loc) • 539 B
text/xml
<dynaForm name="RemoveDocument" width="500" mode="edit" border="0" enableTemplate="0" height="85px">
<SESSION_ID type="text" size="36" maxlength="32">
<en><![CDATA[Session Id]]></en>
</SESSION_ID>
<APP_DOC_UID type="dropdown" sqlConnection="dbarray">
SELECT * from documents
<en><![CDATA[Document ID]]></en>
</APP_DOC_UID>
<ACTION type="hidden">
</ACTION>
<ACTIONB type="button" onclick="submitThisForm(this.form);">
<en><![CDATA[RemoveDocument]]></en>
</ACTIONB>
</dynaForm>