Scott González
59645bd754
Core: Reverted back to r149: Removed wrapper changes.
2008-06-06 11:30:22 +00:00
Eduardo Lundgren
a18f98e547
2008-06-06 03:30:06 +00:00
Eduardo Lundgren
ebb04981a6
Fix ui.core to create the $(this).data('component') instance on the "ui-wrapper" element, that is the current "this" inside a $.ui.plugin.add.
2008-06-06 03:27:56 +00:00
Scott González
1ddfaa0ab0
Dialog: Removed unneeded parens.
2008-06-05 12:29:38 +00:00
Scott González
c8207f4b30
Removed leading semicolons.
2008-06-05 12:14:12 +00:00
Paul Bakaus
c43d214ec3
datepicker: changed all forgotten camel cased classes to dash seperated
2008-06-05 07:32:28 +00:00
Paul Bakaus
7a64afb4e3
sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't checked in the intersectsWith container method.
2008-06-05 06:35:16 +00:00
Scott González
6de42c648d
Core: fixed broken UTF-8 characters.
2008-06-04 22:07:56 +00:00
Scott González
2b1bd34cef
Widget factory: fixed #2981 : Graceful handling of method calls on uninitialized plugins.
2008-06-04 22:03:17 +00:00
Paul Bakaus
126d7d925b
slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks
2008-06-04 21:26:33 +00:00
Scott González
0d01cc3691
Slider: fixed #2552 : Disabled should be an option, not a property on the instance.
2008-06-04 19:59:38 +00:00
Scott González
98f42fc802
Core: Exposed the base widget prototype; Adding/removing disabled classes automatically.
...
Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods.
Dialog: Delegating standard functionality for setData to the widget prototype.
2008-06-04 19:51:59 +00:00
Scott González
f17737b2d4
Mouse: invoke drag immediately on start if the start occurs during mousemove..
2008-06-04 19:32:33 +00:00
Scott González
2f80c18734
Mouse: trigger start on mouse down if distance 0 and delay 0; changed default distance to 1.
2008-06-04 19:13:18 +00:00
Scott González
b6858b447c
Dialog: Fixed modal dialogs so they are always on top of other dialogs when they open.
2008-06-04 17:31:58 +00:00
Richard Worth
26c16a7e6f
Set svn:eol-style to native
2008-06-04 02:34:33 +00:00
Scott González
9caa12ad65
Dialog: added ability to set the resize handles.
2008-06-04 00:42:17 +00:00
Scott González
b80fb723c5
Dialog: restructured init method.
2008-06-03 23:45:25 +00:00
Eduardo Lundgren
b294b05043
Resizable grid bug on IE - fixed #2939
2008-06-03 20:00:50 +00:00
Scott González
29b7b4882f
Dialog: added stack option.
2008-06-03 13:03:53 +00:00
Eduardo Lundgren
be2b41f706
Removing extra blank line at the end - it break the yui compressor
2008-06-02 03:05:09 +00:00
Scott González
13685f50ee
unindentation
2008-06-01 23:36:34 +00:00
Marc Grabanski
6b518a257f
datepicker: getDate function now gets date whether or not datepicker is opened ( fixes #2832 )
2008-06-01 20:30:55 +00:00
Eduardo Lundgren
6f2849fd38
alsoResize IE bug fixes
2008-06-01 20:06:21 +00:00
Marc Grabanski
dce035cc65
datepicker: changed yearRange to be relative to current year instead of selected year ( fixes #2627 )
2008-06-01 20:04:19 +00:00
Marc Grabanski
3dfb02bc03
Changed datepicker header and demo paths.
2008-06-01 17:53:28 +00:00
Paul Bakaus
1c2d48f130
sortable: fixed issue when no placeholder is defined, and a issue with the element shown without positioning at drag start
2008-06-01 15:56:49 +00:00
Paul Bakaus
75fdffacb0
resizable: resizable doesn't expose ui.instance anymore
2008-06-01 14:22:24 +00:00
Aaron Eisenberger
6bd34788b2
fix object linking in options for puff and scale
2008-05-31 17:18:24 +00:00
Paul Bakaus
d32917596e
effects: modified save mthod so it now only aves css atributes stored in the actual style attribute, fixes highlight
2008-05-31 16:49:00 +00:00
Paul Bakaus
320e7a560d
slider: implemented option "noKeyboard" to disable keyboard controls.
2008-05-31 14:34:44 +00:00
Scott González
3d16364e61
Dialog: added dialogClass option (not officially supported right now).
2008-05-30 18:08:39 +00:00
Scott González
c76f3194a1
Resizable: Flipped order of a conditional for performance benefit.
2008-05-30 15:34:21 +00:00
Paul Bakaus
feb96d88fc
draggable: more intersect calculation improvements when connected to sortables
2008-05-30 11:48:11 +00:00
Paul Bakaus
5f24485abe
draggable: another connectToSortable improvement: the activate/deactivate callbacks are now fired when the draggable starts dragging
2008-05-30 11:30:58 +00:00
Paul Bakaus
5b19d8e723
draggable: fixed issue with connectToSortable, where the helper property was not properly restored later on
2008-05-30 10:07:49 +00:00
Scott González
42b94bf173
Tabs: Fixed #2867 : Performing a global replace on templates.
2008-05-30 00:14:50 +00:00
Paul Bakaus
cd2adeb725
core: fixed mouse plugin event binding - now binds events with the namespace this.widgetName
2008-05-29 16:43:04 +00:00
Paul Bakaus
092513f35a
datepicker: added localization back to /source/i18n
2008-05-29 15:19:49 +00:00
Paul Bakaus
2d6b7469cb
sortable: connecting draggables to a sortable and dropping them on the sortable now also triggers a "receive" event, where the sender will be the original draggable. Moving out of the sortable while dragging a connected draggable will not trigger the stop/update events anymore.
2008-05-29 12:37:32 +00:00
Paul Bakaus
aba9f32531
sortable: options.item can now be a function that returns a jQuery collection
2008-05-29 12:12:12 +00:00
Paul Bakaus
dea9af8b4e
sortable: implemented advanced placeholder functionality - the placeholder option can now accept a object with two callbacks "element" and "update", where element has to return a valid element (like helper option) and update is called after every update, so recalculating the offset and width/height should happen there.
2008-05-29 11:51:44 +00:00
Paul Bakaus
3fd0d70dee
effects: removed effect 'fade' (honestly not needed)
...
demos: added effects demo page
effects: fixed many callback issues and other small issues
2008-05-28 18:23:55 +00:00
Scott González
dd096c1e95
mouse: cleanup
2008-05-28 14:02:56 +00:00
Paul Bakaus
1f360d7d40
datepicker: datepicker now follows the theming convention of UI ( fixes #2650 )
2008-05-28 12:00:00 +00:00
Paul Bakaus
ece0c9eb79
slider: fixed translateRange - axis parameter was missing ( closes #2862 )
2008-05-27 11:19:23 +00:00
Paul Bakaus
57c3bc5c1e
slider: fixed slider, now uses subclassing of the mouse plugin
2008-05-27 11:11:49 +00:00
Richard Worth
c28d263667
draggable - ui-draggable and ui-draggable-disabled classes were not being added
2008-05-26 20:30:27 +00:00
Paul Bakaus
097fc4edae
2008-05-26 12:05:22 +00:00
Paul Bakaus
e65ce14284
sortable: implemented tolerance: "guess", which is also the default tolerance mode now, resolves issues with using tolerance "pointer" ( closes #2837 )
2008-05-26 12:02:02 +00:00