Menu Icons
From WebOS101
Menus allow you to have an icon rather than just a text label.
{label: $L('Refresh'), icon:'refresh', command:'rfsh'},
As you discover them please share them here:
- back ( left arrow )
- forward ( right arrow )
- refresh ( reload arrow )
- sync ( recycle arrows )
- search ( magnifying glass )
- save ( floppy disk )
- file ( a folder icon )
- delete ( trash can )
- new ( plus sign )
- compose ( envelope with plus sign )
- new-contact ( person with plus sign )
- attach ( paper clip )
- send ( paper air plane )
- reply ( envelope with back arrow )
- reply-all ( envelope with double back arrow )
- forward-email ( envelope with forward arrow )
Also, you can use your own icons by putting this in your widget model:
iconPath:'images/icon_name.png'