WebView.loadPlainText

Load the specified plain_text string into web_view.

The mime type of document will be "text/plain". You can monitor the load operation by connecting to #WebKitWebView::load-changed signal.

class WebView
void
loadPlainText
(
string plainText
)

Parameters

plainText string

The plain text to load