2012-02-08 2 views

ответ

0

Вы можете поместить html в подсказку. Пример:

{ 
    xtype: 'actioncolumn', 
    width: 50, 
    items: [{ 
     icon : '../shared/icons/fam/delete.gif', 
     tooltip: '<h3>Title</h3>Text text text', 
     handler: function(grid, rowIndex, colIndex) {} 
    }] 
} 
Смежные вопросы