UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
workflow
/
engine
/
xmlform
/
setup
/
emails_Sended.xml
11 lines
(10 loc)
•
334 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<
dynaForm
name
=
"emails_TestForm"
type
=
"xmlform"
width
=
"100%"
labelWidth
=
""
>
<
MESSAGE_VALUE
type
=
"private"
/>
<
MESSAGE
type
=
"title"
>
<
en
>
<![CDATA[@#MESSAGE_VALUE]]>
</
en
>
</
MESSAGE
>
<
ClOSE
type
=
"button"
onclick
=
"closeTestPanel();"
>
<
en
>
<![CDATA[Close]]>
</
en
>
</
ClOSE
>
</
dynaForm
>