2012-02-08 11 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) {} 
    }] 
} 
関連する問題