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

8 lines
152 B
Smalltalk

rendering
renderGlobalButtonsOn: html
html tbsButtonGroup: [
html tbsButton
beSuccess;
callback: [ self addContact ];
with: 'New contact'
]