Test document for STX HTML browsers' add ons


Continue in testSTX2.html
National characters
áàâä óòôö úùûü ñ    äÄöÖüÜ

ÁÀÂÄ ÓÒÔÖ ÚÙÛÜ Ñ åÅ
Some special characters

® -> ®
© -> ©
² -> ²
³ -> ³

Greek characters

α β χ δ ε γ ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ ψ ω
Α Β Χ Δ Ε Γ Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Ψ Ω

Math characters

∀ &exists; ℵ ∏ ∑ ⊂ ⊃

Greek header: α to Ω


Indented paragraphs

this is a normal (default) paragraph
<- here was a break

this is a paragraph with indent
<- here was a break

this is a paragraph with more indent
<- here was a break

this is a paragraph with less indent
<- here was a break

this is a paragraph with big indent
<- here was a break

this is a normal paragraph again
<- here was a break


Tabulators

noctambulant - walking at night
(from latin: nox noctis = night + ambulare = walk)

verbleuen - to hit, to beat
(from oldGerman: bleuwar = stick)


Internal images

unknown
text
binary
sound
dir

External images

gif
tiff
jpg
png


Normal code example:
    Transcript showCR:'hello world'

Executable example:

    Transcript showCR:'hello world'
Example with a syntax error:
    + 4
Example with runtime error:
    nil error:'some error'
HREF with smalltalk action (alternative for non-ST/X browsers):

open a browser

HREF with smalltalk-generated plainText (alternative for non-ST/X browsers):

see sourceCode of Collection>>collect:

HREF with smalltalk-generated htmlText (alternative for non-ST/X browsers):

see Array doc

HREF with script action (alternative for non-ST/X browsers):

execute a smalltalk script

Button with smalltalk action:

To start a browser, press: .


Continue in testSTX2.html

Doc $Revision: 1.8 $ $Date: 2020/11/04 11:21:32 $