Search found 134 matches

Go to advanced search

by Istvan
Sat Nov 14, 2015 3:08 pm
Forum: Issues
Topic: checkboxitem value change event problem in ios tester
Replies: 8
Views: 1181
 
Jump to post

checkboxitem value change event problem in ios tester

https://d2r1vs3d9006ap.cloudfront.net/s3_images/1310850/K%C3%A9perny%C5%91fot%C3%B32015-11-14-15.56.42_inline.png?1447513200 Click on checbox ... value is change JS .. Working Save the change to database with update service (LS array to collection) The problem In the appery.io IOS test app: 1 point...
by Istvan
Sat Nov 14, 2015 2:33 pm
Forum: Issues
Topic: checkboxitem value change event problem in ios tester
Replies: 8
Views: 1181
 
Jump to post

checkboxitem value change event problem in ios tester

Hi, I have a vlaue change event with checkbox. (see on picture) This is working well in browser test (from the platform), but dosnt in the IOS testing app, and dosnt work in the xcode IOS test. Its possibily that this script is working but after this event when i try save to database (update service...
by Istvan
Tue Nov 03, 2015 7:56 am
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

I solved :-) thanks

by Istvan
Sun Nov 01, 2015 4:39 pm
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

The solution:

https://getsatisfaction.com/apperyio/...

  1. mapping $i

    2 JS
    var iddd = value.id;
    var strr = JSON.parse(value.er);

    var n = jQuery.inArray(iddd, strr);

    if (n -1) {
    return n;
    } else {
    return n;
    }

by Istvan
Sun Nov 01, 2015 3:08 pm
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

er value : ["5620ce27e4b034ce89efb683","561f90d2e4b0335a64ab4289"]

this is an id "list"

by Istvan
Fri Oct 30, 2015 12:58 pm
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

I would like search id (from mapping) in the str ... If exist then checkbox value true ...

by Istvan
Fri Oct 30, 2015 8:02 am
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

["5620ce27e4b034ce89efb683","561f90d2e4b0335a64ab4289"]

ID-s

by Istvan
Thu Oct 29, 2015 2:35 pm
Forum: Issues
Topic: mapping problem
Replies: 8
Views: 1190
 
Jump to post

mapping problem

Hi, I would like mapping to list. This is working, but i need use two fileds in one target component (checkboxitem) value. I try this, but dosnt work. var id = value.id; var str = value.er; var n = $.inArray(id, str); if (n -1) { return true; } else { return false; } Please help me. Thanks
by Istvan
Tue Oct 20, 2015 7:57 am
Forum: Issues
Topic: Button or checkbox on list item
Replies: 1
Views: 333
 
Jump to post

Button or checkbox on list item

Hi I would like to show button or single checkbox in the list item, but when i create a event/JS then this event working only the first item. How can i do a valid (different result) event process for all componens per item? The source of list a list service when the page load, target a list. I have ...

Go to advanced search