is_editable


Description:

[ Version ( since = "2.8" ) ]
public bool is_editable ()

Gets whether the user is allowed to edit the HTML document.

When this is not editable an element in the HTML document can only be edited if the CONTENTEDITABLE attribute has been set on the element or one of its parent elements. By default a WebView is not editable.

Parameters:

this

a WebView

Returns:

true if the user is allowed to edit the HTML document, or false otherwise.