Multiple values for array type parameters as separated lines in the textarea.

Improved required parameter handling for the array type.
Improved default value handling for the array type.
This commit is contained in:
Waldek Kozba
2015-04-03 14:31:23 +00:00
parent 1ea77868aa
commit af39ae0603
6 changed files with 80 additions and 16 deletions

View File

@@ -21,11 +21,8 @@
<input type="file" name='{{name}}'/>
<div class="parameter-content-type" />
{{else}}
{{#if default}}
<input class='parameter' minlength='0' name='{{name}}' placeholder='' type='text' value='{{default}}'/>
{{else}}
<input class='parameter' minlength='0' name='{{name}}' placeholder='' type='text' value=''/>
{{/if}}
{{#renderTextParam this}}
{{/renderTextParam}}
{{/if}}
{{/if}}