Adam McCoy
  • Overview
  • Sales

Recent Activity

  • New sale ($15)
    Admin Template
    3 min ago
  • You edited the file
    Documentation.doc
    15 min ago
  • Project deleted
    Line Icon Set
    4 hours ago

Online Friends

  • Barbara Scott
    Copywriter
  • Albert Ray
    Web Developer
  • Danielle Jones
    Web Designer
  • Lori Grant
    Photographer
  • Ryan Flores
    Graphic Designer

Quick Settings

Online Status


Auto Updates


Application Alerts


API

Sales
22.030
Balance
$4.589,00
Today
$996
  • New sale! + $249
    3 min ago
  • New sale! + $129
    50 min ago
  • New sale! + $119
    2 hours ago
  • New sale! + $499
    3 hours ago
Yesterday
$765
  • New sale! + $249
    26 hours ago
  • Product Purchase - $50
    28 hours ago
  • New sale! + $119
    29 hours ago
  • Paypal Withdrawal - $300
    37 hours ago
  • New sale! + $129
    39 hours ago
  • New sale! + $119
    45 hours ago
  • New sale! + $499
    46 hours ago
Load More..
ne 4.3
Default Amethyst City Flat Modern Smooth
Sidebar Light Sidebar Dark
Header Light Header Dark
  • Dashboard
  • User Interface
  • Blocks
    • Styles
    • Options
    • Forms
    • Themed
    • API
  • Elements
    • Grid
    • Typography
    • Icons
    • Buttons
    • Button Groups
    • Dropdowns
    • Tabs
    • Navigation
    • Horizontal Navigation
    • Progress
    • Alerts
    • Tooltips
    • Popovers
    • Modals
    • Images Overlay
    • Timeline
    • Ribbons
    • Animations
    • Color Themes
  • Tables
    • Styles
    • Responsive
    • Helpers
    • Pricing
    • DataTables
  • Forms
    • Elements
    • Custom Controls
    • Layouts
    • Input Groups
    • Plugins
    • Editors
    • Validation
    • Wizard
  • Develop
  • Components
    • Loaders
    • Image Cropper
    • Appear
    • Charts
    • Calendar
    • Sliders
    • Syntax Highlighting
    • Rating
    • Google Maps
    • Vector Maps
    • Dialogs
    • Notifications
    • Gallery
  • Layout
    • Page
      • Default
      • Flipped
      • Native Scrolling
    • Main Content
      • Full Width
      • Narrow
      • Boxed
    • Header
      • Fixed
      • Light
      • Dark
      • Static
      • Light
      • Dark
    • Sidebar
      • Mini
      • Light
      • Dark
      • Hidden
    • Side Overlay
      • Visible
      • Hover Mode
      • No Page Overlay
    • API
  • Multi Level Menu
    • Link 1-1
    • Link 1-2
    • Sub Level 2
      • Link 2-1
      • Link 2-2
      • Sub Level 3
        • Link 3-1
        • Link 3-2
        • Sub Level 4
          • Link 4-1
          • Link 4-2
          • Sub Level 5
            • Link 5-1
            • Link 5-2
            • Sub Level 6
              • Link 6-1
              • Link 6-2
  • Pages
  • Generic
    • Blank
    • Blank (Block)
    • Search
    • Profile
    • Inbox
    • Invoice
    • FAQ
    • Team
    • Contact
    • Support
    • Upgrade Plan
    • Maintenance
    • Status
    • Coming Soon
  • Page Packs
    • Forum
      • Categories
      • Topics
      • Discussion
    • e-Commerce Store
      • Home
      • Search Results
      • Products List
      • Product Page
      • Checkout
    • Blog
      • Classic
      • List
      • Grid
      • Story
      • Story Cover
    • e-Learning
      • Courses
      • Course
      • Lesson
  • Authentication
    • All
    • Sign In
    • Sign In 2
    • Sign Up
    • Sign Up 2
    • Lock Screen
    • Lock Screen 2
    • Pass Reminder
    • Pass Reminder 2
  • Error Pages
    • All
    • 400
    • 401
    • 403
    • 404
    • 500
    • 503
User Options
Inbox 3 Profile 1 Settings
Actions
Lock Account Log Out
Notifications
  • You have a new follower
    15 min ago
  • 1 new sale, keep it up
    22 min ago
  • Update failed, restart server
    26 min ago
  • 2 new sales, keep it up
    33 min ago
  • You have a new subscriber
    41 min ago
  • You have a new follower
    42 min ago
Load More..

Layout API

  1. Layout
  2. API

Sidebar Visibility

Live JS Button Attributes

Opens or Closes the Sidebar based on its current state

One.layout('sidebar_toggle'); data-toggle="layout" data-action="sidebar_toggle"

Opens the Sidebar

One.layout('sidebar_open'); data-toggle="layout" data-action="sidebar_open"

Closes the Sidebar

One.layout('sidebar_close'); data-toggle="layout" data-action="sidebar_close"

Sidebar Position

Live JS Button Attributes

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

One.layout('sidebar_pos_toggle'); data-toggle="layout" data-action="sidebar_pos_toggle"

Moves the Sidebar to the right

One.layout('sidebar_pos_right'); data-toggle="layout" data-action="sidebar_pos_right"

Moves the Sidebar to the left

One.layout('sidebar_pos_left'); data-toggle="layout" data-action="sidebar_pos_left"

Sidebar Mini

Live JS Button Attributes

Toggles the Sidebar mini mode

One.layout('sidebar_mini_toggle'); data-toggle="layout" data-action="sidebar_mini_toggle"

Enables the Sidebar mini mode

One.layout('sidebar_mini_on'); data-toggle="layout" data-action="sidebar_mini_on"

Disables the Sidebar mini mode

One.layout('sidebar_mini_off'); data-toggle="layout" data-action="sidebar_mini_off"

Sidebar Styles

Live JS Button Attributes

Toggles Sidebar style between light and dark variations

One.layout('sidebar_style_toggle'); data-toggle="layout" data-action="sidebar_style_toggle"

Sets the Sidebar to light variation

One.layout('sidebar_style_light'); data-toggle="layout" data-action="sidebar_style_light"

Sets the Sidebar to dark variation

One.layout('sidebar_style_dark'); data-toggle="layout" data-action="sidebar_style_dark"

Side Overlay Visibility

Live JS Button Attributes

Opens or Closes the Side Overlay based on its current state

One.layout('side_overlay_toggle'); data-toggle="layout" data-action="side_overlay_toggle"

Opens the Side Overlay

One.layout('side_overlay_open'); data-toggle="layout" data-action="side_overlay_open"

Closes the Side Overlay

One.layout('side_overlay_close'); data-toggle="layout" data-action="side_overlay_close"

Side Overlay Hover Mode

Live JS Button Attributes

Toggles the Side Overlay hover mode

One.layout('side_overlay_mode_hover_toggle'); data-toggle="layout" data-action="side_overlay_mode_hover_toggle"

Enables the Side Overlay hover mode

One.layout('side_overlay_mode_hover_on'); data-toggle="layout" data-action="side_overlay_mode_hover_on"

Disables the Side Overlay hover mode

One.layout('side_overlay_mode_hover_off'); data-toggle="layout" data-action="side_overlay_mode_hover_off"

Side Scrolling

Live JS Button Attributes

Toggles between native and custom scrolling in Sidebar and Side Overlay

One.layout('side_scroll_toggle'); data-toggle="layout" data-action="side_scroll_toggle"

Enables native scrolling in Sidebar and Side Overlay

One.layout('side_scroll_native'); data-toggle="layout" data-action="side_scroll_native"

Enables custom scrolling in Sidebar and Side Overlay

One.layout('side_scroll_custom'); data-toggle="layout" data-action="side_scroll_custom"

Header Mode

Live JS Button Attributes

Toggles Header mode between static and fixed

One.layout('header_mode_toggle'); data-toggle="layout" data-action="header_mode_toggle"

Sets the Header to static mode

One.layout('header_mode_static'); data-toggle="layout" data-action="header_mode_static"

Sets the Header to fixed mode

One.layout('header_mode_fixed'); data-toggle="layout" data-action="header_mode_fixed"

Header Styles

Live JS Button Attributes

Toggles Header style between light and dark variations

One.layout('header_style_toggle'); data-toggle="layout" data-action="header_style_toggle"

Sets the Header to light variation

One.layout('header_style_light'); data-toggle="layout" data-action="header_style_light"

Sets the Header to dark variation

One.layout('header_style_dark'); data-toggle="layout" data-action="header_style_dark"

Main Content

Live JS Button Attributes

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

One.layout('content_layout_toggle'); data-toggle="layout" data-action="content_layout_toggle"

Sets the content layout to boxed

One.layout('content_layout_boxed'); data-toggle="layout" data-action="content_layout_boxed"

Sets the content layout to narrow

One.layout('content_layout_narrow'); data-toggle="layout" data-action="content_layout_narrow"

Sets the content layout to full width

One.layout('content_layout_full_width'); data-toggle="layout" data-action="content_layout_full_width"
Crafted with by pixelcave
OneUI 4.3 ©

Apps

CRM

Products

Sales

Payments