[webkit-dev] innerHTML
Christian Dywan
christian at twotoasts.de
Thu Jan 17 04:17:43 PST 2008
Am Thu, 17 Jan 2008 17:24:39 +0530
schrieb "ankush tiwari" <ankushtiwarimot at gmail.com>:
> Hi All,
>
> Can someone please help me in getting a patch for "innerHTML" on
> gtk-port.
>
> Thanks,
> Ankush.
Hi Ankush,
in JavaScript innerHTML refers to the contents of an element in source
code form, so you either want to look at the JavaScriptCore API which
is available in WebKitGtk or you want an interface to the page source
from a WebView or WebFrame. For the latter it seems that a model
similar to WebDataSource is desirable which would have to be
implemented.
Regards,
Christian Dywan
More information about the webkit-dev
mailing list