모바일 브라우저에서는 textarea가 기본 노출

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-29 06:36:21 +00:00
parent 9e0fd13ad5
commit 1fd8a07a79

View file

@ -1761,6 +1761,10 @@ EditMode = xe.createPlugin('EditMode', {
app.$textarea.hide();
app.$richedit.show();
if (/iPod|iPhone|Android|BlackBerry|SymbianOS|SCH\-M[0-9]+/.test(navigator.userAgent)) {
this.$btn_html.mousedown();
}
},
deactivate : function() {
this.$btn_wysiwyg.unbind('mousedown');