Search found 5759 matches

Go to advanced search

by Evgene Karachevtsev
Mon May 05, 2014 9:00 am
Forum: Issues
Topic: Unable to hide/disable toggle elements
Replies: 2
Views: 462
 
Jump to post

Unable to hide/disable toggle elements

Hello Peter,

Please try this JS code:

code $(".startScreen_mobiletoggle_12").hide();/code

where startScreen - name of the page,
mobiletoggle_12 - name of the toggle component

by Evgene Karachevtsev
Mon May 05, 2014 8:59 am
Forum: Issues
Topic: Passing localstorage value to a DB read service from a DB
Replies: 2
Views: 429
 
Jump to post

Passing localstorage value to a DB read service from a DB

Hello Aldrich,

You should add return statement: http://docs.appery.io/documentation/r...
return readObjectId;

by Evgene Karachevtsev
Mon May 05, 2014 8:42 am
Forum: Issues
Topic: Generate PDF from client side from user input
Replies: 21
Views: 2333
 
Jump to post

Generate PDF from client side from user input

Hello Ken,

Such code will help you to get all cells in grid:

code $("[name='mobilegrid_2'] tr td").each(function (i, cell) {

}); /code

by Evgene Karachevtsev
Mon May 05, 2014 8:33 am
Forum: Issues
Topic: Insert ID value automatically when using Create Service?
Replies: 1
Views: 408
 
Jump to post

Insert ID value automatically when using Create Service?

Hello Tooba,

Unfortunately, there is no built-in capability of doing this. You should implement this by yourself.

by Evgene Karachevtsev
Mon May 05, 2014 8:10 am
Forum: Issues
Topic: How to format Data object received from REST database ?
Replies: 17
Views: 2077
 
Jump to post

How to format Data object received from REST database ?

Hello Bahar,

The date in our base is in ISO 8601 format
http://docs.appery.io/documentation/b...
http://www.w3.org/TR/NOTE-datetime

And such code: code d = new Date('2014-05-05T01:00:10.000Z'); /code
Should work without errors

by Evgene Karachevtsev
Mon May 05, 2014 7:27 am
Forum: Issues
Topic: hide spinner new way?
Replies: 13
Views: 1533
 
Jump to post

hide spinner new way?

Hello Puneet,

Try to change logic of aplication. For example, use "Page Show" event instead of "Load" event.

by Evgene Karachevtsev
Mon May 05, 2014 7:25 am
Forum: Issues
Topic: select list not closing after item selected
Replies: 38
Views: 4583
 
Jump to post

select list not closing after item selected

Hello. Sorry for delay, we are working on it at the moment. We will get back to you with update.

by Evgene Karachevtsev
Mon May 05, 2014 7:19 am
Forum: Issues
Topic: Help with getting a Local notification plugin working.
Replies: 94
Views: 9466
 
Jump to post

Help with getting a Local notification plugin working.

Hello,

Native development for Android and iOS is outside the scope of our support. http://docs.appery.io/support-policy/ Please don't hesitate to ask us if you have any question related to appery.io - we are always glad to help

by Evgene Karachevtsev
Mon May 05, 2014 7:08 am
Forum: Issues
Topic: AdMob ads to Appery app!?
Replies: 58
Views: 5828
 
Jump to post

AdMob ads to Appery app!?

Hello Angelo,
You should test your app on mobile device and don't use event "load".

Go to advanced search