|
Class: HTMLAnchor
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
an anchor element.
Please read the warning in HTMLElement.
No new features added; however, provides convenient access for
some heavily used values (attributes).
copyrightCOPYRIGHT (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.
accessing
-
anchorText
-
-
anchorText: aString
-
-
color
-
-
color: something
-
-
hrefString
-
-
hrefString: aString
-
-
srcString
-
-
srcString: aString
-
printing & storing
-
displayOn: aGCOrStream
-
put a printed representation of the receiver for displaying onto aGCOrStream
queries
-
isCommandExample
-
is this an example which should be executed in a terminal?
<A type='commandexample'>...</a>
-
isCopyableExample
-
is this a code example to copy into a workspace.
<A type='copyexample'>...</a>
-
isExample
-
is this an executable smalltalk-code example´anchor
<A type='example'>...</a>
testing
-
isAnchor
-
|