eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Anchor':

Home

everywhere
www.exept.de
for:
[back]

Class: Anchor (in HTML)


Inheritance:

   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

Class protocol:

required protocol
o  href: anUrlString
Build and return a new anchor
with the given url string.

o  href: anURLString with: aElementOrString
Build and return a new anchor
with the given url string.

o  tagName


Instance protocol:

interface-attributes
o  href
Return the hypertext reference of the anchor.

o  href: aHref

o  tabindex: anInteger
Set the tab index of the element, 0 if not tabbed.
Valid for <input> <button> <select> <textarea> <a>

o  target: aTarget
Set the target of the link.

queries
o  canHaveChild: anotherElement

o  isAnchor

o  isInlineElement

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 09 Feb 2012 03:20:32 GMT