mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
API-CHANGE: ssui.core.js rewrite to work with jQuery UI 1.8. Renamed _init => _create and renamed defaults => options. See the following websites for a complete guide to what has changed in jquery UI version 1.8:
https://github.com/scottgonzalez/jquery-ui-1.8-widget-factory http://jqueryui.com/docs/Upgrade_Guide
This commit is contained in:
parent
f380d88c80
commit
86fa29accc
@ -1,6 +1,6 @@
|
||||
(function($) {
|
||||
$.widget("ssui.titlebar", {
|
||||
_init: function() {
|
||||
_create: function() {
|
||||
this.originalTitle = this.element.attr('title');
|
||||
|
||||
var self = this;
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
$.extend($.ssui.titlebar, {
|
||||
version: "0.0.1",
|
||||
defaults: {
|
||||
options: {
|
||||
title: '',
|
||||
closeButton: false,
|
||||
closeText: 'close'
|
||||
|
Loading…
Reference in New Issue
Block a user