Community
Participate
Working Groups
_layoutPost : function( changes ) {
this.base( arguments );
if( changes.menuLayout ) {
this._menuLayoutScheduled = false;
this._afterAppear(); // recomputes the location
if( this.isSeeable() ) {
}
},
var width = value ? value[ 1 ] : 0;
var height = value ? value[ 2 ] : 0;
if( url == null ) {
this.setCellContent( 0, "" );
var content = this._isSelectable ? "" : null;
this.setCellContent( 0, content );
} else {
this.setCellContent( 0, url );