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...
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
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...
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...
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...
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 ...