Created SetInnerHTML (markdown)
parent
b80442c094
commit
f59772f276
1 changed files with 8 additions and 0 deletions
8
SetInnerHTML.md
Normal file
8
SetInnerHTML.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
```cpp
|
||||
void* Crafter::CppDOM::Bindings::SetInnerHTML(void* ptr, const char* html, std::size_t htmlLenght);
|
||||
void* Crafter::CppDOM::Bindings::SetInnerHTML(void* ptr, const std::string& html)
|
||||
```
|
||||
|
||||
Sets the innterHTML property of the javascript object in ``ptr`` to the contents of ``html``
|
||||
|
||||
[Mozilla Reference](https://developer.mozilla.org/en-US/docs/Web/API/Document/innerHTML)
|
||||
Loading…
Add table
Add a link
Reference in a new issue