Re: Howto register App with Bootstrap4
Esteban Maringolo <[email protected]> Sun, 24 Nov 2019 20:56:20 -0300
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCJ0kOEVZr5Dg8SoXOdDCJF_X68xK2hs_c2fDUJROKtReQ@mail.gmail.com> |
Hi Oswall,
app := WAAdmin register: ProductView1 asApplicationAt: 'productview1'.
app
addLibrary: JQDevelopmentLibrary;
addLibrary: TBSSelectDeploymentLibrary;
addLibrary: SBSDevelopmentLibrary.
Keep in mind that the TBSSelect (if it's the same I did at [1]) wasn't
tested with Bootstrap 4.
Also, BS4 uses a different canvas (SBSHtmlCanvas, subclass of
WAHtmlCanvas). Navigate the examples for further information.
Regards!
Esteban A. Maringolo
On Sun, Nov 24, 2019 at 12:21 PM Oswall Verny Arguedas C.
<[email protected]> wrote:
>
> Cheers,
> Howto I register an application in Bootstrap4?
> I'm having trouble registering it.
> For example, if I use Bootstrap3 the registry like this:
>
> app := WAAdmin register: ProductView1 asApplicationAt: 'productview1'.
> app
> addLibrary: JQDevelopmentLibrary;
> addLibrary: TBSSelectDeploymentLibrary;
> addLibrary: TBSDevelopmentLibrary.
>
> What would be the best way to do it for Bootstrap4.
> Which libraries should you add to register a Seaside component as an application in Bootstrap4.
>
> Thanks in advance,
>
> Oswall
>
>
> _______________________________________________
> seaside mailing list
> [email protected]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside