March 16, 2016
8:38 a.m.
On 16-03-16 09:08, stepharo wrote:
I read that it is not really good to use tbsContainer: and friend in > seaside bootstrap and I would like to know > > - what are bootstrap mixin tags? - how do we use them
The nice thing about all the tbsXXX methods is that they support mixing ordinary Seaside canvas and Bootstrap specific code, and make very clear when you are using what. What I don't like about all the tbsXXX methods is that they provide a (nearly) full duplication of the canvas vocabulary, and don't make it easy to switch from standard Seaside to Bootstrap. That can be achieved by adding a subclass of the canvas that generates bootstrap specific html, and making sure that is used. Stephan