-
28 Jun 2010 1:42 PM #1
List of available iconCls masks in documentation?
List of available iconCls masks in documentation?
Is there anywhere in the documentation I can see the list of available iconCls masks? Edit: I see them in the kitchen sink icons example, these won't be included in the documentation?
Also, 'mask' is not listed as a valid option for the ui config option in the button documentation. Am I looking in the wrong place?
-
27 Jan 2011 6:16 AM #2
Same question
Same question
I find there are several possible property values missing from documentation. I'd like to know what values I can use for things like iconCls, xtype, etc.
Has anyone found a more complete way of discovering what we can do with this framework? I find that the API documentation is only a hint...
-
27 Jan 2011 12:10 PM #3
All the available icons are listed in the kitchen example, just as you already said.
What do you mean with mask? I think you are making confusion with the iconMask property.
You can find additional information about this property in the button documentation.
Hope this helps.Sencha Inc
Andrea Cammarata, Solutions Engineer
CEO at SIMACS
@AndreaCammarata
www.andreacammarata.com
github: https://github.com/AndreaCammarata
-
27 Jan 2011 12:15 PM #4
Hi danfrist and welcome.
All the icons are listed inside kitchen sink example.
About the xtypes: take a look at this API doc
http://dev.sencha.com/deploy/touch/d...=Ext.Component
Wath we can do with this framework?
Almost everything with or without PhoneGap integration.
However take a look at the Examples and Showcase forum to see developers works
http://www.sencha.com/forum/forumdis...-and-Showcases
Hope this helps.Sencha Inc
Andrea Cammarata, Solutions Engineer
CEO at SIMACS
@AndreaCammarata
www.andreacammarata.com
github: https://github.com/AndreaCammarata
-
5 Mar 2011 10:14 AM #5
Here is the list for those who don't want to look it up. It would be nice if this would be in the documentation if it is not already.
action
add
arrow_up
arrow_right
arrow_down
arrow_left
bookmarks
compose
delete
download
favorites
info
more
refresh
reply
search
settings
star
team
time
trash
user
-
5 Mar 2011 5:49 PM #6
The icons that LuckyWolf19 listed are the ones that are available by default. There are, however, a *ton* more available to the default theme, if you're willing to add them in to a custom stylesheet via SASS. At first, it seems a bit daunting if you've never done it before, but if you're serious about customizing your Sencha theme, this is something you're probably going to be needing to get into anyway.
Here's a good article on how to do that: http://www.sencha.com/blog/an-introd...g-sencha-touch
And you can browse to the full collection of masks in your sencha installation--just browse to \resources\themes\images\default\pictos
-
6 Mar 2011 2:20 PM #7
Awesome! That hint to browse the resource folder was great! Much appreciated.
-
29 May 2012 9:17 AM #8
hi,
i want to like this interface
home.png
so this is my code:
but images didn't take all the width of the page, how can i do??Code:Ext.define('AppHotel.view.Home',{ extend:'Ext.Img', extend: 'Ext.Panel', xtype:'home', config:{ title:'Home', iconCls:'home', layout:'fit', scrollable:true, styleHtmlCls:'homepage', items:[ { xtype: 'image', src: 'http://localhost/AppHotel/resources/images/logo3.png', height: 100, width: 100, docked:'top' }, { xtype : 'searchfield', title: 'Search', name :'searchfield', docked:'top' }, { xtype: 'image', src: 'http://localhost/AppHotel/resources/images/image.png', fullscreenItemCls:'true', height: 400, width: 100, docked:'top' }, { xtype: 'button', text: 'Recommendations', iconCls: 'favorites', iconMask: true, docked:'top' }, { xtype: 'button', text: 'Browse Categories', iconCls: 'action', iconMask: true, docked:'top' }, { xtype: 'button', text: 'Post Buying Requests', iconCls: 'compose', iconMask: true, docked:'top' }, { xtype:'titlebar', title:'Sign in', docked:'bottom' } ] } });
this is the result of my page it's too bad:
bad.jpg
-
23 Oct 2012 6:46 AM #9
-
3 Dec 2012 9:14 AM #10
Hi!
How can I get that Style (black & blue) in my application? I've just started in Sencha Touch 2.0 and my small application is still in that blue start predefined color. An answer would be great, thanks a lot!!
Similar Threads
-
Behavior of masks
By pcr in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 24 Dec 2009, 7:10 AM -
Masks appear above Msgs in Safari?
By sj137 in forum Ext 1.x: BugsReplies: 0Last Post: 23 May 2008, 1:51 AM -
FR: Masks for Filters
By mhat in forum Community DiscussionReplies: 1Last Post: 15 Oct 2007, 3:37 PM


Reply With Quote