extjs給radio的文字label替換成圖片+文字方法
方法如下:
{
xtype: 'radiogroup',
items: [
{ boxLabel: "<img src='xyz1.gif'/>radio1", name: 'radio', inputValue: 'radio1', checked: true },
{ boxLabel: "<img src='xyz2.gif'/>radio2", name: 'radio', inputValue: 'radio2' },
{ boxLabel: "<img src='xyz3.gif'/>radio3", name: 'radio', inputValue: 'radio3' },
]
}
{
xtype: 'radiogroup',
items: [
{ boxLabel: "<img src='xyz1.gif'/>radio1", name: 'radio', inputValue: 'radio1', checked: true },
{ boxLabel: "<img src='xyz2.gif'/>radio2", name: 'radio', inputValue: 'radio2' },
{ boxLabel: "<img src='xyz3.gif'/>radio3", name: 'radio', inputValue: 'radio3' },
]
}
posted on 2015-05-07 10:08 小一敗涂地 閱讀(1295) 評論(0) 編輯 收藏 所屬分類: 前端開發(fā)(html、css、javascript、extjs等)相關(guān)