Files
contact-book/ContactBook.package/WAContact.class/instance/renderButtonsOn..st
2018-05-12 15:25:36 +02:00

9 lines
156 B
Smalltalk

rendering
renderButtonsOn: html
html tbsFormGroup: [
html tbsButtonGroup: [
self
renderSubmitButtonOn: html;
renderCancelButtonOn: html
]
]