eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_BackgroundImage':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_BackgroundImage (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Color and Background
Version:
rev: 1.10 date: 2008/09/03 09:54:18
user: cg
file: HTML__CSS_BackgroundImage.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newWithUrl: aString
Create a new background-image with an url.

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


Instance protocol:

accessing
o  url: aString

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


Examples:



    |image|
    image := CSS_BackgroundImage with:'url(/files/smiley_laugh.gif)'.
    image printHtmlString.


    CSS_BackgroundImage newNone printHtmlString.




ST/X 6.1.1; WebServer 1.620 at exept:8081; Sat, 11 Feb 2012 00:25:38 GMT