eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_Display':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CSS_Display (in HTML)


Inheritance:

   Object
   |
   +--HTML::CSS_AbstractStyleObject
      |
      +--HTML::CSS_AbstractStyleProperty
         |
         +--HTML::CSS_Display

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Classification Properties
Version:
rev: 1.7 date: 2018/04/26 10:33:33
user: cg
file: HTML__CSS_Display.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newBlock
Create a new color initialy set to aqua.

usage example(s):

    CSS_Display newBlock htmlString. 

o  newInline
CSS_Display newInline htmlString.

o  newListItem
CSS_Display newListItem htmlString.

required protocol
o  keyName
Return a key name for color.


Instance protocol:

interface-accessing
o  beBlock
a line break before and after the element

o  beInline
no line break before and after the element

o  beInlineBlock
no line break before and after the element

usage example(s):

     CSS_Display new beInlineBlock htmlString.

o  beListItem
same as block except a list-item marker is added

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 10:32:02 GMT