Skip to end of metadata
Go to start of metadata

void FB::DOM::Element::setInnerHTML ( const std::string &  html  )  const [virtual]

Sets an inner html for the element.

Parameters:
html The html to set

Reimplemented in FB::ActiveX::AXDOM::Element.

Definition at line 33 of file ScriptingCore/DOM/Element.cpp.

References FB::DOM::Node::setProperty().

00034 {
00035     setProperty("innerHTML", html);
00036 }

Here is the call graph for this function:


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None