Added support for <input type='hidden'>.
Hidden form fields are aded to the page attribute buffer like text form fields so there's no need for special treatment in formsubmit(). However they are not added as widgets to the window so there's no user interaction.
This commit is contained in:
parent
c7b8bac006
commit
66fa843389
6 changed files with 63 additions and 49 deletions
|
@ -32,4 +32,5 @@ html_action "action\0"
|
|||
html_name "name\0"
|
||||
html_text "text\0"
|
||||
html_size "size\0"
|
||||
html_image "image\0"
|
||||
html_image "image\0"
|
||||
html_hidden "hidden\0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue