mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Add f() (finish/finalize) to HTMLBuidler.
This commit is contained in:
parent
b1be711eb4
commit
1a09dd13b0
@ -1719,6 +1719,10 @@ HTMLBuilder *HTMLBuilder::cwbr() {
|
||||
return this;
|
||||
}
|
||||
|
||||
void HTMLBuilder::f() {
|
||||
write_tag();
|
||||
}
|
||||
|
||||
HTMLBuilder *HTMLBuilder::w(const String &val) {
|
||||
write_tag();
|
||||
|
||||
|
@ -306,6 +306,8 @@ public:
|
||||
HTMLBuilder *cvideo();
|
||||
HTMLBuilder *cwbr();
|
||||
|
||||
void f();
|
||||
|
||||
//write
|
||||
HTMLBuilder *w(const String &val);
|
||||
//write_escaped
|
||||
|
Loading…
Reference in New Issue
Block a user