add a param type called "file"
add a param type called "file"
This commit is contained in:
parent
136ad41b89
commit
e90a184973
|
@ -4,7 +4,7 @@
|
|||
<plugin name="CsvProvider">
|
||||
<params>
|
||||
<param name="fileName" label="The name of the input file(Required)">
|
||||
<field size="7" />
|
||||
<file />
|
||||
</param>
|
||||
<param name="separator"
|
||||
label="The separator of the input file and the following fieldNames">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
name CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT params (param|group)*>
|
||||
<!ELEMENT param (radiobutton|field|checkbox|nfield|combo|table)>
|
||||
<!ELEMENT param (radiobutton|field|checkbox|nfield|combo|table|file)>
|
||||
<!ATTLIST param
|
||||
name CDATA #REQUIRED
|
||||
label CDATA #IMPLIED
|
||||
|
@ -39,3 +39,4 @@
|
|||
cols CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT combo (choice*)>
|
||||
<!ELEMENT file EMPTY>
|
||||
|
|
Loading…
Reference in New Issue