Updated HtmlElement (markdown)
parent
eaad5b6e64
commit
885fb21420
1 changed files with 3 additions and 1 deletions
|
|
@ -15,3 +15,5 @@ namespace Crafter::CppDOM {
|
||||||
The ``HtmlElement`` is an abstraction layer of HTML elements and bindings related to them.
|
The ``HtmlElement`` is an abstraction layer of HTML elements and bindings related to them.
|
||||||
|
|
||||||
It is generally recommended to use this over raw bindings as this enforces memory safety with the destructor and is easier to use.
|
It is generally recommended to use this over raw bindings as this enforces memory safety with the destructor and is easier to use.
|
||||||
|
|
||||||
|
It is constructed via the ``GetElementById`` binding and the resulting JS pointer is stored in the ptr member variable.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue