ProtoObjectObjectWAPresenterWADecorationWAWindowDecoration
- SCDatabaseWindowDecoration
| title |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| title |
|---|
|
| as yet unclassified |
|---|
| isGlobal |
^ true |
| renderCloseButtonOn: html |
html anchorWithAction: [self component answer] text: 'close' |
| renderContentOn: html |
html divClass: 'window-titlebar' with: [ html spanClass: 'window-close' with: [self renderCloseButtonOn: html]. html spanClass: 'window-title' with: title. ]. html divClass: 'window-content' with: [self renderOwnerOn: html]. |
| style |
^ '.window-titlebar {background-color: #aaaaaa; padding: 5px; margin-bottom: 5px}
.window-close {float: right}
.window-title {}
.window-content {clear: both}
'
|
| title: aString |
title _ aString |