eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_BackgroundImage':

Home

Documentation
www.exept.de
Everywhere
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-HTML-StyleSheet-Color and Background
Version:
rev: 1.12 date: 2018/04/26 10:33:34
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.

usage example(s):

    (CSS_BackgroundImage newWithUrl:'/') htmlString.   

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 htmlString.
    CSS_BackgroundImage newNone htmlString.


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