2014-02-26 91 views

回答

0

對於它的價值(我知道這是舊的文章),我是能夠得到的「拼寫檢查」屬性設置,但無法得到它在本地的PhoneGap工作應用:

     { 
          xtype: 'textareafield', 
          placeHolder: 'What\'s on your mind?', 
          autoComplete: true, 
          autoCorrect: true, 
          listeners: { 
           painted: function(){ 
            this.element.query('textarea')[0].setAttribute('spellcheck','true'); 
           } 
          } 
         }