eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_BackgroundAttachment':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_BackgroundAttachment (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Color and Background
Version:
rev: 1.9 date: 2008/09/03 09:55:06
user: cg
file: HTML__CSS_BackgroundAttachment.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newFixed
Return a background attachment set to fixed.

o  newScroll
Return a background attachment set to scroll.

required protocol
o  keyName
Return a key name for background-attachment.


Instance protocol:

interface-accessing
o  beScroll
Set the background attachment to scroll.

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


Examples:



    |attachment|
    attachment := BackgroundAttachment newFixed.
    attachment printHtmlString.


    |attachment|
    attachment := BackgroundAttachment newScroll.
    attachment printHtmlString.


ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 12:04:13 GMT