'B.register' 替空或不是对象

'B.register' 为空或不是对象
在学extjs过程中,学习布局,把网上的代码拿下来运行,出现了这个错,这是在使用htmleditor这个xtype时出现的错误,IE8下
items : [{
             xtype : "htmleditor",
             fieldLabel : "获奖文章",
             fieldLabel:'在线编辑器', 
                enableAlignments:true, 
                enableColors:true, 
                enableFont:true, 
                enableFontSize:true, 
                enableFormat:true, 
                enableLinks:true, 
                enableLists:true, 
                enableSourceEdit:true,
             height : 150
            }]

查看javaeye,找到答案,Ext.QuickTips.init();
                     初始化一下 tip,
                     htmlEditor需要用到这个东西
顺利解决....ths