Dillo v3.1.1-98-g318d1f14
|
#include "url.h"
Go to the source code of this file.
Macros | |
#define | HTML_NTAGS 93 |
Functions | |
void | a_Html_load_images (void *v_html, DilloUrl *pattern) |
Used by the "Load images" page menuitem. | |
void | a_Html_form_submit (void *v_html, void *v_form) |
Used by the "Submit form" form menuitem. | |
void | a_Html_form_reset (void *v_html, void *v_form) |
Used by the "Reset form" form menuitem. | |
void | a_Html_form_display_hiddens (void *v_html, void *v_form, bool_t display) |
Used by the "Show/Hide hiddens" form menuitem. | |
void a_Html_form_display_hiddens | ( | void * | v_html, |
void * | v_form, | ||
bool_t | display | ||
) |
Used by the "Show/Hide hiddens" form menuitem.
Definition at line 279 of file html.cc.
References a_Html_form_display_hiddens2(), and Html_contains_form().
Referenced by Menu_form_hiddens_cb().
void a_Html_form_reset | ( | void * | v_html, |
void * | v_form | ||
) |
Used by the "Reset form" form menuitem.
Definition at line 266 of file html.cc.
References a_Html_form_reset2(), and Html_contains_form().
Referenced by Menu_form_reset_cb().
void a_Html_form_submit | ( | void * | v_html, |
void * | v_form | ||
) |
Used by the "Submit form" form menuitem.
Definition at line 253 of file html.cc.
References a_Html_form_submit2(), and Html_contains_form().
Referenced by Menu_form_submit_cb().
void a_Html_load_images | ( | void * | v_html, |
DilloUrl * | pattern | ||
) |
Used by the "Load images" page menuitem.
Definition at line 230 of file html.cc.
References DilloHtml::loadImages().
Referenced by Menu_imgload_toggle_cb(), and Menu_load_images_cb().