Inizio update master x naming

This commit is contained in:
Samuele E. Locatelli
2018-03-08 14:36:49 +01:00
parent d07448739e
commit 4e041f29bd
26 changed files with 160 additions and 187 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function WebPart(webPartElement, webPartTitleElement, zone, zoneIndex, allowZone
this.allowZoneChange = allowZoneChange;
this.zone = zone;
this.zoneIndex = zoneIndex;
this.title = ((typeof(webPartTitleElement) != "undefined") && (webPartTitleElement != null)) ?
this.Title = ((typeof(webPartTitleElement) != "undefined") && (webPartTitleElement != null)) ?
webPartTitleElement.innerText : "";
webPartElement.__webPart = this;
if ((typeof(webPartTitleElement) != "undefined") && (webPartTitleElement != null)) {
+2 -2
View File
@@ -6908,9 +6908,9 @@ $.widget( "ui.button", {
},
_updateTooltip: function() {
this.title = this.element.attr( "title" );
this.Title = this.element.attr( "title" );
if ( !this.options.showLabel && !this.title ) {
if ( !this.options.showLabel && !this.Title = ) {
this.element.attr( "title", this.options.label );
}
},
File diff suppressed because one or more lines are too long