[Seaside] A submit button with bootstrap

Sven Van Caekenberghe sven at stfx.eu
Mon Mar 16 14:33:25 UTC 2015


One way is like this:

renderButtonsOn: html
	^ html
		tbsButtonGroup: [ 
			html submitButton
				class: 'btn btn-primary';
				on: #login of: self ]

> On 16 Mar 2015, at 15:31, julien leclercq <julien.leclercq at gmx.fr> wrote:
> 
> Hi,
> I need to implements a form with the bootstrap library for seaside but i can't reach to find how to place a bootstrap look alike submit button
> thank you for reading this
> Julien Leclercq
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list