0
我需要添加工具提示信息Ext.ux.grid.RowEditor保存和取消按鈕像保存(「保存xxxx記錄」),取消(「取消記錄保存「)。Ext.ux.grid.RowEditor添加工具提示保存和取消按鈕
我無法將工具提示屬性添加到按鈕配置區域。像下面的代碼
var editor = new Ext.ux.grid.RowEditor({
saveText: 'Submit',
monitorValid: true,
tooltip :'save the xxxx records'// like this
});
如何爲指定的按鈕添加工具提示?
在此先感謝。
工具提示正在爲像按鈕等所有組件工作。我認爲行編輯器按鈕中沒有提供工具提示屬性... – vineth 2011-05-13 12:06:12