[webkit-reviews] review requested: [Bug 13844] WebKitQt Api doesn't provide any way to append html code to the previous code : [Attachment 14688] a solution to this bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 09:22:45 PDT 2007


sebastien le faou <slefaou at wimba.com> has asked  for review:
Bug 13844: WebKitQt Api doesn't provide any way to append html code to the
previous code
http://bugs.webkit.org/show_bug.cgi?id=13844

Attachment 14688: a solution to this bug
http://bugs.webkit.org/attachment.cgi?id=14688&action=edit

------- Additional Comments from sebastien le faou <slefaou at wimba.com>
I created 2 functions

void openStringAppend(const QString &htmlString)
This function is rendering the html code from a String
and it also append this html code to the previous html (The one which was
rendered before)

void closeStringAppend()
This function is supposed to finish the display if the previous function
(openStringAppend(...)) is used



More information about the webkit-reviews mailing list