Search found 5759 matches

Go to advanced search

by Evgene Karachevtsev
Mon May 05, 2014 6:29 am
Forum: Issues
Topic: Manually Appending Appery DOM objects
Replies: 8
Views: 1410
 
Jump to post

Manually Appending Appery DOM objects

Hello,
Test this sample example. You can change it for your purpose:
code
$('[name="mobilelist_2"]')&#46;append(' <li> asdsf</li>');
$('[name="mobilelist_2"]')&#46;listview('refresh');
/code
mobilelist_2 - name of your list component

by Evgene Karachevtsev
Mon May 05, 2014 5:49 am
Forum: Issues
Topic: How do you set the Navigation buttons as "active" using Javascript?
Replies: 11
Views: 1607
 
Jump to post

How do you set the Navigation buttons as "active" using Javascript?

Hello Andrich,

In this case you should pass name of desired button into this function on each page. How do you do this? Please, provide a screenshot where you invoke this action

by Evgene Karachevtsev
Wed Apr 30, 2014 8:10 pm
Forum: Issues
Topic: How to create the login UI for the mobile app with user registration tutorial?
Replies: 2
Views: 501
 
Jump to post

How to create the login UI for the mobile app with user registration tutorial?

Hello, Deki

Username and Password are input components . New user and Existing user are 2 list components. One in each item. http://www.screencast.com/t/QojGMPliy2 Image

by Evgene Karachevtsev
Wed Apr 30, 2014 8:01 pm
Forum: Issues
Topic: keep text box same height
Replies: 1
Views: 388
 
Jump to post

keep text box same height

Hello, David

Use the following CSS:

code [name=mobiletextarea] {
height:50px;
}/code

Name of your mobiletextarea component:
http://docs.appery.io/documentation/b...

by Evgene Karachevtsev
Wed Apr 30, 2014 5:50 pm
Forum: Issues
Topic: Making list divider invisible
Replies: 6
Views: 771
 
Jump to post

Making list divider invisible

Hello again
Sorry, I'm not sure I understand. Please describe in more details

by Evgene Karachevtsev
Wed Apr 30, 2014 5:49 pm
Forum: Issues
Topic: How to do print currnt page when click on Print button.
Replies: 53
Views: 6167
 
Jump to post

How to do print currnt page when click on Print button.

Hello, Correct cordova_plugins.js regarding printer plugin(pay attention to id) code{ "file": "plugins\com&#46;phonegap&#46;plugins&#46;printer\www\printer&#46;js", "id": "com&#46;phonegap&#46;plugins&#46;printer&#46;Printer", &...
by Evgene Karachevtsev
Wed Apr 30, 2014 4:07 pm
Forum: Issues
Topic: Making list divider invisible
Replies: 6
Views: 771
 
Jump to post

Making list divider invisible

Hello,

Please try the following custom css code: code&#46;ui-li-divider {
opacity:0;
}/code

by Evgene Karachevtsev
Wed Apr 30, 2014 3:44 pm
Forum: Issues
Topic: Add Username to a list of photos saved to database
Replies: 3
Views: 599
 
Jump to post

Add Username to a list of photos saved to database

Hello.

You have to use pointer type for saving your user id in photo collection. You may look here for more information: http://docs.appery.io/documentation/b...
Also you have to use include parametr to retrieve images from collection: http://docs.appery.io/documentation/b...

Go to advanced search