Logo
avatar
Ninfa Monaldo

Web Developer

  • Dashboard
  • dashboardnew
    • Ecommerce
    • Project
  • apps
    • Calendar
    • Profile Page
      • Profile
      • Setting
    • Projects Page
      • Projects
      • Projects Details
    • To-Do
    • Team
    • Api
    • Ticket
      • Ticket
      • Ticket Details
    • Emails Page
      • Email
      • Read Email
    • E-shop
      • Cart
      • Product
      • Add Product
      • Product-Details
      • Product list
      • Orders
      • Orders Details
      • Orders List
      • Checkout
      • Wishlist
    • Invoice
    • Chat
    • File Manager
    • Bookmark
    • kanban board
    • Timeline
    • FAQ
    • Pricing
    • Gallery
    • Blog Page
      • Blog
      • Blog Details
      • Add Blog
  • Widgets
  • Component
  • Ui Kits
    • Alert
    • Badges
    • Buttons
    • Cards
    • Dropdown
    • Grid
    • Avatar
    • Tabs
    • Accordions
    • Progress
    • Notifications
    • Lists
    • Helper Classes
    • Background
    • Divider
    • Ribbons
    • Editor
    • Collapse
    • Shadow
    • Wrapper
    • Bullet
    • Placeholder
    • Alignment Things
  • Advanced UI12+
    • Modals
    • OffCanvas Toggle
    • Sweet Alert
    • Scrollbar
    • Spinners
    • Animation
    • Video Embed
    • Tour
    • Slider
    • Bootstrap Slider
    • Scrollpy
    • Tooltip & Popovers
    • Rating
    • Prismjs
    • Count Down
    • Count Up
    • Draggable
  • Icons
    • Fontawesome
    • Flag
    • Tabler
    • Weather
    • Animated
    • Iconoir
    • Phosphor
  • Misc
  • Map & Charts
  • Map & Charts
    • Google Maps
    • Leaflet map
  • Chart
    • Chart js
    • Apexcharts
      • Line
      • Area
      • Column
      • Bar
      • Mixed
      • Timeline & Range-Bars
      • Candlestick
      • Boxplot
      • Bubble
      • Scatter
      • Heatmap
      • Treemap
      • Pie
      • Radial bar
      • Radar
  • Table & forms
  • Table
    • Basic Table
    • Data Table
    • List Js
    • Advance Table
  • Forms elements
    • Form Validation
    • Base Input
    • Checkbox & Radio
    • Input Groups
    • Input Masks
    • Floating Labels
    • Datetimepicker
    • Touch spin
    • Select2
    • Switch
    • Range Slider
    • Typeahead
    • Textarea
    • Clipboard
    • File Upload
    • Dual List Boxes
    • Default Forms
  • Ready to use4
    • Form Wizards
    • Form Wizards 1
    • Form Wizards 2
    • Ready To Use Form
    • Ready To Use Tables
  • Pages
  • Auth Pages
    • Sign In
    • Sign In with Bg-image
    • Sign Up
    • Sign Up with Bg-image
    • Password Reset
    • Password Reset with Bg-image
    • Password Create
    • Password Create with Bg-image
    • Lock Screen
    • Lock Screen with Bg-image
    • Two Step Verification
    • Two Step Verification with Bg-image
  • Error pages
    • Bad Request
    • Forbidden
    • Not Found
    • Internal Server Error
    • Service Unavailable
  • Other pages
    • Blank
    • Maintenance
    • Landing Pages
    • Coming Soon
    • Sitemap
    • Privacy Policy
    • Terms & Conditions
  • Others
  • 2 level
    • Blank
    • Another level
      • Blank
  • Document
  • Support

Dual List Boxes

  • Forms elements
  • Dual list boxes
Select by class
Available options
​
Selected options
​
    Add options and add eventListeners
    • Nothing yet
    Available options
    ​
    Selected options
    ​
      Select by class
      Available options
      ​
      Selected options
      ​
        Show the sort buttons
        Available options
        ​
        Selected options
        ​
          All options
          OptionDefaultExpected valuesExplanation
          draggabletruebooleanIf the list items should be draggable.
          showSortButtonsfalsebooleanIf the sort buttons should be shown. (up and down)
          enableDoubleClicktruebooleanIf double clicking a list items should change column.
          showAddButtontruebooleanIf the "add" button should be shown.
          showRemoveButtontruebooleanIf the "remove" button should be shown.
          showAddAllButtontruebooleanIf the "add all" button should be shown.
          showRemoveAllButtontruebooleanIf the "remove all" button should be shown.
          availableTitle"Available options"stringTitle shown above the "Available options"
          selectedTitle"Selected options"stringTitle shown above the "Selected options"
          addButtonText"add"stringText displayed in the "add" button.
          removeButtonText"remove"stringText displayed in the "remove" button.
          addAllButtonText"add all"stringText displayed in the "add all" button.
          removeAllButtonText"remove all"stringText displayed in the "remove all" button.
          searchPlaceholder"Search"stringText in the "search" fields.
          upButtonText"up"stringText in the "up" button (if sorting enabled)
          downButtonText"down"stringText in the "down" button (if sorting enabled)
          optionsundefinedArray<{ text, value, selected, order }>Options list that overwrites <select>.
          sortFunctionFunctionFunctionCustom function to override default sorting.
          Public functions
          Function nameArgumentsExplanation
          changeOrderliItem, newPositionChange the order of the given list element.
          addOptionsoptionsAdd multiple options to the options list.
          addOptionoption, index (optional)Add a single option, optionally at an index.
          addEventListenereventName, callbackAdd an event listener.
          changeSelectedlistItemToggle selected state of the item.
          actionAllSelectedevent (optional)Mark all items as selected.
          actionAllDeselectedevent (optional)Deselect all items.
          redrawRedraw the lists.

          © 2025 ki-admin. All rights reserved 💖 V1.0.0

          Need Help