Leaf Tags - ml-archive/admin-panel-provider GitHub Wiki
Opens a form element.
Closes a form element.
Creates a text type form input group.
-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil. -
additionalClasses
optional: a list of classes to append to the input'sclass.
-
additionalAttribs
optional: a comma-separated list of attributes to append to the input element.
Creates an email type form input group.
-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil. -
additionalClasses
optional: a list of classes to append to the input'sclass.
-
additionalAttribs
optional: a comma-separated list of attributes to append to the input element.
Creates a password type form input group.
-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil. -
additionalClasses
optional: a list of classes to append to the input'sclass.
-
additionalAttribs
optional: a comma-separated list of attributes to append to the input element.
Creates a select type form input group.
-
options
: an array of options for the select element. -
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil. -
additionalClasses
optional: a list of classes to append to the input'sclass.
-
additionalAttribs
optional: a comma-separated list of attributes to append to the input element.
Creates a checkbox type form input group.
-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil.
Creates a date-picker form input group.

-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil.
Creates a color-picker form input group.


-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil.
Creates a WYSIWYG textarea form input group.
-
fieldsetNode
: the fieldset object that contains the label, value and errors. -
value
: the value to default to iffieldsetNode.value
is nil.
Creates a container.
Creates a solid container.
Creates an information box.