PHP Classes

File: public/public/assets/backend/js/app.init.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   public/public/assets/backend/js/app.init.js   Download  
File: public/public/assets/backend/js/app.init.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 892 bytes
 

Contents

Class file image Download
$(function() { "use strict"; $("#main-wrapper").AdminSettings({ Theme: false, // this can be true or false ( true means dark and false means light ), Layout: 'vertical', LogoBg: 'skin5', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6 NavbarBg: 'skin6', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6 SidebarType: 'full', // You can change it full / mini-sidebar / iconbar / overlay SidebarColor: 'skin5', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6 SidebarPosition: true, // it can be true / false ( true means Fixed and false means absolute ) HeaderPosition: true, // it can be true / false ( true means Fixed and false means absolute ) BoxedLayout: false, // it can be true / false ( true means Boxed and false means Fluid ) }); });