Module: RailsEmbedEditor::EditorMode
- Defined in:
- lib/rails_embed_editor/editor_mode.rb
Constant Summary collapse
- READ_ONLY =
The editor will only show the code
'readonly'- READ_WRITE =
The editor start in readlonly but a button to enable editing is diplayed
'readwrite'- WRITE =
The editor start in write mode
'write'