[Seaside] Indenting elements in select list

David Röthlisberger davidroe at bluewin.ch
Wed Feb 2 22:47:18 CET 2005


> This might be overkill, but one way you can do this is to define a
> IndentedString class such that you can do

[...]

> and then override #renderOn

> IndentedString>>renderOn: html
> level
> timesRepeat: [html html: ' '].
> html text: string

ah yes, that's a nice solution, works fine.
Thanks!

David


More information about the Seaside mailing list