Good morning, I have an HTML5 project and web searches for 'Seaside HTML5' have not been productive. Does anybody have any links to up-to-date documentation on this? thx. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
IIRC Seaside 3.2 it switched to HTML5 by default.
What kind of documentation do you want? What are you missing that you want to learn about? Have you seen the book.seaside.st site? gettimothy wrote > Good morning, > > I have an HTML5 project and web searches for 'Seaside HTML5' have not been > productive. > > > Does anybody have any links to up-to-date documentation on this? > > > thx. > > > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2018-02-22 18:36 GMT-03:00 Paul DeBruicker <[hidden email]>:
> > IIRC Seaside 3.2 it switched to HTML5 by default. > Exactly, there was a "Seaside-HTML5" package that includes some inputs like date, month, time input, etc, but now it's part of the the regular Seaside-Canvas package. Regards, Esteban A. Maringolo _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Paul DeBruicker
Well, I needed.sn article and footer tag and did not find them. I created my own, but was wondering if I was messing something.
I ---- On Thu, 22 Feb 2018 16:36:34 -0500 [hidden email] wrote ----
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Oh that's strange. What version of Seaside do you have? Evaluate:
GRPlatform current seasideVersion greaseString. in a workspace to see what you have installed. In my image they're in the WAHtmlCanvas class gettimothy wrote > Well, I needed.sn article and footer tag and did not find them. I created > my own, but was wondering if I was messing something. > I > > > > > > ---- On Thu, 22 Feb 2018 16:36:34 -0500 > pdebruic@ > wrote ---- IIRC Seaside 3.2 it switched to HTML5 by default. > > > What kind of documentation do you want? What are you missing that you > want > to learn about? > > > Have you seen the book.seaside.st site? > > > > gettimothy wrote >> Good morning, >> >> I have an HTML5 project and web searches for 'Seaside HTML5' have not >> been >> productive. >> >> >> Does anybody have any links to up-to-date documentation on this? >> >> >> thx. >> >> >> _______________________________________________ >> seaside mailing list > >> seaside@.squeakfoundation > >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > -- > Sent from: http://forum.world.st/Seaside-General-f86180.html > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
3.2.2 >In my image they're in the WAHtmlCanvas class Found em! thank you. article, figure, figurecaption, footer... I apologize for wasting your time. Also, great news!
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Paul DeBruicker
I was looking for them in children of WATagBrush as specified in the Seaside book here: http://book.seaside.st/book/fundamentals/rendering-components/learning-canvas-and-brush I guess I missed that whole WAHtmlCanvas approach.
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |