eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_Position':

Home

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

Class: CSS_Position (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Positioning
Version:
rev: 1.9 date: 2018/04/26 10:33:31
user: cg
file: HTML__CSS_Position.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newAbsolute
Create a new color initialy set to absolute.

usage example(s):

    CSS_Position newAbsolute htmlString.

o  newFixed
Create a new color initialy set to fixed.

usage example(s):

    CSS_Position newFixed htmlString.

o  newRelative
Create a new color initialy set to relative.

usage example(s):

    CSS_Position newRelative htmlString.

o  newStatic
Create a new color initialy set to static.

usage example(s):

    CSS_Position newStatic htmlString.

required protocol
o  keyName
Return a key name for position.


Instance protocol:

interface-accessing
o  beAbsolute
Set the position to absolute.

o  beRelative
Set the position to relative.

o  beStatic
Set the position to static.

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; Fri, 29 Mar 2024 06:45:38 GMT