collapsible: false,
disabled: false,
event: "click",
- header: "> li > :first-child,> :not(li):even",
+ header: "> li > :first-child, > :not(li):even",
heightStyle: "auto",
icons: {
"activeHeader": "ui-icon-triangle-1-s",
defaults: {
appendTo: "parent",
axis: false,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {},
connectToSortable: false,
containment: false,
animateEasing: "swing",
aspectRatio: false,
autoHide: false,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {
"ui-resizable-se": "ui-icon ui-icon-gripsmall-diagonal-se"
},
defaults: {
appendTo: "body",
autoRefresh: true,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {},
delay: 0,
disabled: false,
TestHelpers.commonWidgetTests( "slider", {
defaults: {
animate: false,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {
"ui-slider": "ui-corner-all",
"ui-slider-handle": "ui-corner-all",
defaults: {
appendTo: "parent",
axis: false,
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
classes: {},
connectWith: false,
containment: false,
},
collapsible: false,
event: "click",
- header: "> li > :first-child,> :not(li):even",
+ header: "> li > :first-child, > :not(li):even",
heightStyle: "auto",
icons: {
activeHeader: "ui-icon-triangle-1-s",
return $.widget("ui.mouse", {
version: "@VERSION",
options: {
- cancel: "input,textarea,button,select,option",
+ cancel: "input, textarea, button, select, option",
distance: 1,
delay: 0
},
// allow overriding how to find the list for rare usage scenarios (#7715)
_getList: function() {
- return this.tablist || this.element.find( "ol,ul" ).eq( 0 );
+ return this.tablist || this.element.find( "ol, ul" ).eq( 0 );
},
_createPanel: function( id ) {