DOCUMENTATION CENTER SEARCH
Mathematica
>
Window Properties
>
Built-in
Mathematica
Symbol
Options for Cells
Options for Notebooks
Representing Textual Forms by Boxes
Tutorials »
|
Deploy
CellEditDuplicate
Selectable
ContentSelectable
Copyable
Protected
See Also »
|
Package Bulletproofing
Standalone Interfaces
Stylesheets
Window Properties
More About »
Editable
Editable
is an option for displayed objects, cells and notebooks which specifies whether their contents can be edited interactively using the front end.
MORE INFORMATION
Even with the setting
Editable->
False
, the contents of an object can still be copied as a whole.
Editable
is an option for
InterpretationBox
and
TagBox
, as well as for
StyleBox
.
Setting
Editable->
False
effectively allows you to "write protect" elements of notebooks.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Create a cell that cannot be edited interactively:
In[1]:=
Create a noneditable part of a cell:
In[1]:=
SEE ALSO
Deploy
CellEditDuplicate
Selectable
ContentSelectable
Copyable
Protected
TUTORIALS
Options for Cells
Options for Notebooks
Representing Textual Forms by Boxes
MORE ABOUT
Package Bulletproofing
Standalone Interfaces
Stylesheets
Window Properties
New in 3
© 2008 Wolfram Research, Inc.