简体   繁体   English

在chrome和mozilla firefox浏览器中均无法从DhtmlxGrid复制文本

[英]Not able to copy text from DhtmlxGrid in both chrome and mozilla firefox browser

Not able to copy text from DhtmlxGrid in both chrome and mozilla firefox browser. 在chrome浏览器和mozilla firefox浏览器中都无法从DhtmlxGrid复制文本。 1) myGrid.enableBlockSelection(true); 1)myGrid.enableBlockSelection(true); it is working fine for selecting the cells. 选择单元格工作正常。

2) But bellow code not able to coping (cells data) from DhtmlxGrid myGrid.cellToClipboard(); 2)但是下面的代码无法从DhtmlxGrid myGrid.cellToClipboard()处理(单元格数据); Please any one help me. 请任何人帮助我。 Thanks in advance. 提前致谢。

I have found the bellow solution.It's working fine. 我找到了以下解决方案,它工作正常。 myGrid.entBox.onselectstart = function(){ return true; myGrid.entBox.onselectstart = function(){返回true; }; };

暂无
暂无

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

相关问题 为什么Cut,Copy,Paste在Mozilla Firefox和Google Chrome浏览器中不起作用? - why Cut,Copy,Paste is not working in Mozilla Firefox and Google Chrome browser? 在React Native应用上共享突出显示的文本时,如何从浏览器(Chrome,Mozilla,Firefox等)获取URL? - How to get URL from a browser(Chrome, Mozilla, Firefox…) while sharing highlighted text on react native app? 剪贴板(剪切/复制)在Mozilla Firefox浏览器中不起作用 - Clipboard (cut/copy) is not working in Mozilla Firefox browser 使用Flex 4.6在Mozilla Firefox或Google Chrome上关闭浏览器不起作用 - Closing Browser not work on Mozilla Firefox or Google Chrome using Flex 4.6 如何在Mozilla Firefox中一键复制文本? - How can I copy text in one click in Mozilla Firefox? Chrome中的Javascript与Firefox Mozilla不兼容 - Javascript in Chrome not compatible with Firefox Mozilla 使用 FireFox、Safari 和 Chrome 在剪贴板上复制/放置文本 - Copy / Put text on the clipboard with FireFox, Safari and Chrome 响应式设计可在桌面浏览器,移动模拟器(Safari和Mozilla Firefox)上运行,但不能在真正的智能手机(Android,iOS)上运行 - Responsive design working on desktop browser, on mobile-simulator (both Safari and Mozilla Firefox), but not on a real smartphone (Android, iOS) Chrome DevConsole - 不再能够将元素复制为文本 - Chrome DevConsole - No longer able to copy element as text getURL("javascript:window.close();") 不适用于当前的网络浏览器,如 firefox mozilla 和 google chrome - getURL("javascript:window.close();") not working in current web browser like firefox mozilla and google chrome
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM