public
Description: A tiny web GUI toolkit for JavaScript, inspired by Shoes
Home | Edit | New

Text

Text Blocks

Text blocks can contain strings and text fragments.

banner([object style,] [string text | textfragment tf] …)
h1( … )
Banner font size : 48 pixels
title([object style,] [string text | textfragment tf] …)
h2( … )
Title font size : 36 pixels
subtitle([object style,] [string text | textfragment tf] …)
h3( … )
Subtitle font size : 26 pixels
tagline([object style,] [string text | textfragment tf] …)
h4( … )
Tagline font size : 18 pixels
caption([object style,] [string text | textfragment tf] …)
h5( … )
Caption font size : 14 pixels
inscription([object style,] [string text | textfragment tf] …)
h6( … )
Inscription font size : 10 pixels
para([object style,] [string text | textfragment tf] …) Para font size : 12 pixels

Text Fragments

code([object style,] [string text | textfragment tf] …) Code Fixed-width font
del([object style,] [string text | textfragment tf] …) Del Text with strikethrough
em([object style,] [string text | textfragment tf] …) Em Italic Style
ins([object style,] [string text | textfragment tf] …) Ins Text with underline
span([object style,] [string text | textfragment tf] …) Span No style
strong([object style,] [string text | textfragment tf] …) Strong Bold font weight
sub([object style,] [string text | textfragment tf] …) Sub Subscript
sup([object style,] [string text | textfragment tf] …) Sup Superscript
br() Br Line Break
link([object style,] [string text | textfragment tf] …) Link A hyperlink
Last edited by petejkim, Sun May 17 13:03:20 -0700 2009
Home | Edit | New
Versions: