ContextMenuAction
Enum values used to denote the stock actions for #WebKitContextMenuItems
Entries
Open current link in a new window.
Download link destination.
Copy link location to the clipboard.
Open current image in a new window.
Download current image.
Copy current image to the clipboard.
Copy current image location to the clipboard.
Open current frame in a new window.
Load the next history item.
Select all text.
Input methods menu.
A proposed replacement for a misspelled word.
An indicator that spellchecking found no proposed replacements.
Causes the spellchecker to ignore the word for this session.
Causes the spellchecker to add the word to the dictionary.
Ignore grammar.
Open current element in the inspector.
Open current video element in a new window.
Open current audio element in a new window.
Copy video link location in to the clipboard.
Copy audio link location in to the clipboard.
Enable or disable media controls.
Enable or disable media loop.
Show current video element in fullscreen mode.
Play current media element.
Pause current media element.
Mute current media element.
Download video to disk. Since 2.2
Download audio to disk. Since 2.2
Insert an emoji. Since 2.26
Paste clipboard contents as plain text. Since 2.30
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.