#include <h2_tag.h>
|
|
| H2Tag (const char *text) |
| void | send (Supla::WebSender *sender) override |
|
HtmlElement * | next () |
|
| HtmlElement (HtmlSection section=HTML_SECTION_FORM) |
| virtual bool | handleResponse (const char *key, const char *value) |
|
virtual void | onProcessingEnd () |
|
|
char * | text = nullptr |
|
HtmlElement * | nextPtr = nullptr |
|
|
static HtmlElement * | begin () |
|
static HtmlElement * | last () |
|
static const char * | selected (bool isSelected) |
|
static const char * | checked (bool isChecked) |
|
HtmlSection | section |
|
static HtmlElement * | firstPtr = nullptr |
- Deprecated
- Use WebSender::tag("h2").body(text) instead.
This class is a thin wrapper around a single heading tag and is kept only for compatibility with older callers.
◆ send()
The documentation for this class was generated from the following files:
- src/supla/network/html/h2_tag.h
- src/supla/network/html/h2_tag.cpp