<@doc hierarchy="GMLDOM"> Layout Code (c) SAP AG 2003-2006. All rights reserved. Aspect ControlLayout for Layout; inherit Widget; override virtual property type = 'control'; virtual property minWidth = 10; virtual property fixedWidth = 0; virtual property defaultWidth = 100; virtual property defaultHeight = 16; virtual property freeSize = false; virtual property labelWidth = 0; virtual property paddingLeft = 0; virtual property paddingRight = 0; property formRow = 99999; property formCol = 99999; metadata for formCol = { // we need this metadata only for sideEffects editor: { visible: false, sideEffects: true // affects colspan } } override virtual method paint(parentElement) try { this.supercall(); var parent = this.getParent(); var group = (parent.type == 'box') ? null : parent.base; var V = RULE('defineControlWidget', this.board.rtSkin, this.getBox().base, group, base); var html = ''; if (!V) html = '