Closed mwbrooks closed 13 years ago
From JavaScript, we should be able to update the icon of a ToolbarItem with:
PhoneGap.exec("NativeControls2.updateToolBarItem", data['data-uuid'], { 'icon': data['icon'] });
Done
From JavaScript, we should be able to update the icon of a ToolbarItem with:
PhoneGap.exec("NativeControls2.updateToolBarItem", data['data-uuid'], { 'icon': data['icon'] });