Public Tickets All Categories Kalium 3 (0) Aurum (0) Neon (0) Xenon (0) Oxygen (0) Azhar Adding loading overlay after clicking on any buttonClosed Xenon Updated April 11, 2017 at 7:10am 2 Most recent comment from [deleted]:Hi Azhar,Here is the code for that: jQuery( document ).ready( function( $ ) { jQuery( '.my-button' ).on( 'click', function( ev ) { showLoadingOverlay(); } ); function showLoadingOverlay() { jQuer ... Azhar Excluding Sidebar and header from the pageClosed Xenon Updated March 9, 2017 at 1:22pm 2 Most recent comment from [deleted]:Hi Azhar,Sidebar and header menu are contained in controller.js file: (view large version)So you can set $rootScope.layoutOptions.horizontalMenu.isVisible = false; $rootScope.layoutOptions.sidebar ... Azhar Increase Ajax model widthClosed Xenon Updated February 21, 2017 at 1:36pm 2 Most recent comment from [deleted]:Hi Azhar,Please use this CSS: #modal-id .modal-dialog { width: 80%;}It will increase the width of a specific modal.Or via JS: $( '.modal-dialog' ).width( '80%' );I hope this will help you. Tony Xu AngularJS gives errorsClosed Xenon Updated February 21, 2017 at 2:19pm 3 Most recent comment from [deleted]:Hi Tony,Have you managed to do that please altoKap Firebug errorClosed Xenon Updated February 20, 2017 at 11:48am 4 Most recent comment from [deleted]:Glad to hear that. P.S: If you like our tempalte, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance :) harifl614 Charts not workingClosed Xenon Updated February 19, 2017 at 10:12pm 7 Most recent comment from [deleted]:Just a note to anyone else having the same problem. Downloading the latest DevExpress package does not work anymore. However the link that Arlind posted - http://drops.laborator.co/1crlc seems to wo ... justjeet360 xe-counterClosed Xenon Updated February 17, 2017 at 2:05pm 2 Most recent comment from [deleted]:Hi justjeet360, One customer of us had similar issue and he suggested a code located here: https://themeforest.net/comments/9060509 Can you please try that patch and see if its working for you? Azhar Upgrade Angular 1.2 to 1.6Closed Xenon Updated February 8, 2017 at 12:06pm 2 Most recent comment from [deleted]:Hi Azhar,We haven't tested this Angular version, but you may try it. I am not sure about the changes they have made because I am not following with Angular changes for a while. Azhar Sidebar CollapseClosed Xenon Updated February 1, 2017 at 1:38pm 2 Most recent comment from [deleted]:Hi Azhar,I have checked our theme online to see if this issue is present but I was not able to reproduce it:http://drops.laborator.co/JDaGThe menu collapse/expand works fine and active menu element ... Azhar Minimum length in input mask phoneClosed Xenon Updated January 24, 2017 at 1:54pm 2 Most recent comment from [deleted]:Hi Azhar,This can be combined with jQuery Validate library which will set the minimum length of the field: Then to combine with input mask add this: This should work for you. Dheeren padhy We are not able to render Charts in HTML and Angularjs template.Closed Xenon Updated January 18, 2017 at 2:46pm 2 Most recent comment from [deleted]:Hi Dheeren,Can you please download charts library version 14.1 here: http://drops.laborator.co/1crlc And move to your assets/js/ folder, this should work for you. Azhar Search in datatableClosed Xenon Updated January 16, 2017 at 6:30pm 2 Most recent comment from [deleted]:Hi Azhar,Please update DataTables library to latest version because they have improved their API for searching the table: // DataTablevar table = $('#example').DataTable();// Apply the searchtable.co ... Azhar Modal FadeClosed Xenon Updated January 11, 2017 at 5:54pm 2 Most recent comment from [deleted]:Hi Azhar,Please add this code on your CSS: .modal-backdrop { position: absolute; top: 0; right: 0; left: 0; bottom: 0px; background-color: #000; } Fourat ZOUARI How to put a widget inside a modal ?Closed Xenon Updated January 9, 2017 at 1:56pm 4 Most recent comment from [deleted]:Hi Fourat,It depends on the size of the modal, because it will break its UI, but you can style them just for modal to fit to your design layout.Icons in widgets are font, so you can adjust the size wi ... Fourat ZOUARI How to use datatables buttonsClosed Xenon Updated January 9, 2017 at 1:53pm 5 Most recent comment from [deleted]:Hi Fourat,Sorry for the delay of reply as we have had large volume of tickets recently while I was on holiday season vacation.The row buttons seems not to work because of the version of Datatables so ... 12345