Changes between Initial Version and Version 1 of Ticket #8354
- Timestamp:
- 09/07/11 09:58:00 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8354
- Property Status changed from new to confirmed
-
Ticket #8354 – Description
initial v1 1 1 The save button is restricted by default to design mode only due to this line: 2 2 3 command.modes = { wysiwyg : !!( editor.element.$.form ) }; 3 {{{ 4 command.modes = { wysiwyg : !!( editor.element.$.form ) }; 5 }}} 4 6 5 7 That setting disables saving in source mode.
