PDA

View Full Version : WebView switch to contentEditable mode



folibis
25th December 2013, 03:03
Is there a way to switch WebView to editor?
How can I set contentEditable=true? I think about C++ extension ... is there way to get internal QWebView from QQuickItem?
Or may be some trick with JS?

anda_skoa
25th December 2013, 10:55
Is there a way to switch WebView to editor?
How can I set contentEditable=true?

That is new to me. Can you point to the documentation that describes that property?



I think about C++ extension ... is there way to get internal QWebView from QQuickItem?


QtQuick2 WebView does not use QWebView. QWebView is WebKit1, QtQuick2 WebView is WebKit2.

Cheers,
_