mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
Placeholder html attribute.
This commit is contained in:
parent
7e8a7671e4
commit
ae88f5b746
@ -51,6 +51,12 @@ HTMLTag *HTMLTag::type(const std::string &val) {
|
||||
return this;
|
||||
}
|
||||
|
||||
HTMLTag *HTMLTag::placeholder(const std::string &val) {
|
||||
attrib("placeholder", val);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
HTMLTag *HTMLTag::rel(const std::string &val) {
|
||||
attrib("rel", val);
|
||||
|
||||
|
@ -23,6 +23,7 @@ public:
|
||||
HTMLTag *value(const std::string &val);
|
||||
HTMLTag *method(const std::string &val);
|
||||
HTMLTag *type(const std::string &val);
|
||||
HTMLTag *placeholder(const std::string &val);
|
||||
HTMLTag *rel(const std::string &val);
|
||||
HTMLTag *rel_stylesheet();
|
||||
HTMLTag *charset(const std::string &val);
|
||||
|
Loading…
Reference in New Issue
Block a user