Instance Property
editable A Boolean value that controls whether the text views sharing the receiver’s layout manager allow the user to edit text.
Declaration @property (getter=isEditable) BOOL editable ;
Discussion YES
to allow the user to edit text and attributes of all text views sharing the receiver's layout manager, NO
otherwise.
If a text view is made editable, it’s also made selectable. Text views are editable by default.
See Also
Setting Behavioral Attributes allows Undo
A Boolean value that indicates whether the receiver allows undo.
selectable
A Boolean value that controls whether the text views sharing the receiver’s layout manager allow the user to select text.
field Editor
A Boolean value that controls whether the text views sharing the receiver’s layout manager behave as field editors.
rich Text
A Boolean value that controls whether the text views sharing the receiver’s layout manager allow the user to apply attributes to specific ranges of text.
imports Graphics
A Boolean value that controls whether the text views sharing the receiver’s layout manager allow the user to import files by dragging.
- outline:
Adds the outline attribute to the selected text attributes if absent; removes the attribute if present.
allows Image Editing
Indicates whether image attachments should permit editing of their images.
displays Link Tool Tips
A Boolean value that indicates whether the text view automatically supplies the destination of a link as a tooltip for text that has a link attribute.