[Seaside] A submit button with bootstrap

Mariano Martinez Peck marianopeck at gmail.com
Mon Mar 16 14:48:26 UTC 2015


This will also help you: http://pharo.pharocloud.com/bootstrap/

On Mon, Mar 16, 2015 at 11:33 AM, Sven Van Caekenberghe <sven at stfx.eu>
wrote:

> 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
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150316/6345d7f9/attachment.htm


More information about the seaside mailing list