George Taylor
Full Stack Developer
Color Themes
Default
xWork
xModern
xEco
xSmooth
xInspire
xDream
xPro
xPlay
All Color Themes
Sidebar
Dark
Light
Header
Dark
Light
Fixed
Static
Content
Boxed
Narrow
Full Width
Layout API
Online
  • Carol Ray
    Photographer
  • Brian Cruz
    Web Designer
  • Alice Moore
    Web Developer
Busy
  • Lori Grant
    UI Designer
Away
  • Justin Hunt
    Copywriter
  • Betty Kelley
    Writer
Offline
  • Ryan Flores
    Teacher
  • Melissa Rice
    Photographer
  • Laura Carr
    Front-end Developer
  • Carl Wells
    UX Specialist
Add People
Personal
Password Update
Options

Make your online status visible to other users of your app

Receive desktop notifications regarding your projects and sales

If enabled, we will keep all your applications and servers up to date with the most recent features automatically

Dx ADMdashboard
  • Dashboard 3
  • Page Kits
    • Generic
      • Blank
      • Blank (Block)
      • Search
      • Profile
      • Profile Edit
      • Inbox
      • Invoice
      • FAQ
      • Upgrade Plan
    • e-Commerce New
      • Dashboard
      • Orders
      • Order
      • Products
      • Product Edit
      • Customer
    • Projects
      • Dashboard
      • Project Tasks
      • Create
      • Edit
    • Jobs
      • Dashboard
      • Listing
      • Apply
      • Post
    • Education
      • Dashboard
      • Course
      • Authors
    • Forum
      • Categories
      • Topics
      • Discussion
    • Blog
      • Classic
      • List
      • Grid
      • Story
      • Story Cover
      • Manage Posts
      • Add Post
      • Edit Post
    • Boxed Backend
      • Dashboard
      • Search
      • Simple 1
      • Simple 2
      • Image 1
      • Image 2
      • Video 1
      • Video 2
    • Special
      • Maintenance
      • Status
      • Installation
      • Coming Soon
      • Coming Soon 2
  • Base
  • Blocks
    • Styles
    • Options
    • Forms
    • Themed
    • API
  • Widgets
    • Tiles
    • Statistics
    • Media
    • Users
    • Blog
    • Various
  • Layout
    • Page
      • Default
      • Flipped
      • Native Scrolling
    • Main Content
      • Full Width
      • Narrow
      • Boxed
    • Side Content
      • Left
      • Right
    • Hero
      • Color
        • Dark
        • Light
      • Image
        • Dark
        • Light
      • Video
        • Dark
        • Light
    • Header
      • Fixed
        • Light
        • Light Glass
        • Dark
        • Dark Glass
      • Static
        • Light
        • Light Glass
        • Dark
        • Dark Glass
    • Footer
      • Static
      • Fixed
    • Sidebar
      • Mini
      • Light
      • Dark
      • Hidden
    • Side Overlay
      • Visible
      • Hover Mode
      • No Page Overlay
    • API
  • Interface
  • Elements
    • Icon Packs New
    • Flexbox Grid
    • Typography
    • Navigation
    • Horizontal Nav
    • Tabs
    • Buttons
    • Button Groups
    • Dropdowns
    • Progress
    • Alerts
    • Tooltips
    • Popovers
    • Accordion
    • Modals
    • Images Overlay
    • Timeline
    • Ribbons
    • Animations
    • Backgrounds
    • Color Themes
  • Tables
    • Styles
    • Responsive
    • Helpers
    • Pricing
    • DataTables
  • Forms
    • Elements
    • Custom Controls
    • Layouts
    • Input Groups
    • Plugins
    • Editors
    • CKEditor 5 New
      • Classic
      • Inline
    • Validation
    • Wizard
  • Extend
  • Components
    • Chat
    • Onboarding
    • Tour
    • Nestable
    • Dialogs
    • Notifications
    • Loaders
    • Charts
    • Gallery
    • Sliders
    • Rating
    • Appear
    • Calendar
    • Image Cropper
    • Google Maps
    • Vector Maps
    • Syntax Highlighting
  • Main Menu
    • 1.1 Item
    • 1.2 Item
    • 1.3 Item
    • Sub Level 2 3
      • 2.1 Item 2
      • 2.2 Item 2
      • 2.3 Item 3
      • Sub Level 3
        • 3.1 Item
        • 3.2 Item
        • 3.3 Item
        • Sub Level 4
          • 4.1 Item
          • 4.2 Item
          • 4.3 Item
  • Pages
  • Dashboards
    • All
    • Corporate v1
    • Social
    • Messages
    • Dark
    • Minimal
    • Modern
    • Classic Boxed
    • Banking
    • Crypto
    • Hosting
    • Booking
    • Gaming
    • Tasks
    • Medical
    • Travel
    • Social Compact
    • Chat
    • Analytics
    • Corporate Slim
    • WP Post
    • File Hosting
  • Auth
    • All
    • Sign In
    • Sign In Box
    • Sign In Box Alt
    • Sign Up
    • Sign Up Box
    • Sign Up Box Alt
    • Lock Screen
    • Lock Screen Box
    • Lock Screen Box Alt
    • Pass Reminder
    • Pass Reminder Box
    • Pass Reminder Box Alt
  • Error
    • All
    • 400
    • 401
    • 403
    • 404
    • 500
    • 503
User Options
Profile Inbox 3 Invoices
Settings
Sign Out
Notifications
  • App was updated to v5.6!
    3 min ago
  • New Subscriber was added! You now have 2580!
    10 min ago
  • Server backup failed to complete!
    30 min ago
  • You are running out of space. Please consider upgrading your plan.
    1 hour ago
  • New Sale! + $30
    2 hours ago
View All

Page & Header Loaders

  1. Components
  2. Loaders

Header Loader

You can use the layout API to start the header loader and stop it on demand. It is better to be used when the header is also set to fixed, so it is always visible.

Start

Starting the header loader is very easy and you can either do it on button click or from JS code

Button Based

<button type="button" class="btn btn-success" data-toggle="layout" data-action="header_loader_on">Start Header Loader</button>

JS Code

Dashmix.layout('header_loader_on');

Stop

The same applies for stoping it as well, it is very straightforward to use it

Button Based

<button type="button" class="btn btn-danger" data-toggle="layout" data-action="header_loader_off">Stop Header Loader</button>

JS Code

Dashmix.layout('header_loader_off');

Page Loader

Usage

Using the Page Loader is very simple

You can add the following markup after the body tag and the loading screen will be enabled and auto hide once the page loads (you can add a .bg-* class for a custom background color): <div id="page-loader" class="show"></div>

You can also show or hide the loading screen at any time by using Dashmix.loader('show') or Dashmix.loader('hide') respectively. If you like to add a custom background color, you can dynamically add a .bg-* class to your page loader, for example Dashmix.loader('show', 'bg-danger')

Preview

Have a look at Page Loader in action

Crafted with by admcode
ADM Software ©