Sencha Touch 2 list of default iconCls values

My biggest complaint about Sencha Touch 2 is that the documentation could be much better. For instance, when you need a list of all possible iconCls values, you can’t find it in their documentation. This should be a no-brainer to find; go to the right place in the docs, and find the list.

Some people have culled together lists of the available iconCls values, and I’ve combined theirs to create this list of iconCls values:

Sencha Touch iconCls Values
---------------------------

action
add
arrow_down
arrow_left
arrow_right
arrow_up
bookmarks
compose
delete
download
favorites
home
info
locate
maps
more
organize
refresh
reply
search
settings
star
team
time
trash
user

As one resource shows, you can find these values by digging through the files _buttons.scss and _tabs.scss.

Here are the resources I used to compile this list:

Your own custom Sencha Touch theme and icons

Of course you’ll probably want to add your own custom icons to your Sencha Touch app at some point, so here are some resources for that:

Summary

If you needed a list of Sencha Touch 2 iconCls values, I hope this post has been helpful.