Search found 8 matches

Go to advanced search

by EnnSie
Thu Apr 30, 2015 10:20 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

Managed to change color for all row using

$(this).find(".ui-li-static-container").css("background-color", "red");

by EnnSie
Fri Apr 24, 2015 3:24 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

i tried putting below codes in mapping of the itemlist but no luck. i also tried to put in mainScreen for 'load' and 'page show' still no luck. color change only for first row.

Image

by EnnSie
Wed Apr 22, 2015 1:32 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

ok thanks for your help Mark Wong :)

by EnnSie
Tue Apr 21, 2015 11:01 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

it works but only for the first item list.. Image

by EnnSie
Tue Apr 21, 2015 10:41 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

I created at Model and Storage a variable called 'Compare' below are my coding: var p1=Apperyio('price1').text(); var p2=Apperyio('price2').text(); var p3=Apperyio('price3').text(); var Compare = Apperyio('Compare'); localStorage.setItem("Compare",p1-p2-p3); Apperyio('compareLabell').text(...
by EnnSie
Tue Apr 21, 2015 4:57 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

what if I want to compare more than 3 prices?

localStorage.setItem("Compare",price1-price2-price3-price4-price5);
Apperyio('Compare_Label').text(Compare);

is that correct?

I tried to run the script but error - "Uncaught ReferenceError: Compare is not defined"
came out

by EnnSie
Fri Apr 17, 2015 6:43 am
Forum: Issues
Topic: Compare lowest value
Replies: 13
Views: 2173
 
Jump to post

Compare lowest value

https://d2r1vs3d9006ap.cloudfront.net/s3_images/1189871/Capture_inline.JPG?1429252679 How can I compare price from store1 and store2? do i use javascript for that? I want it to display in a list, so every list will show the lowest item by changing highlighting the font to red or green color. in the...
by EnnSie
Fri Mar 20, 2015 7:17 am
Forum: Issues
Topic: data in a grid
Replies: 1
Views: 463
 
Jump to post

data in a grid

is it possible to display data from different collection in a grid?
For e.g
(collection 1) product
(collection 2) category
in the grid,
column 1: product name from product collection
column 2: category name from category collection

Go to advanced search