English 中文(简体)
提供电梯载荷时的电离器?
原标题:Providing placeholder info while ckeditor loads?

在我快的PCDC上,CKEditor在被召唤后就开始工作需要几秒。 在许多个人计算机中,这将需要更长时间。

在CKEditor正在装货时,我想向用户展示一些信息。 “在编辑装满时,请等......

我确信,必须采取某种方式,但我无法找到如何做到这一点。 例如,它们可能是我可以聆听的“舱载荷”活动。

当CKEditor装满时,我如何向用户展示一个元素,一旦装满就会消失?

最佳回答

利用舱位,你可以很容易地添加一个在装载时可以看到的内容,并在家庭电子数据交换器的试卷活动中删除。

CKEDITOR.on( instanceReady , function(e){ /* hide the loading element here */ });

Kind regard, ElChe

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签