Closes #14768
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72812
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Runs the given javascript code.
/**
Runs the given javascript code.
+ @note When using wxWEB_VIEW_BACKEND_IE you must wait for the current
+ page to finish loading before calling RunScript().
*/
virtual void RunScript(const wxString& javascript) = 0;
*/
virtual void RunScript(const wxString& javascript) = 0;
@param html The string that contains the HTML data to display.
@param baseUrl URL assigned to the HTML data, to be used to resolve
relative paths, for instance.
@param html The string that contains the HTML data to display.
@param baseUrl URL assigned to the HTML data, to be used to resolve
relative paths, for instance.
+ @note When using wxWEB_VIEW_BACKEND_IE you must wait for the current
+ page to finish loading before calling SetPage().
*/
virtual void SetPage(const wxString& html, const wxString& baseUrl) = 0;
*/
virtual void SetPage(const wxString& html, const wxString& baseUrl) = 0;