提交 103f6b71 编写于 作者: K kener

dataView全选

上级 66bdeb03
......@@ -79,9 +79,11 @@ define(function (require) {
+ 'background-color:#f0ffff;';
this._tDom.style.cssText = this._gCssText + this._sizeCssText;
// 这是个很恶心的事情
/*
this.dom.onselectstart = function () {
return false;
};
*/
},
show : function (newOption) {
......@@ -141,11 +143,12 @@ define(function (require) {
+ 'height:' + this._zrHeight + 'px;'
+ 'background-color:#fff;';
this._tDom.style.cssText = this._gCssText + this._sizeCssText;
// 这是个很恶心的事情
/*
this.dom.onselectstart = function () {
return true;
};
*/
},
_optionToContent : function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册