[Seaside] Seaside and Bootstrap

John McKeon p3anoman at gmail.com
Thu Jul 18 15:12:09 UTC 2013


Hi Olivier,
You can try:
                  html anchor
                                class: 'btn btn-info';
                                attributeAt: 'data-toggle' put: 'dropdown';
                                url: '#mymodal';
                                with: [...

Happy trails,
John



On Thu, Jul 18, 2013 at 10:01 AM, Olivier Auverlot <
olivier.auverlot at gmail.com> wrote:

> Hi Paul,
>
> I found this possibility but I don't know how to use it properly?
>
> For example, if I create a graphical button to open a modal box:
>
>         html div
>                 class: 'input-append';
>                 with: [
>                         html anchor
>                                 class: 'btn btn-info';
>                                 url: '#mymodal';
>                                 with: [
>                                         html twbsIcon: 'icon-white
> icon-user'.
>                                 ].
>                 ]
>
> Where do you set a new attribute as data-toggle ?
>
> Olivier ;-)
>
> Le 18 juil. 2013 à 15:01, Paul DeBruicker a écrit :
>
> > Use #attributeAt:put:
> >
> >
> >
> > On Jul 18, 2013, at 5:54 AM, Olivier Auverlot <
> olivier.auverlot at gmail.com> wrote:
> >
> >> Hi,
> >>
> >> I work on a Seaside application with the bootstrap framework. Bootstrap
> uses custom attributes as data-toggle or data-dismiss.
> >>
> >> Someone know how to use it ?
> >>
> >> Best regards
> >> Olivier ;-)_______________________________________________
> >> 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
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
jmck.seasidehosting.st
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20130718/3df37814/attachment.htm


More information about the seaside mailing list