scottjehl
92c49bf97e
extended slider to support simple toggle switches based on select menus.
...
The logic will actually support multi-option selects as well, but the labels are flipped in order for switch-style controls, so if we want to support regular sliders from selects, the labels will have to be in forward order and beneath the slider bar.
2010-09-23 12:51:23 -04:00
scottjehl
a460710557
Replaced keyframe animation with a from-to
...
fixes 52
2010-09-22 13:16:11 -04:00
scottjehl
da29904834
Replaced expandable plugin with basic scrollHeight vs. offsetHeight check that uses CSS transitions. Shaves about 4kb.
2010-09-22 11:09:06 -04:00
scottjehl
11db1686c2
took the width of the slider track down a tad
2010-09-21 16:09:58 -04:00
scottjehl
3b7a717e92
more updates to slider css and js. Should have itemized commits, but this thing's still in first-pass status.
2010-09-21 16:07:23 -04:00
scottjehl
e82a65871a
you're gonna need a bigger handle
2010-09-21 15:34:48 -04:00
scottjehl
4992d7b168
First pass at a simple slider plugin. Can be called on an input element with data-role="slider". Controls communicate both ways during use.
2010-09-21 15:25:23 -04:00
scottjehl
0fbbf6600a
added some resets
2010-09-19 19:06:35 -04:00
scottjehl
b2f8c00785
added search styles
2010-09-19 19:04:08 -04:00
scottjehl
32e965b9cc
added search icon
2010-09-19 19:03:26 -04:00
scottjehl
c451627dab
moved loader div positioning lower
2010-09-19 19:02:47 -04:00
scottjehl
c16dee657b
new attribute: data-role="nojs" can be applied to any element that should be accessibly hidden from the page for A browsers.
2010-09-19 18:21:09 -04:00
scottjehl
458e7b5d2f
edited globalnav expanded button styles
2010-09-19 12:07:49 -04:00
scottjehl
ad7b3a2293
edited globalnav expanded layout a little bit
2010-09-19 11:09:25 -04:00
scottjehl
62507c5c5e
took the font size down a bit on global nav expanded buttons
2010-09-19 10:53:33 -04:00
scottjehl
08f1ec9bf8
rewrite of globalnav plugin. Anything beyond 3 links auto-generates a "more..." button and creates a fully navigable, scrollable page with all the links in a grid view.
2010-09-19 10:51:21 -04:00
scottjehl
8d0f0ea9b8
fixed up min-height to stretch background to fill screen
2010-09-19 10:44:08 -04:00
scottjehl
8f26170f6a
changed class names to 'grid' instead of 'config'
2010-09-19 08:13:52 -04:00
scottjehl
60deedf499
set ui-bar to be 16px font size
2010-09-18 10:29:14 -04:00
scottjehl
2e9c5914e6
split CSS files out into individual components
2010-09-18 09:53:00 -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
779c79c917
removed extra rule
2010-09-17 17:47:23 -04:00
scottjehl
1c70a9937a
fixed up padding on toolbars
2010-09-17 17:14:06 -04:00
scottjehl
d06c22e8d9
added dialog plugin and css, added it to the manifest file, updated some of the content on the _dialog.html demo page
2010-09-17 16:24:12 -04:00
scottjehl
78dca77149
modified the height css for ui-page so it fills the height and can be themeable
2010-09-17 14:26:13 -04:00
scottjehl
03c7773d05
updated counts in grouping data, and count min widths
2010-09-16 17:12:08 -04:00
scottjehl
80e4f57a80
trying overflow ellipsis for lines in the listview items
2010-09-16 17:06:09 -04:00
scottjehl
b25403ff23
switched hover and up states.
2010-09-16 16:57:42 -04:00
scottjehl
780786c0d2
updated listview with demos for groupings
2010-09-16 16:44:06 -04:00
scottjehl
71ded0642e
gave aside elements a top margin
2010-09-16 16:25:08 -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
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
8d425b9260
adding listview css
2010-09-15 16:53:23 -04:00
scottjehl
05316a39cf
removed CSS for tabs widget. (to be replaced by global nav)
2010-09-15 16:48:46 -04:00
scottjehl
d3991ba1cf
removed CSS for tree widget.
2010-09-15 16:47:26 -04:00
scottjehl
b2655629cc
updated ui-link-inherit styles for btn states e and f. These are necessary for list view items with links in them.
2010-09-15 16:46:11 -04:00
scottjehl
eb2805f9d9
fixed up globalnav.js plugin and demo page. This could potentially replace the tabs plugin...
...
CSS updates for globalnav styling.
small changes to mobile.js to make globalNav demo init once at domready, not per ui-page.
2010-09-14 11:44:16 -04:00
scottjehl
9f2e68e827
updated for these new demos that show different variations of the overlays
2010-09-11 12:40:04 -04:00
scottjehl
1923c0a565
edited slide transitions so slideup and slidedown use similar conventions to slide. (slideinfromtop,slideouttobottom, etc)
2010-09-11 09:25:35 -04:00
scottjehl
5678650342
added slidedown,slidebackup transitions. modified slideup transitions' naming to accommodate.
...
updated transitions demo with new variation, added new transition name to array in mobile.js
2010-09-11 08:49:54 -04:00
scottjehl
9337467724
cleaned out some old comments & a redundant selector
2010-09-11 08:05:28 -04:00
scottjehl
1d0fd4a7d8
committing all the mobiley goodness.
2010-09-10 18:23:13 -04:00