Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Add autodividers functionality for listviews #2851

Closed
wants to merge 1 commit into from
Closed

Add autodividers functionality for listviews #2851

wants to merge 1 commit into from

Commits on Oct 26, 2011

  1. Add autodividers functionality for listviews

    Can be used to autogenerate dividers for a listview by
    setting data-autodividers="alpha" (dividers are unique,
    uppercased single characters from list items) or
    data-autodividers="full" (unique full text strings selected
    from list items) on the ul element of the listview.
    
    It's also possible to apply a custom selector to find the
    elements to be used for divider text, with
    data-autodividers-selector="...".
    
    This relates to #2466,
    but is a different implementation which will automatically
    update the list dividers if the list elements change. It also
    has a fairly thorough test suite and documentation.
    townxelliot committed Oct 26, 2011
    Configuration menu
    Copy the full SHA
    7875e51 View commit details
    Browse the repository at this point in the history