简体   繁体   English

tinymce弹出窗口在Adobe Flex Air应用程序中不起作用

[英]tinymce popup not working in Adobe flex air app

I downloaded this flex air app from http://coderscollective.com/code_samples.aspx?page_id=620 . 我从http://coderscollective.com/code_samples.aspx?page_id=620下载了该flex air应用程序。 the tinymce richTextEditor does show up in the swif . tinymce richTextEditor确实出现在swif中。 however when clicking on all tinymce popups nothing happens . 但是,当单击所有tinymce弹出窗口时,没有任何反应。 any idea ! 任何想法 !

Just in case : it seems that this happens due to security sand box restrictions that air runtime impose. 以防万一:这似乎是由于air运行时施加的安全沙箱限制而发生的。

this link explain some techniques to avoid those : http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7ef8 . 此链接介绍了避免这些情况的一些技巧: http : //help.adobe.com/zh_CN/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7ef8

exememple (in the table plugin i have to modifie the validate listner as below : document.getElementById("insert").addEventListener("click", function() { insertTable();return 示例(在表格插件中,我必须修改验证列表器,如下所示:document.getElementById(“ insert”)。addEventListener(“ click”,function(){insertTable(); return
false; 假; }); });

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM