| AddCSSClass |
string |
CSS class to add to the generated html block |
| AddCSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
| AddCssFileRelPath |
string |
|
| AddDeferredBlock |
iUIBlock |
|
| AddHtml |
string |
|
| AddJsFileRelPath |
string |
|
| AddMultipleCssFilesRelPaths |
array |
|
| AddMultipleJsFilesRelPaths |
array |
|
| AddOption |
SelectOption |
Select option UIBlock |
| AddSubBlock |
iUIBlock |
|
| CSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
| DataAttributes |
array |
Array of data attributes in the format [‘name’ => ‘value’] |
| DeferredBlocks |
array |
|
| IsHidden |
bool |
Indicates if the block is hidden by default |
| IsLabelBefore |
bool |
If true the label will be positioned before the input |
| IsMultiple |
bool |
Allow multiple selection |
| Label |
string |
Label to display with the input (null for no label) |
| Name |
string |
Input name for the form |
| SubBlocks |
array |
|
| SubmitOnChange |
bool |
if true submit the form as soon as a change is detected |