ProtoObjectObjectWAPresenterWADecorationWAFormDecoration
| buttons |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| buttons |
|---|
|
| as yet unclassified |
|---|
| buttons |
^ buttons |
| buttons: selectorArray |
buttons _ selectorArray |
| renderButtonForSelector: aSymbol on: html |
html submitButtonOn: aSymbol of: self owner |
| renderButtonsOn: html |
html divClass: 'dialog-buttons' with: [ self buttons do: [:ea | html spanNamed: ea with: [self renderButtonForSelector: ea on: html]] ] |
| renderContentOn: html |
html form: [ self renderOwnerOn: html. self renderButtonsOn: html. ] |