Commit graph

19 commits

Author SHA1 Message Date
scottjehl
29913434bf changed name of list grouping to list "divider". Affects class names, css applied, data-attr for configuration. 2010-10-10 21:28:22 -04:00
scottjehl
db9f34e92a removing home links - auto-back links will work in their place 2010-10-08 23:10:56 -04:00
scottjehl
de53cfb930 Made all css and JS rely upon media query support. ("only all"). We can go back to the previous system, but so far, this seems to create a better divide than our previous support tests provided. 1-person discussion here: https://github.com/jquery/jquery-mobile/issues/#issue/29 2010-10-07 15:15:59 -04:00
scottjehl
a08ccd6880 whitespace only 2010-10-02 11:43:32 -04:00
scottjehl
79a5c3db13 removed inline gzips 2010-10-02 11:42:50 -04:00
scottjehl
af250415b2 updated markup to use data-role attrs in place of classes for header/content/footer 2010-09-21 10:58:54 -04:00
scottjehl
f9f236fb8b Big update:
In starting markup, pages should now be identified with the attribute data-role="page".  This allows us to then add ui-page programatically, hiding all non-active pages, and apply ui-page-active to one page at a time to show it.

mobile.js is updated to find pages by this attribute now, instead of ui-page class.

fixes issue 32
2010-09-18 12:20:35 -04:00
scottjehl
b14ae8bc16 added support for a JS fallback for auto-numbering in listviews made from OL elements. If supported, numbering is pure CSS, otherwise, the script will generate numbering.
In both the css and the js, the counters will restart whenever a list grouping header is encountered.
2010-09-18 08:21:51 -04:00
scottjehl
bd1a5159d2 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.
2010-09-18 07:42:10 -04:00
scottjehl
03c7773d05 updated counts in grouping data, and count min widths 2010-09-16 17:12:08 -04:00
scottjehl
f89d8a2c77 updated sample data 2010-09-16 17:08:38 -04:00
scottjehl
780786c0d2 updated listview with demos for groupings 2010-09-16 16:44:06 -04:00
scottjehl
8e5e6dd8b6 changed option fillWidth to inset. Can be overidden with data-inset="true" as well 2010-09-16 16:13:54 -04:00
scottjehl
a39b366df4 added logic and example for "ui-li-aside" content within listview 2010-09-16 16:10:31 -04:00
scottjehl
633b4ed45b Updates to allow for fill-width or inset style lists.
The fillWidth option defaults to true, and can be overridden through data-fill-width attr.
2010-09-16 12:37:45 -04:00
scottjehl
94be57ef22 removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
scottjehl
28f19ba8b3 updated to allow the count spans to adopt the parent theme unless overridden with a data-count-theme attr 2010-09-15 18:07:56 -04:00
scottjehl
2028064230 cleaned out some unnecessary classes from when the page was static 2010-09-15 18:05:13 -04:00
scottjehl
bdf04ffdd5 added for list view widget demos 2010-09-15 16:51:59 -04:00