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
/
dynaforms
/
fields
/
_options.xml
10 lines
(9 loc)
•
292 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<
dynaForm
name
=
"_options"
type
=
"grid"
width
=
"100%"
editRow
=
"0"
insertRow
=
"0"
>
<
NAME
type
=
"text"
validate
=
"Field"
size
=
"19"
>
<
en
>
<![CDATA[Value]]>
</
en
>
</
NAME
>
<
LABEL
type
=
"text"
size
=
"19"
>
<
en
>
<![CDATA[Label]]>
</
en
>
</
LABEL
>
</
dynaForm
>