Search found 18 matches

Go to advanced search

by Angel Garcia
Mon Jul 20, 2015 6:16 am
Forum: Issues
Topic: Collapsible expand when other collapse
Replies: 2
Views: 590
 
Jump to post

Collapsible expand when other collapse

It works. Thank you!

by Angel Garcia
Fri Jul 17, 2015 12:36 pm
Forum: Issues
Topic: Collapsible expand when other collapse
Replies: 2
Views: 590
 
Jump to post

Collapsible expand when other collapse

I have a Collapsible with two CollapsibleBlocks (Login and Register). When login is expanded and I expand Register, Login collapses (and vice versa). I want, when Login is expanded and I collapse it, expands Register (and vice versa). I tried with this code when in collapse action at both objects an...
by Angel Garcia
Wed Jul 15, 2015 8:41 am
Forum: Issues
Topic: Execute second success action if first action is success
Replies: 1
Views: 376
 
Jump to post

Execute second success action if first action is success

I am using a barcode scanner in my app and I've seen that whether the result is satisfactory and if is not Appery execute actions in Success. Is it possible to do something like the following? SUCCESS: [1. Run Javascript] [2. Mapping] Javascript: if (data.cancelled) {//STOP SUCCESS ACTIONS} Thanks
by Angel Garcia
Tue Jul 14, 2015 8:10 am
Forum: Issues
Topic: Custom button icons not appearing on execution
Replies: 15
Views: 2298
 
Jump to post

Custom button icons not appearing on execution

Hello Evgene,

Does exists any CSS rule called "weight" or are you refering to font-weight? I don't see this rule.

Thanks.

by Angel Garcia
Mon Jul 13, 2015 11:35 am
Forum: Issues
Topic: Custom button icons not appearing on execution
Replies: 15
Views: 2298
 
Jump to post

Custom button icons not appearing on execution

I want to use custom icons in my app but it not showing in test view. I have established the following classes name in the right panel of the screen: menubutton ui-btn-icon-left ui-icon-my_home And this is my custom CSS: .ui-icon-my_home:after { background-image: url('../image/icon-home.png'); backg...
by Angel Garcia
Mon Jul 13, 2015 6:47 am
Forum: Issues
Topic: Concat two values of a service respone in one mapping item
Replies: 3
Views: 661
 
Jump to post

Concat two values of a service respone in one mapping item

Hello Alena, I understand these guide, but I don ́t know how to translate it to my problem. I want to show an image concatenating server's image path and image file, something like this: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1236618/1_inline.png?1436769842 https://d2r1vs3d9006ap.cloudfront...
by Angel Garcia
Fri Jul 10, 2015 8:58 am
Forum: Issues
Topic: Expand information when Google Maps Marker is clicked
Replies: 12
Views: 1962
 
Jump to post

Expand information when Google Maps Marker is clicked

Yes taucher, I made it:
Image

by Angel Garcia
Fri Jul 10, 2015 8:54 am
Forum: Issues
Topic: Multiple carousel animation on a page
Replies: 1
Views: 457
 
Jump to post

Multiple carousel animation on a page

I have a page with many animated carousels by the following function: function menusAnimation () { var onDelay = function(){ $('[data-role="__carousel"]').each(function() { Apperyio($(this).attr('dsid')).carouselRoot.carousel("next"); } ); }; window.clearInterval(self.carouselTim...
by Angel Garcia
Thu Jul 09, 2015 6:53 am
Forum: Issues
Topic: Concat two values of a service respone in one mapping item
Replies: 3
Views: 661
 
Jump to post

Concat two values of a service respone in one mapping item

I have a REST service response like this: {path:" http://myweb.com/images/ ", people:[{name: "Epi", photo:"epi.jpg"}, {name:"Blas",photo:"blas.jpg"}, {name:"Henry",photo:"henry.jpg"}]} I want to concat "path" field with ...

Go to advanced search