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
|
@ -33,3 +33,4 @@ extern const char html_name[6];
|
|||
extern const char html_text[6];
|
||||
extern const char html_size[6];
|
||||
extern const char html_image[7];
|
||||
extern const char html_hidden[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue