Opened 13 years ago
Closed 12 years ago
#8914 closed New Feature (fixed)
SourcePopup not available in CKEditor
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | nkurucz@… |
Description
Reported via support channel: Ticket REF : 7334-YGHZ-2168
In FCKeditor there was an option called SourcePopup
:
SourcePopup
This option determines what action will be taken when pressing the "Source" button on the toolbar. By default it is set to 'false' so the source code appears in the editing area. If you want the source code to appear in another window simply change this option to 'true'.
In CKEditor there is no such option. Theoretically, if one needs a huge window with the source code, he may use the Maximize
feature. Unfortunately, it is not available with shared spaces.
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This was introduced in CKEditor 4.0.2.
If someone wants to use a dialog to show the source is quite easy to create such plugin without any changes in the core. This plugin for example seems to implement the requested feature besides syntax highlighting: http://cksource.com/forums/viewtopic.php?f=18&t=24279
For me the real question about this ticket is: why is Maximized unavailable with shared spaces? To me it seems that using shared spaces shouldn't a blocker with regards to maximizing, when the user request to maximize the editor, then put the toolbar at the top and then the editor. Or hide the shared toolbar and create a new one while maximized, etc...