[Seaside] Howto register App with Bootstrap4

Oswall Verny Arguedas C. sistecaq at gmail.com
Sun Nov 24 15:20:43 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20191124/490c2577/attachment.html>


More information about the seaside mailing list