更改表视图的文本删除按钮钛
change text of tableviews delete button titanium
如何更改表格视图的红色删除按钮的文本?
这是我的表格视图:
var tableView = Ti.UI.createTableView({
editable : true,
backgroundColor : 'transparent',
separatorColor : 'transparent',
height : Ti.UI.SIZE,
});
然后我有 'DELET' 事件的事件侦听器。但我需要将按钮的文本从 'DELET' 更改为 'X'
我怎么知道?
我没有使用 alloy 文件夹
您可以设置 TableView
的 deleteButtonTitle
属性 : http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TableViewRow-property-deleteButtonTitle
如何更改表格视图的红色删除按钮的文本?
这是我的表格视图:
var tableView = Ti.UI.createTableView({
editable : true,
backgroundColor : 'transparent',
separatorColor : 'transparent',
height : Ti.UI.SIZE,
});
然后我有 'DELET' 事件的事件侦听器。但我需要将按钮的文本从 'DELET' 更改为 'X'
我怎么知道?
我没有使用 alloy 文件夹
您可以设置 TableView
的 deleteButtonTitle
属性 : http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TableViewRow-property-deleteButtonTitle