coffeescript-ui
Version:
Coffeescript User Interface System
12 lines (10 loc) • 530 B
Markdown
```div-parameter
## Parameter FileUploadButton
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| fileUpload | check: FileUpload | - | yes | Lorem |
| multiple | <dt><Boolean> | true | no | <dt>true<dd><dt>false<dd> |
| directory | <dt><Boolean> | - | no | Whether to allow file drop on the button.<br><dt>true<dd><dt>false<dd> |
| drop | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
```
@@include(../../button/button_p.md)