HTML5 tags

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

HTML5 tags

tty
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
Reply | Threaded
Open this post in threaded view
|

Re: HTML5 tags

Paul DeBruicker
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
Reply | Threaded
Open this post in threaded view
|

Re: HTML5 tags

Esteban A. Maringolo
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
tty
Reply | Threaded
Open this post in threaded view
|

Re: HTML5 tags

tty
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 ----
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


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

Re: HTML5 tags

Paul DeBruicker
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
tty
Reply | Threaded
Open this post in threaded view
|

Re: HTML5 tags

tty
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!




---- On Fri, 23 Feb 2018 15:51:48 -0500 Paul DeBruicker<[hidden email]> wrote ----
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




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

Re: HTML5 tags

tty
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.



---- On Fri, 23 Feb 2018 15:51:48 -0500 Paul DeBruicker <[hidden email]> wrote ----
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




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