eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLAnchor':

Home

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

Class: HTMLAnchor


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--Array
               |
               +--HTMLElement
                  |
                  +--HTMLMarkup
                     |
                     +--HTMLAnchor
                        |
                        +--HTMLImage

Package:
stx:libhtml
Category:
System-Documentation
Version:
rev: 1.26 date: 2021/01/20 10:38:04
user: cg
file: HTMLAnchor.st directory: libhtml
module: stx stc-classLibrary: libhtml

Description:


an anchor element.
Please read the warning in HTMLElement.

No new features added; however, provides convenient access for
some heavily used values (attributes).

copyright

COPYRIGHT (c) 1996 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Instance protocol:

accessing
o  anchorText

o  anchorText: aString

o  color

o  color: something

o  hrefString

o  hrefString: aString

o  srcString

o  srcString: aString

printing & storing
o  displayOn: aGCOrStream
put a printed representation of the receiver for displaying onto aGCOrStream

queries
o  isCommandExample
is this an example which should be executed in a terminal?
<A type='commandexample'>...</a>

o  isCopyableExample
is this a code example to copy into a workspace.
<A type='copyexample'>...</a>

o  isExample
is this an executable smalltalk-code example´anchor
<A type='example'>...</a>

testing
o  isAnchor



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:43:38 GMT