WebView.executeEditingCommand

Request to execute the given @command for @web_view. You can use webkit_web_view_can_execute_editing_command() to check whether it's possible to execute the command.

class WebView
void
executeEditingCommand
(
string command
)

Parameters

command string

the command to execute

Meta