Search found 5 matches

Go to advanced search

by Mark Bowen
Fri Jun 05, 2015 10:37 am
Forum: Issues
Topic: Adding parameters to rest-service-url
Replies: 12
Views: 1654
 
Jump to post

Adding parameters to rest-service-url

I am trying to use the settings service and I am a little confused! I have configure the settings service (called service) and created a series of settings parameters for my app I can expose that data through javascript (settings.userName) - how do I turn that into a REST service as described here h...
by Mark Bowen
Tue Mar 04, 2014 10:19 pm
Forum: Issues
Topic: Checkbox list data from multiple fields
Replies: 5
Views: 625
 
Jump to post

Checkbox list data from multiple fields

I used this and it returns a string of all the labels

var allWords = $(this).siblings().text();

I just need to work out how to split this into individual strings now (?paragraphs)

Thank you so much for your help

Mark

by Mark Bowen
Tue Mar 04, 2014 4:47 pm
Forum: Issues
Topic: Checkbox list data from multiple fields
Replies: 5
Views: 625
 
Jump to post

Checkbox list data from multiple fields

Thanks, I am not sure what you mean by this - I want to return only the data that relate to the checked item - so in the example you have I would have the following information in the database Id: ID string Title : Apple Description : Hard fruit Id : ID string Title: : Orange Description : Citrus fr...
by Mark Bowen
Tue Mar 04, 2014 1:52 pm
Forum: Issues
Topic: Checkbox list data from multiple fields
Replies: 5
Views: 625
 
Jump to post

Checkbox list data from multiple fields

I have a checkbox list (itemGroup) that is generated from a database following the excellent tutorials on the website. The text is displayed via a label (itemList). I have a button that when activated collects the value of the checked boxes using this code: $("input[type=checkbox]:checked"...
by Mark Bowen
Fri Feb 21, 2014 11:13 pm
Forum: Issues
Topic: Jquery signature pad
Replies: 1
Views: 269
 
Jump to post

Jquery signature pad

I am new to developing apps and new to JS - I am trying to implement a JS signature pad into my app. I have found several JS examples and have selected one - http://keith-wood.name/signature.html I have created a new Javascript an uploaded the JS file and the css file - Jquery 1.9 and query-ui are i...

Go to advanced search