eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Heading6':

Home

everywhere
www.exept.de
for:
[back]

Class: Heading6 (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::Heading
            |
            +--HTML::Heading6

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-BlockLevel
Version:
rev: 1.7 date: 2005/08/08 13:15:48
user: cg
file: HTML__Heading6.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

required protocol
o  tagName


Instance protocol:

accessing
o  level


Examples:


Create heading6 in document: [exBeginn] |document| document := Document new. document addHeading6:'This is a heading6.'. document printHtmlString. Create a heading6:


    |heading|
    heading := Heading6 with:'This is a heading6.'.
    heading printHtmlString.


ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:21:36 GMT