Opened 9 years ago
Closed 9 years ago
#14456 closed Bug (invalid)
Source download is missing dialogCommand
Reported by: | Sergiy Kuzmenko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKBuilder | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://ckeditor.com/builder/8113734128b5f12afd08bfc5d12ce228
- Download source (big n'slow) and unzip
- Open ckeditor.js and search for
dialogCommand
. Not found. With big n'slow build I won't be able to callCKEDITOR.dialogCommand
.
Repeat the above but download optimized build. dialogCommand
is in ckeditor.js.
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.7 |
You will find
dialogCommand
inckeditor/plugins/dialog/plugin.js
. When you build compressed version most of the plugins are added to ckeditor.js. This doesn't happen in source version.NOTE: dialogs work with that custom build (even source).