upgrade to jqueryui 1.10.1
This commit is contained in:
@@ -97,7 +97,7 @@ Applied as jQuery method.
|
||||
|
||||
/* returns container object */
|
||||
container: function() {
|
||||
return this.$element.data(this.containerName);
|
||||
return this.$element.data(this.containerDataName || this.containerName);
|
||||
},
|
||||
|
||||
call: function() {
|
||||
|
@@ -7,7 +7,8 @@
|
||||
|
||||
//extend methods
|
||||
$.extend($.fn.editableContainer.Popup.prototype, {
|
||||
containerName: 'tooltip',
|
||||
containerName: 'tooltip', //jQuery method, aplying the widget
|
||||
containerDataName: 'uiTooltip', //object name in elements .data() (e.g. uiTooltip for tooltip)
|
||||
innerCss: '.ui-tooltip-content',
|
||||
|
||||
//split options on containerOptions and formOptions
|
||||
|
Reference in New Issue
Block a user