diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-01-21 22:48:51 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-01-21 22:48:51 +0100 |
commit | 951fde7f55e2c74f58af69c71126c48e30425581 (patch) | |
tree | b8d26fe91c89c99859b3feb5b11fe6165998b979 /src/form.hh | |
parent | f016830aea4fdf4afbda03cd29d87568b3711d1c (diff) |
add support for the CSS display: property
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/form.hh b/src/form.hh index a54cde56..cd04543f 100644 --- a/src/form.hh +++ b/src/form.hh @@ -52,6 +52,7 @@ void Html_tag_close_form(DilloHtml *html, int TagIdx); void Html_tag_open_input(DilloHtml *html, const char *tag, int tagsize); void Html_tag_open_isindex(DilloHtml *html, const char *tag, int tagsize); void Html_tag_open_textarea(DilloHtml *html, const char *tag, int tagsize); +void Html_tag_content_textarea(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_textarea(DilloHtml *html, int TagIdx); void Html_tag_open_select(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_select(DilloHtml *html, int TagIdx); |