Actually, with cascading, simple hmtl is easier in smalltalk...

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

Actually, with cascading, simple hmtl is easier in smalltalk...

tty
Example:


html paragraph:[html text:'These classes automatically hide the element on screen sizes '; emphasis:'below'; text:' what is specified in the class. So '; code:'.show-for-medium';  text:' will hide the element on small, and show it on medium and larger.']
No close tags to worry about. html text:emphasis;text;code;text.

pretty nifty imho




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

Re: Actually, with cascading, simple hmtl is easier in smalltalk...

Sean P. DeNigris
Administrator
gettimothy wrote
>  No close tags to worry about…pretty nifty imho

Yep! That's the beauty of OOP. HTML et al are the assemblers of web dev ;-)



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Cheers,
Sean