Form

Class Form


Output

No output provided yet


Twig Tag

Tag

UIForm

Syntax

{% UIForm Type {Parameters} %}
    Content Goes Here
{% EndUIForm %}
Type

Standard

@param string|null $sId

Form Standard

syntax

{% UIForm Standard {sId:'value'} %}
    Content Goes Here
{% EndUIForm %}
parameters

sId

string

optional

NULL

Form common parameters

Action

string

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

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

HasForcedDiv

bool

IsHidden

bool

OnSubmitJsCode

string

SubBlocks

array


Examples

No examples provided yet