【发布时间】:2014-04-11 22:48:25
【问题描述】:
我在自定义 iframe 对话框中使用 CKEditor。
CKEDITOR.dialog.addIframe(
'myCustomPluginIframe',
'Add New Command',
'/Test/AddNewCommand', 360, 110,.......
问题是,当我打开对话框时,它需要一些时间才能在其中加载 iframe。如何在此之前显示一些加载 gif 图像,或者在单击按钮之前加载 iframe(使用 CKEditor 加载 iframe)?
【问题讨论】:
标签: javascript iframe ckeditor loading