Return to Snippet

Revision: 45602
at May 4, 2011 23:40 by garnold


Initial Code
//Change label of an item
this.registerCustomization('VIEWTYPE', 'VIEWNAME', {
	at: function(row) { return row.name == 'ITEMNAME'; },
	type: 'modify',
	value: {
		label: 'NEWNAME'
	}
});

Initial URL


Initial Description
Use this in the ApplicationModule.js file.

Initial Title
Change the label of an item

Initial Tags
mobile

Initial Language
JavaScript