Search found 7291 matches

Go to advanced search

by Kateryna Grynko
Mon Jul 20, 2020 7:24 pm
Forum: Issues
Topic: HttpWebRequest Post?
Replies: 21
Views: 2518
 
Jump to post

HttpWebRequest Post?

\""datecreated\"":\""Mon Dec 03 2012 12:55:14 GMT+0200\""}"" \ https://api.tiggzi.com/rest/1/db/collections/{collection_name} /pre To get access to database you can create RESTService automatically from Tiggzi App builder. Create new - Database serv...
by Kateryna Grynko
Wed Oct 22, 2014 6:14 pm
Forum: Issues
Topic: Get text from dynamically created checkboxes (text is populated from database)
Replies: 14
Views: 2161
 
Jump to post

Get text from dynamically created checkboxes (text is populated from database)

Hi Panagiotis,

To get all checked checkboxes values use the following code: prevar checked = Appery('mobilecheckboxgroup_16')
.find(':checked')
.map(function() {
return this.value;
})/pre

by Kateryna Grynko
Wed Oct 22, 2014 6:13 pm
Forum: Issues
Topic: How to refresh html component
Replies: 10
Views: 1843
 
Jump to post

How to refresh html component

Hi David,

What library do you use to build graph? It should have its own method to refresh after adding data.

by Kateryna Grynko
Wed Oct 22, 2014 6:12 pm
Forum: Issues
Topic: How to reload a list after navigate to page
Replies: 8
Views: 1525
 
Jump to post

How to reload a list after navigate to page

Hi Claes,

On what event do you call the service?

by Kateryna Grynko
Wed Oct 22, 2014 5:57 pm
Forum: Issues
Topic: storage models and array
Replies: 27
Views: 3191
 
Jump to post

storage models and array

Hi Michael,

Sorry for a delay, we are working on it.

by Kateryna Grynko
Wed Oct 22, 2014 5:42 pm
Forum: Issues
Topic: Using Sendgrid in a list
Replies: 23
Views: 2871
 
Jump to post

Using Sendgrid in a list

Hi Mike, For now, we can suggest 2 options: Paste base64 in a URL itself, for example: prehref="data:image/jpeg;base64,..."/pre Insert an codeimg/code tag with an appropriate src into your letter, or embed it in CSS: http://stackoverflow.com/questions/12...
by Kateryna Grynko
Wed Oct 22, 2014 5:20 pm
Forum: Issues
Topic: How to add data of date type to database
Replies: 5
Views: 870
 
Jump to post

How to add data of date type to database

Hi Claes,

Please try without editing the string: prevar date = new Date();
return date.toISOString();/pre

by Kateryna Grynko
Wed Oct 22, 2014 5:14 pm
Forum: Issues
Topic: js not work
Replies: 3
Views: 669
 
Jump to post

js not work

Hi Rafael,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us its name.

by Kateryna Grynko
Wed Oct 22, 2014 5:10 pm
Forum: Issues
Topic: is there any other way to make an element disappear?
Replies: 5
Views: 973
 
Jump to post

is there any other way to make an element disappear?

Hi Rafael,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us its name.

Go to advanced search