9 lines
183 B
Smalltalk
9 lines
183 B
Smalltalk
rendering
|
|
renderContentOn: html
|
|
html tbsContainer: [
|
|
html heading with: 'Contact Editing'.
|
|
html tbsForm with: [
|
|
self renderFieldsOn: html.
|
|
self renderButtonsOn: html
|
|
]
|
|
] |