Page 1 of 1

jquerymobile is the css auto added into projects?

Posted: Fri Jan 31, 2014 2:08 pm
by Bad Addy

I have tried some jquerymobile components, but they are not working, can I just ask if the CSS is auto added like the .js file is ?


jquerymobile is the css auto added into projects?

Posted: Fri Jan 31, 2014 2:15 pm
by Maryna Brodina

Hello! To add CSS you need to create CSS asset and paste there your CSS code.
http://docs.appery.io/documentation/w...


jquerymobile is the css auto added into projects?

Posted: Fri Jan 31, 2014 2:23 pm
by Bad Addy

Thank you. So if I wanted to use the listview, that is shown in jquerymobile demos, I would need some how to bring in the CSS from jquerymobile to make it look right ?


jquerymobile is the css auto added into projects?

Posted: Fri Jan 31, 2014 2:39 pm
by Maryna Brodina

You would need to create CSS asset and add there CSS code from jquerymobile. If some styles are overwritten with default ones, you can give them higher priority (make selector more specific or add !important to the property)
http://docs.appery.io/documentation/w...
http://docs.appery.io/documentation/u...


jquerymobile is the css auto added into projects?

Posted: Mon Feb 03, 2014 8:14 pm
by Bad Addy

I tried to put the jquerymobile css file, but it was too big, and my browser could not really cope with it, or Appery site couldn't.

either case, I am unable to bring the listview style over ?

http://demos.jquerymobile.com/1.2.1/d...

It seems odd you bring the JS over, but not the CSS when your UI likes to use jquerymobile components ?


jquerymobile is the css auto added into projects?

Posted: Tue Feb 04, 2014 8:41 am
by Kateryna Grynko

Hi,

CSS validation takes some time to process it, please wait. Appery uses jqm.css and you can add another styles using custom CSS that will overwrite other styles.


jquerymobile is the css auto added into projects?

Posted: Tue Feb 04, 2014 3:36 pm
by Bad Addy

okay, so it adds both the JS and CSS from jquerymobile. So when I request a list style, it should just show it. But it does not ?

Do I need to do anything else or include anything to match that style of list, as per the above link ?


jquerymobile is the css auto added into projects?

Posted: Tue Feb 04, 2014 9:37 pm
by Bad Addy

Dont worry, I have fixed this. thank you :)


jquerymobile is the css auto added into projects?

Posted: Tue Feb 04, 2014 9:44 pm
by Maryna Brodina

Thank you for update!