Commit 32119122 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Muestra icono personalizado en handle de resize

parent 6d97186e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ define([
		windowResizedParentClass: 'resizedByUser',
		windowResizableClass: 'resizable',
		windowContainerClass: 'moduleWindow',
		resizeHandleClass: 'resizeHandle',

		windowTitleClass: 'windowTitle',
		windowTitleValueClass: 'title',
@@ -97,14 +98,20 @@ define([

			this._emitEvt('LOADING');

			var containerClass = this.windowContainerClass;
			var containerClass = this.windowContainerClass,
				resizeHandleNode;

			if (this.resizable) {
				containerClass += '.' + this.windowResizableClass;
				resizeHandleNode = put('i.' + this.resizeHandleClass);
			}

			this._windowNode = put(node, "div." + containerClass);

			if (resizeHandleNode) {
				put(this._windowNode, resizeHandleNode);
			}

			if (!this.noTitleWindow) {
				this._createWindowTitle();
				this._decorateTitleNode();
Compare 23ddd0e8 to 14562e29
Original line number Diff line number Diff line
Subproject commit 23ddd0e8ab9c39a642db97eeaef150fd79a9073a
Subproject commit 14562e294201043f3632e0046c7c81d17159f45a