A submit button with bootstrap

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

A submit button with bootstrap

julien leclercq
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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: A submit button with bootstrap

Sven Van Caekenberghe-2
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 <[hidden email]> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: A submit button with bootstrap

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

On Mon, Mar 16, 2015 at 11:33 AM, Sven Van Caekenberghe <[hidden email]> 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 <[hidden email]> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



--

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside