|
|
Class: Anchor (in HTML)
Object
|
+--HTML::AbstractElement
|
+--HTML::AbstractHTMLElement
|
+--HTML::Anchor
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-ModelTree-Inline
- Version:
- rev:
1.20
date: 2008/11/01 18:33:24
- user: stefan
- file: HTML__Anchor.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
required protocol
-
href: anUrlString
-
Build and return a new anchor
with the given url string.
-
href: anURLString with: aElementOrString
-
Build and return a new anchor
with the given url string.
-
tagName
-
interface-attributes
-
href
-
Return the hypertext reference of the anchor.
-
href: aHref
-
-
tabindex: anInteger
-
Set the tab index of the element, 0 if not tabbed.
Valid for <input> <button> <select> <textarea> <a>
-
target: aTarget
-
Set the target of the link.
queries
-
canHaveChild: anotherElement
-
-
isAnchor
-
-
isInlineElement
-
required-visiting
-
acceptHTMLVisitor: aVisitor
-
visitor pattern: dispatch me to the visitor
|