Skip to content
Snippets Groups Projects
Commit 8ce0e908 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add more html5 input types

parent d9b8c394
Branches
No related tags found
No related merge requests found
...@@ -418,8 +418,27 @@ class renderadminlte { ...@@ -418,8 +418,27 @@ class renderadminlte {
'values'=>[ 'values'=>[
'text'=>'text', 'text'=>'text',
'password'=>'password', 'password'=>'password',
'button'=>'button',
'checkbox'=>'checkbox',
'color'=>'color',
'date'=>'date',
'datetime-local'=>'datetime-local',
'email'=>'email', 'email'=>'email',
'file'=>'file',
'hidden'=>'hidden', 'hidden'=>'hidden',
'image'=>'image',
'month'=>'month',
'number'=>'number',
'radio'=>'radio',
'range'=>'range',
'reset'=>'reset',
'search'=>'search',
'submit'=>'submit',
'tel'=>'tel',
'time'=>'time',
'url'=>'url',
'week'=>'week',
] ]
], ],
'example_value'=>'text' 'example_value'=>'text'
...@@ -1170,7 +1189,7 @@ class renderadminlte { ...@@ -1170,7 +1189,7 @@ class renderadminlte {
* *
* @param type $aOptions hash with keys for all options * @param type $aOptions hash with keys for all options
* styling: * styling:
* - type - field type: text, email, password, hidden * - type - field type: text, email, password, hidden and all other html 5 input types
* content * content
* - label - label tag * - label - label tag
* - name - name attribute for sending form * - name - name attribute for sending form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment