eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_Background':

Home

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

Class: CSS_Background (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Color and Background
Version:
rev: 1.8 date: 2018/04/26 10:32:58
user: cg
file: HTML__CSS_Background.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

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

usage example(s):

    (CSS_Background newNoRepeatWithUrl:'/') htmlString.    

o  newWithUrl: aString repeat: repeatString
Create a new background-image with an url.

usage example(s):

    (CSS_Background newWithUrl:'/' noRepeat:true) htmlString.    

o  newXRepeatWithUrl: aString
Create a new background-image with an url.

usage example(s):

    (CSS_Background newXRepeatWithUrl:'/') htmlString.    

o  newYRepeatWithUrl: aString
Create a new background-image with an url.

usage example(s):

    (CSS_Background newYRepeatWithUrl:'/') htmlString.      

required protocol
o  keyName
Return a key name for background.


Instance protocol:

accessing
o  repeat

o  repeat: something

o  url

o  url: aString

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 11:09:42 GMT