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 White
    Photographer
  • Carl Wells
    Web Designer
  • Lori Moore
    Web Developer
Busy
  • Andrea Gardner
    UI Designer
Away
  • Carl Wells
    Copywriter
  • Carol Ray
    Writer
Offline
  • Jack Greene
    Teacher
  • Judy Ford
    Photographer
  • Judy Ford
    Front-end Developer
  • Henry Harrison
    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

Layout API

  1. Layout
  2. API

Sidebar Visibility

Toggle

Opens or Closes the Sidebar based on its current state

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_toggle">Toggle Sidebar</button>

JS Code

Dashmix.layout('sidebar_toggle');

Open

Opens the Sidebar

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_open">Open Sidebar</button>

JS Code

Dashmix.layout('sidebar_open');

Close

Closes the Sidebar

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_close">Close Sidebar</button>

JS Code

Dashmix.layout('sidebar_close');

Sidebar Position

Toggle

Sets the Sidebar position to the left or to the right based on its current position

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_pos_toggle">Toggle Sidebar Position</button>

JS Code

Dashmix.layout('sidebar_pos_toggle');

Right

Moves the Sidebar to the right

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_pos_right">Right Sidebar Position</button>

JS Code

Dashmix.layout('sidebar_pos_right');

Left

Moves the Sidebar to the left

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_pos_left">Left Sidebar Position</button>

JS Code

Dashmix.layout('sidebar_pos_left');

Sidebar Mini

Toggle

Toggles the Sidebar Mini mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_mini_toggle">Toggle Mini Mode</button>

JS Code

Dashmix.layout('sidebar_mini_toggle');

Enable

Enables the Sidebar Mini mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_mini_on">Enable Mini Mode</button>

JS Code

Dashmix.layout('sidebar_mini_on');

Disable

Disables the Sidebar Mini mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_mini_off">Disable Mini Mode</button>

JS Code

Dashmix.layout('sidebar_mini_off');

Sidebar Styles

Toggle

Toggles Sidebar style between light and dark variations

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_style_toggle">Toggle Sidebar Style</button>

JS Code

Dashmix.layout('sidebar_style_toggle');

Light

Sets the Sidebar to light variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_style_light">Light Themed Sidebar</button>

JS Code

Dashmix.layout('sidebar_style_light');

Dark

Sets the Sidebar to dark variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="sidebar_style_dark">Dark Themed Sidebar</button>

JS Code

Dashmix.layout('sidebar_style_dark');

Side Overlay Visibility

Toggle

Opens or Closes the Side Overlay based on its current state

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_toggle">Toggle Side Overlay</button>

JS Code

Dashmix.layout('side_overlay_toggle');

Open

Opens the Side Overlay

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_open">Open Side Overlay</button>

JS Code

Dashmix.layout('side_overlay_open');

Close

Closes the Side Overlay

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_close">Close Side Overlay</button>

JS Code

Dashmix.layout('side_overlay_close');

Side Overlay Hover Mode

Toggle

Toggles the Side Overlay hover mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_mode_hover_toggle">Toggle Hover Mode</button>

JS Code

Dashmix.layout('side_overlay_mode_hover_toggle');

Enable

Enables the Side Overlay hover mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_mode_hover_on">Enable Hover Mode</button>

JS Code

Dashmix.layout('side_overlay_mode_hover_on');

Disable

Disables the Side Overlay hover mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_overlay_mode_hover_off">Disable Hover Mode</button>

JS Code

Dashmix.layout('side_overlay_mode_hover_off');

Side Scrolling

Toggle

Toggles between native and custom scrolling in Sidebar and Side Overlay

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_scroll_toggle">Toggle Side Scrolling</button>

JS Code

Dashmix.layout('side_scroll_toggle');

Native

Enables native scrolling in Sidebar and Side Overlay

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_scroll_native">Enable Native Scrolling</button>

JS Code

Dashmix.layout('side_scroll_native');

Custom

Enables custom scrolling in Sidebar and Side Overlay

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="side_scroll_custom">Enable Custom Scrolling</button>

JS Code

Dashmix.layout('side_scroll_custom');

Header Mode

Toggle

Toggles Header mode between static and fixed

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_mode_toggle">Toggle Header Mode</button>

JS Code

Dashmix.layout('header_mode_toggle');

Static

Sets the Header to static mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_mode_static">Static Header</button>

JS Code

Dashmix.layout('header_mode_static');

Fixed

Sets the Header to fixed mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_mode_fixed">Fixed Header</button>

JS Code

Dashmix.layout('header_mode_fixed');

Header Glass

Toggle

Toggles the Header glass variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_glass_toggle">Toggle Header Glass</button>

JS Code

Dashmix.layout('header_glass_toggle');

Enable

Enables the Header glass variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_glass_on">Enable Header Glass</button>

JS Code

Dashmix.layout('header_glass_on');

Disable

Disables the Header glass variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_glass_off">Disable Header Glass</button>

JS Code

Dashmix.layout('header_glass_off');

Header Styles

Toggle

Toggles Header style between light and dark variations

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_style_toggle">Toggle Header Style</button>

JS Code

Dashmix.layout('header_style_toggle');

Light

Sets the Header to light variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_style_light">Light Themed Header</button>

JS Code

Dashmix.layout('header_style_light');

Dark

Sets the Header to dark variation

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="header_style_dark">Dark Themed Header</button>

JS Code

Dashmix.layout('header_style_dark');

Footer Mode

Toggle

Toggles Footer mode between static and fixed

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="footer_mode_toggle">Toggle Footer Mode</button>

JS Code

Dashmix.layout('footer_mode_toggle');

Static

Sets the Footer to static mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="footer_mode_static">Static Footer</button>

JS Code

Dashmix.layout('footer_mode_static');

Fixed

Sets the Footer to fixed mode

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="footer_mode_fixed">Fixed Footer</button>

JS Code

Dashmix.layout('footer_mode_fixed');

Main Content

Toggle

Toggles between all available content layouts (boxed, narrow and full width)

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="content_layout_toggle">Toggle Content Layout</button>

JS Code

Dashmix.layout('content_layout_toggle');

Boxed

Sets the content layout to boxed

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="content_layout_boxed">Boxed Content Layout</button>

JS Code

Dashmix.layout('content_layout_boxed');

Narrow

Sets the content layout to narrow

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="content_layout_narrow">Narrow Content Layout</button>

JS Code

Dashmix.layout('content_layout_narrow');

Full Width

Sets the content layout to full width

Button Based

<button type="button" class="btn btn-dark" data-toggle="layout" data-action="content_layout_full_width">Full Width Content Layout</button>

JS Code

Dashmix.layout('content_layout_full_width');

Crafted with by admcode
ADM Software ©