mwbrooks / cordova-plugin-menu

Native Menu Plugin for Apache Cordova and PhoneGap.
MIT License
67 stars 33 forks source link

Add support to update ToolbarItem icon #8

Closed mwbrooks closed 13 years ago

mwbrooks commented 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'] });

mwbrooks commented 13 years ago

Done