From bd1a5159d2f4e10cf443a4a8d0081b043bcdc13c Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sat, 18 Sep 2010 07:42:10 -0400 Subject: [PATCH] added support for auto-numbering in listviews made from OL elements. Note: currently uses CSS :before gen content, so we'll need to test support for that. listview.js includes a JS fallback, currently commented out. --- _listview.html | 10 +++++++++- css/structure.css | 5 +++-- js/jQuery.listview.js | 10 ++++++++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/_listview.html b/_listview.html index a5459686..016cf536 100644 --- a/_listview.html +++ b/_listview.html @@ -27,6 +27,14 @@
  • Page C
  • +

    Basic Listview from OL element:

    + +
      +
    1. Page A
    2. +
    3. Page B
    4. +
    5. Page C
    6. +
    +

    Basic inset Listview: