Page 1 of 1

navbar

Posted: Tue Nov 12, 2013 11:36 am
by laura6372139

Hi:

I have followed the manual:

Building a mobile app using Custom Components, and I created my navbar. But now the icon can not put you the image I want.

first I created a css:
Image

I have changed the name of the navbar:

Image

And the icon does not change to the test:
Image

Thaks!!!


navbar

Posted: Tue Nov 12, 2013 1:49 pm
by Kateryna Grynko

HI Laura,

Please post a public link to your app.


navbar

Posted: Tue Nov 12, 2013 2:14 pm
by laura6372139

navbar

Posted: Tue Nov 12, 2013 2:55 pm
by Kateryna Grynko

Laura,

Sorry, can't find it. What is the page name?


navbar

Posted: Tue Nov 12, 2013 3:01 pm
by laura6372139

Ontipunto1castellano


navbar

Posted: Tue Nov 12, 2013 3:22 pm
by laura6372139

Another problem I've had with my navbar created according to the document.

In the other application navbar I managed to change the color of enabled, but in the navbar created according to the manual, the color is not changed.


navbar

Posted: Wed Nov 13, 2013 11:41 am
by Kateryna Grynko

Laura,

On this page navbar is named "mynavbar", so the CSS should be the following:precode[dsid=mynavbar] .ui-icon/code/pre


navbar

Posted: Wed Nov 13, 2013 2:58 pm
by laura6372139

Hi katya:
I need to have each item of the navbar a different icon.


navbar

Posted: Wed Nov 13, 2013 9:27 pm
by laura6372139

Hola:
I can answer as soon as possible, please. Sorry

I want to put a different image on each item.

In my navbar I not save to custom, if I can change the icon, but in my custom navbar I can not change the icon to each item.

Thank you for your help.


navbar

Posted: Wed Nov 13, 2013 11:25 pm
by Alena Prykhodko

Hello Laura!

In such case replace mynavbar with mobilenavbaritem1, should be:
pre[dsid=mobilenavbaritem1] .ui-icon {
background: url(/images/my_icon.png);}
/pre