like this?
onSuccess': function(data) {return "default value";}
i'm not sure if that does the trick. i would like to display the default value as the first value in my select box. after that the query-result should follow.
like this?
onSuccess': function(data) {return "default value";}
i'm not sure if that does the trick. i would like to display the default value as the first value in my select box. after that the query-result should follow.
like this?
onSuccess': function(data) {return "default value";}
i'm not sure if that does the trick. i would like to display the default value as the first value in my select box. after that the query-result should follow.
what would the js code be and what do you mean by success-event action?
how can i set a standard value of a select box that gets its values from a query?
cool, works! thank you
when i delete the old one i loose all my connections to the service right? f5 does not update the columns in the service... or do i understand something wrong?
how do i recreate the service or refresh the editor?
I added columns to one of my collections and now want to use them in database service but i cant see them. how do i update the database service?
thanks for your advice
I would like to show a toggle in my app.
the toggle should only be visible when a field in my database is set to 'true'.
can i do this by adding a JavaScript after the i lnvoke the query-service? how would the JS be set up?
Thanks!!