Skip to content

1-12 preview #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fcd1c98
Selectmenu: Add documentation for _renderButtonItem() extension point
fnagel Sep 2, 2014
1a0b17d
Tooltip: Document extended content option
jzaefferer Jan 12, 2015
733dc92
Menu: Document the new wrapper requirement
tjvantoll Nov 7, 2014
7441173
Effects: Clean up queue wording since we don't support jQuery <1.7
scottgonzalez Feb 24, 2015
2ffda1e
Interactions: distance and delay options are deprecated
scottgonzalez Feb 24, 2015
19b3987
Selectmenu: Document changes to width option
scottgonzalez Mar 4, 2015
a0912d1
CSS Framework: Updated section about shadow
jaspermdegroot Jan 22, 2015
ad42c59
Stacking Elements: Remove hard wrapping
scottgonzalez Mar 27, 2015
c1fef18
Stacking Elements: Consider `<dialog>` a stacking element
scottgonzalez Mar 27, 2015
9743a95
All: Document classes option
jzaefferer Mar 19, 2015
965db7e
Entries: Mark deprecated options
jzaefferer Apr 20, 2015
29b1f74
Effects: Mark transfer-effect deprecated, document .transfer()
jzaefferer Apr 22, 2015
75ebb4d
Entries: Make deprecations more useful
jzaefferer Apr 23, 2015
031bf52
Slider: Document new handleIndex property on all 4 events
jzaefferer Apr 22, 2015
9be8fc0
Size Effect: Document behaviour for .show() and .toggle() methods
jzaefferer Apr 24, 2015
e59e812
Entries: Document cssClip method
jzaefferer Apr 24, 2015
62d61c4
Entries: Document $.fn.labels
jzaefferer May 7, 2015
f093eb5
Position: Move <added> info onto the signature
jzaefferer May 7, 2015
f3f6afd
Focus: Deprecated focus override is gone in 1.12
jzaefferer Sep 30, 2015
f49070e
Button: Document rewrite, deprecate buttonset, document new widgets
jzaefferer Sep 30, 2015
559287c
FormResetMixin: Initial API documentation for new mixin
jzaefferer Oct 25, 2015
0b8e35c
jQuery.effects.define: Initial docs
scottgonzalez Nov 25, 2015
4b85611
jQuery.effects.scaledDimensions: Initial docs
scottgonzalez Nov 27, 2015
6ba1642
jQuery.effects.clipToBox: Initial docs
scottgonzalez Nov 27, 2015
5f0e014
jQuery.effects.createPlaceholder: Initial docs
scottgonzalez Nov 27, 2015
316d99b
jQuery.effects.removePlaceholder: Initial docs
scottgonzalez Nov 27, 2015
eb54654
jQuery.effects.saveStyle: Initial docs
scottgonzalez Nov 27, 2015
867fb9f
jQuery.effects.restoreStyle: Initial docs
scottgonzalez Nov 27, 2015
89eaae6
jQuery.effects.saveStyle: Update description
scottgonzalez Dec 3, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Entries: Mark deprecated options
Fixes gh-261
  • Loading branch information
jzaefferer authored and scottgonzalez committed Dec 17, 2015
commit 965db7e5680ae69b7a8c38afc490134cbb1ed94e
2 changes: 1 addition & 1 deletion entries/dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<desc>Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.</desc>
<type name="String" />
</option>
<option name="dialogClass" default='""' example-value='"alert"'>
<option name="dialogClass" default='""' example-value='"alert"' deprecated="1.12">
<desc>The specified class name(s) will be added to the dialog, for additional theming.</desc>
<type name="String" />
</option>
Expand Down
4 changes: 2 additions & 2 deletions entries/droppable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<desc>A function that will be called for each draggable on the page (passed as the first argument to the function). The function must return <code>true</code> if the draggable should be accepted.</desc>
</type>
</option>
<option name="activeClass" type="String" default="false" example-value='"ui-state-highlight"'>
<option name="activeClass" type="String" default="false" example-value='"ui-state-highlight"' deprecated="1.12">
<desc>If specified, the class will be added to the droppable while an acceptable draggable is being dragged.</desc>
</option>
<option name="addClasses" type="Boolean" default="true" example-value="false">
Expand All @@ -43,7 +43,7 @@
<option name="greedy" type="Boolean" default="false" example-value="true">
<desc>By default, when an element is dropped on nested droppables, each droppable will receive the element. However, by setting this option to <code>true</code>, any parent droppables will not receive the element. The <code>drop</code> event will still bubble normally, but the <code>event.target</code> can be checked to see which droppable received the draggable element.</desc>
</option>
<option name="hoverClass" type="String" default="false" example-value='"drop-hover"'>
<option name="hoverClass" type="String" default="false" example-value='"drop-hover"' deprecated="1.12">
<desc>If specified, the class will be added to the droppable while an acceptable draggable is being hovered over the droppable.</desc>
</option>
<option name="scope" type="String" default='"default"' example-value='"tasks"'>
Expand Down
2 changes: 1 addition & 1 deletion entries/tooltip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<type name="Object" />
</option>
<xi:include href="../includes/widget-option-show.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
<option name="tooltipClass" default="null" example-value='"custom-tooltip-styling"'>
<option name="tooltipClass" default="null" example-value='"custom-tooltip-styling"' deprecated="1.12">
<desc>
A class to add to the widget, can be used to display various tooltip types, like warnings or errors.
<p>This may get replaced by the <a href="http://bugs.jqueryui.com/ticket/7053">classes option</a>.</p>
Expand Down