background

UI for PHP

PHP ChipList

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

    Organize a collection of individual PHP Chip components in a list and manage it by adding and removing items and maintaining the selected chips. The Telerik UI for PHP ChipList component is mostly used for single or multiple selections, e.g., include additions to an ordered meal.

    See the PHP ChipList demo

    Telerik-UI-for-PHP-ChipList-Overview
  • Selection Mode

    Enable single or multiple selections, leveraging the selection mode feature in Telerik UI for PHP ChipList component. In cases you need a read-only list, the ChipList can disable selection completely.

  • Appearance

    Leverage the predefined set of appearance options to modify the look and feel of the ChipList component, i.e., configure the size or the spacing between the chips within the ChipList.

    See the PHP ChipList Appearance demo

    Telerik-UI-for-PHP-ChipList-Appearance
  • Customization

    Built on top of the existing PHP Chip component, the Telerik UI for PHP ChipList delivers the same customization options to fit any design requirements. These include color and style of the ChipList, whether to display a close or delete icon, and whether to add avatars or images as a part of the ChipList content.

  • Events

    To ensure smooth interaction, the Telerik UI for PHP Core ChipList component exposes different events related to user interaction:

    • Select event which fires when the user changes a Chip selection in the ChipList
    • Remove event that fires when the user clicks the Remove icon of the Chip.

    Check out the PHP ChipList events demo

  • Disabled ChipList

    Control if a user should interact with the PHP ChipList items, leveraging a single configuration option that disables the entire component.

  • Inherit Kendo UI framework Features

    Inherit standard Kendo UI framework benefits such as Model-View-ViewModel (MVVM), Customizing Templates, Globalization and Keyboard navigation by using the PHP ChipList widget.

Next Steps