background

UI for PHP

PHP ListBox

  • Part of the Telerik UI for PHP library along with 100+ professionally-designed components.
  • Includes support, documentation, demos and more!
  • Drag and Drop

    Drag and Drop functionality is also provided out of the box. It can be used for transferring items between two ListBoxes or in case of a single ListBox it is used for reordering. The example below demonstrates how you could use the Drag & Drop.
    UI for PHP ListBox Drag-and-drop
  • Item Templates

    The ListBox supports the use of templates for its items that are passed as а function or a string.

    UI for PHP ListBox Item-Template image
  • Keyboard Navigation

    ListBox keyboard navigation is enabled by default.

    UI for PHP ListBox Keyboard-Navigation image
  • Accessibility

    The ListBox component is perfect for scenarios where accessibility is important for your application. The ListBox complies with Section 508 and WCAG guidelines, ensuring that individuals with disabilities can still view and interact with it.

    UI for PHP ListBox Accessibility image
  • Overview

    The ListBox for ASP.NET MVC is a helper that displays a list of items. It allows multiple selection of items, reorder and transfer between two listboxes. Drag and drop is fully supported as well.

  • Selection

    The ListBox has a default single selection. In order to configure multiple selections you just need to add selectable: "multiple" to its settings. The selected items can be also reordered.
    UI for PHP ListBox Selection image
  • Connecting Multiple ListBox Widgets

    You can connect the ListBox with another list-box and transfer items between them by dragging and dropping or through the Toolbar buttons.
    UI for PHP ListBox Multiple-ListBoxes image
Next Steps