[Webkit-unassigned] [Bug 13844] WebKitQt Api doesn't provide any way to append html code to the previous code

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


http://bugs.webkit.org/show_bug.cgi?id=13844


slefaou at wimba.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14688|                            |review?
               Flag|                            |




------- Comment #1 from slefaou at wimba.com  2007-05-23 09:22 PDT -------
Created an attachment (id=14688)
 --> (http://bugs.webkit.org/attachment.cgi?id=14688&action=view)
a solution to this bug

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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list