WebKit2.ContextMenuAction

Enum values used to denote the stock actions for WebKit2.ContextMenuItem<!-- -->s

ContextMenuAction.NO_ACTION

No action, used by separator menu items.

ContextMenuAction.OPEN_LINK

Open current link.

ContextMenuAction.OPEN_LINK_IN_NEW_WINDOW

Open current link in a new window.

ContextMenuAction.DOWNLOAD_LINK_TO_DISK

Download link destination.

ContextMenuAction.COPY_LINK_TO_CLIPBOARD

Copy link location to the clipboard.

ContextMenuAction.OPEN_IMAGE_IN_NEW_WINDOW

Open current image in a new window.

ContextMenuAction.DOWNLOAD_IMAGE_TO_DISK

Download current image.

ContextMenuAction.COPY_IMAGE_TO_CLIPBOARD

Copy current image to the clipboard.

ContextMenuAction.COPY_IMAGE_URL_TO_CLIPBOARD

Copy curent image location to the clipboard.

ContextMenuAction.OPEN_FRAME_IN_NEW_WINDOW

Open current frame in a new window.

ContextMenuAction.GO_BACK

Load the previous history item.

ContextMenuAction.GO_FORWARD

Load the next history item.

ContextMenuAction.STOP

Stop any ongoing loading operation.

ContextMenuAction.RELOAD

Reload the conents of current view.

ContextMenuAction.COPY

Copy current selection the clipboard.

ContextMenuAction.CUT

Cut current selection to the clipboard.

ContextMenuAction.PASTE

Paste clipboard contents.

ContextMenuAction.DELETE

Delete current selection.

ContextMenuAction.SELECT_ALL

Select all text.

ContextMenuAction.INPUT_METHODS

Input methods menu.

ContextMenuAction.UNICODE

Unicode menu.

ContextMenuAction.SPELLING_GUESS

A proposed replacement for a misspelled word.

ContextMenuAction.NO_GUESSES_FOUND

An indicator that spellchecking found no proposed replacements.

ContextMenuAction.IGNORE_SPELLING

Causes the spellchecker to ignore the word for this session.

ContextMenuAction.LEARN_SPELLING

Causes the spellchecker to add the word to the dictionary.

ContextMenuAction.IGNORE_GRAMMAR

Ignore grammar.

ContextMenuAction.FONT_MENU

Font options menu.

ContextMenuAction.BOLD

Bold.

ContextMenuAction.ITALIC

Italic.

ContextMenuAction.UNDERLINE

Underline.

ContextMenuAction.OUTLINE

Outline.

ContextMenuAction.INSPECT_ELEMENT

Open current element in the inspector.

ContextMenuAction.OPEN_VIDEO_IN_NEW_WINDOW

Open current video element in a new window.

ContextMenuAction.OPEN_AUDIO_IN_NEW_WINDOW

Open current audio element in a new window.

ContextMenuAction.COPY_VIDEO_LINK_TO_CLIPBOARD

Copy video link location in to the clipboard.

ContextMenuAction.COPY_AUDIO_LINK_TO_CLIPBOARD

Copy audio link location in to the clipboard.

ContextMenuAction.TOGGLE_MEDIA_CONTROLS

Enable or disable media controls.

ContextMenuAction.TOGGLE_MEDIA_LOOP

Enable or disable media loop.

ContextMenuAction.ENTER_VIDEO_FULLSCREEN

Show current video element in fullscreen mode.

ContextMenuAction.MEDIA_PLAY

Play current media element.

ContextMenuAction.MEDIA_PAUSE

Pause current media element.

ContextMenuAction.MEDIA_MUTE

Mute current media element.

ContextMenuAction.DOWNLOAD_VIDEO_TO_DISK

Download video to disk. Since 2.2

ContextMenuAction.DOWNLOAD_AUDIO_TO_DISK

Download audio to disk. Since 2.2

ContextMenuAction.CUSTOM

Custom action defined by applications.