This is a migrated thread and some comments may be shown as answers.

Small icon images on the menu header

9 Answers 90 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Neil
Top achievements
Rank 1
Neil asked on 29 Nov 2012, 08:39 AM
Hey, is it possible to find a list available in the API for all available menu icons images. At the moment I only found 5 embedded ones - home, menu and so on. Are there more ?

9 Answers, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 29 Nov 2012, 09:10 AM
What framework are you using (Kendo UI, JQuery, etc)?

That is what the icons are coming from.
0
Stefan Dobrev
Telerik team
answered on 29 Nov 2012, 12:23 PM
Hi Neil,

I believe you are referring to Kendo Mobile icons. If so here is the list of currently supported ones. 

Hope this helps,
sdobrev

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Neil
Top achievements
Rank 1
answered on 29 Nov 2012, 12:43 PM
hey, 

I think I am abd at explaining, sorry. Here with this code <a href="#home2" data-icon="home">Home2</a>

using data-icon="home", I get sort of house picture in my app. And I was wondering is there a list of available icons ?
0
Jan-Dirk
Top achievements
Rank 1
answered on 29 Nov 2012, 12:49 PM
Still not sure if you are talking Kendo UI or something else???

For Kendo UI, there are a few files in your project where you can find what you are looking for, I think. I am talking about the folder 'kendo\styles\images'.
0
Neil
Top achievements
Rank 1
answered on 29 Nov 2012, 12:56 PM
I am pretty sure they are in one of the .js dependencies included in the project. The path says its in the images folder - but as You can see int he screenshot it is not
0
Jan-Dirk
Top achievements
Rank 1
answered on 29 Nov 2012, 01:00 PM
Neil,

I see in the screenshot that you are not in the kendo folder!
0
Neil
Top achievements
Rank 1
answered on 29 Nov 2012, 01:06 PM
no need for "!" stuff happens. Anyway - thank You , but my question remains the same - is there a source in kendo where i can get a list of those icons available ?
0
Accepted
Neil
Top achievements
Rank 1
answered on 29 Nov 2012, 01:29 PM
I will ignore your comment about me using the "!".

Have you searched for them? They are not in JS, you will find references to the icons in kendo.mobile.all.min.css (do a search for the word 'home' in that file and you will find it 3 times) and the icons itself are to be found in the file you find in 'kendo\styles\images\icons.png' (yes, all icons are in one file)

Stefan referred to a page with a list of icons that are available in Kendo UI mobile. you can search the css file I mentioned earlier for the words from that list.
0
Neil
Top achievements
Rank 1
answered on 29 Nov 2012, 01:32 PM
nice one, thanks
Tags
AppBuilder Windows client
Asked by
Neil
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Stefan Dobrev
Telerik team
Neil
Top achievements
Rank 1
Share this question
or