FileSelect
Class FileSelect
Output
No output provided yet
Twig Tag
- Tag
UIFileSelect
- Syntax
{% UIFileSelect Type {Parameters} %}
- Type
@param string $sName |
FileSelect Standard
- syntax
{% UIFileSelect Standard {sName:'value', sId:'value'} %}
- parameters
sName |
string |
mandatory |
||
sId |
string |
optional |
NULL |
FileSelect common parameters
AddCSSClass |
string |
CSS class to add to the generated html block |
AddCSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
AddCssFileRelPath |
string |
|
AddHtml |
string |
|
AddJsFileRelPath |
string |
|
AddMultipleCssFilesRelPaths |
array |
|
AddMultipleJsFilesRelPaths |
array |
|
ButtonText |
string |
|
CSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
DataAttributes |
array |
Array of data attributes in the format [‘name’ => ‘value’] |
FileName |
||
IsHidden |
bool |
|
ShowFilename |
bool |
Examples
No examples provided yet