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.valueis nil. -
additionalClassesoptional: a list of classes to append to the input'sclass. -
additionalAttribsoptional: 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.valueis nil. -
additionalClassesoptional: a list of classes to append to the input'sclass. -
additionalAttribsoptional: 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.valueis nil. -
additionalClassesoptional: a list of classes to append to the input'sclass. -
additionalAttribsoptional: 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.valueis nil. -
additionalClassesoptional: a list of classes to append to the input'sclass. -
additionalAttribsoptional: 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.valueis 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.valueis 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.valueis 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.valueis nil.
Creates a container.

Creates a solid container.

Creates an information box.

