Account
ArmsysApi 0.12.18 |
BHtml Class Reference
#include <BHtml.h>
Public Member Functions | |
BHtml (const BString &tag="", const BString &args="", const BString &text="") | |
~BHtml () | |
BHtml * | append (const BHtml &node) |
BHtml * | append (const BString &tag="", const BString &args="", const BString &text="") |
BHtml * | appendText (const BString &text) |
BHtml * | appendFormField (BString name, BString title, BString type, BString param, BString value, BString arg="", int submit=0) |
void | appendFormItem (BString name, BString title, BString type, BString param, BString value) |
void | render (HtmlWriteFunc writeFunc) |
BString | render () |
Private Attributes | |
BString | otag |
BString | oargs |
BList< BHtml > | nodes |
Constructor & Destructor Documentation
◆ BHtml()
◆ ~BHtml()
BHtml::~BHtml | ( | ) |
Member Function Documentation
◆ append() [1/2]
◆ append() [2/2]
BHtml * BHtml::append | ( | const BString & | tag = "" , |
const BString & | args = "" , | ||
const BString & | text = "" | ||
) |
◆ appendFormField()
BHtml * BHtml::appendFormField | ( | BString | name, |
BString | title, | ||
BString | type, | ||
BString | param, | ||
BString | value, | ||
BString | arg = "" , | ||
int | submit = 0 | ||
) |
◆ appendFormItem()
void BHtml::appendFormItem | ( | BString | name, |
BString | title, | ||
BString | type, | ||
BString | param, | ||
BString | value | ||
) |
◆ appendText()
◆ render() [1/2]
void BHtml::render | ( | HtmlWriteFunc | writeFunc | ) |
◆ render() [2/2]
BString BHtml::render | ( | ) |
Member Data Documentation
◆ nodes
◆ oargs
| private |
◆ otag
| private |
The documentation for this class was generated from the following files:
Generated by
