English 中文(简体)
CKEditor是否在原型中做了适当的工作,js 使得环境成为可能?
原标题:Does CKEditor work properly in prototype.js enabled environment?

CKEditor在一页上安装了原型.,即里程pop、图像波窗等。 在我点击任何纽芬兰语时,我会发现以下错误:

prototype.js, line 460 character 5 SCRIPT5030: Array length must be assigned a finite positive number

然后,在火力中,这一差错 app:invalid阵列长度,在下述情况下试图从原型操作:

shift: function() {  
    var result = this[0];  
    for (var i = 0; i < this.length - 1; i++)  
    this[i] = this[i + 1];  
    this.length--;  
    return result;  
},  

我能做些什么,使克迪特尔公司与原型一起工作?

问题回答

CKEditor不触及任何本土物体/产品类型,而是原型。 很不幸的是,联合会和AFAIK在执行方面遇到问题(在版本和斜线上;1.6),这些困难不符合本土。 因此,有可能采用旧的原型。 共同提交文件超越了我们再使用的一些本土东西。

因此,原型。 JS and CKEditor? I ve Just test CKEditor s trunk edition with Prototype. 第1.7.1号材料和所有材料都做了罚款。

i just had same problem and downloading latest version of both prototype.js and ckeditor/ckfinder worked fine.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

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 ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签