Conforms to NSObject
Declared in DTRichTextEditorView.h

Overview

The DTRichTextEditorStandardEditActions protocol declares the custom menu items inserted by DTRichTextEditor.

Use editorView:canPerformAction:withSender: in the DTRichTextEditorViewDelegate to disable these actions

Tasks

Instance Methods

define:

Displays the system reference dictionary view for the selected term if found. (iOS 5.0+)

- (void)define:(id)sender

Parameters

sender

The object calling this method.

Declared In

DTRichTextEditorView.h