Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Programmatic Notebook & Interface Customization > Window Properties >
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Programmatic Notebook & Interface Customization > Window Properties >

Editable

Editable
is an option for displayed objects, cells and notebooks which specifies whether their contents can be edited interactively using the front end.
  • Even with the setting Editable->False, the contents of an object can still be copied as a whole.
  • Setting Editable->False effectively allows you to "write protect" elements of notebooks.
Create a cell that cannot be edited interactively:
Create a noneditable part of a cell:
Create a cell that cannot be edited interactively:
In[1]:=
Click for copyable input
 
Create a noneditable part of a cell:
In[1]:=
Click for copyable input
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team