Files
linguist/samples/Smalltalk/renderSeasideExampleOn..st
2016-09-24 17:32:35 +02:00

9 lines
164 B
Smalltalk

rendering
renderTitleId: divId on: html
^ html div
id: #title , divId;
class: #aClass;
with: [
html heading
level3;
with: self data title ]