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

Listview: Added option for the default list icon #5018

Merged
merged 5 commits into from Oct 9, 2012
Merged

Commits on Sep 17, 2012

  1. Listview: Added option for the default list icon

    Added an option for the default list icon, instead of being hard-coded
    to 'arrow-r'
    Jason Scott committed Sep 17, 2012
    Copy the full SHA
    a485ae2 View commit details
    Browse the repository at this point in the history
  2. Docs: Added indicatorIcon to the listView docs options

    Jason Scott committed Sep 17, 2012
    Copy the full SHA
    a243635 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. Listview: Renamed option to icon. Added ability to change icons from the

    ul
    
    This provides the ability for the follow cases:
    
    1. set the option as default for all listviews using the $.mobile object
    2. set (or override the default) icon with data-icon on a listview or with
    the option icon if that listview is created programmatically
    3. override the above for a list item with data-icon on that specific list
    item
    Jason Scott committed Sep 18, 2012
    Copy the full SHA
    3c73552 View commit details
    Browse the repository at this point in the history
  2. Docs: Updated the listview docs for the icon option

    Jason Scott committed Sep 18, 2012
    Copy the full SHA
    b27d601 View commit details
    Browse the repository at this point in the history
  3. Docs: Updated the data-attribue reference for listview icon option

    Moved listview icon option to the correct place alphabetically in docs.
    Jason Scott committed Sep 18, 2012
    Copy the full SHA
    d73c9ef View commit details
    Browse the repository at this point in the history