eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Script':

Home

everywhere
www.exept.de
for:
[back]

Class: Script (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::Script

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Head
Version:
rev: 1.10 date: 2009/03/23 17:18:21
user: cg
file: HTML__Script.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  language: language src: src type: type
Create a new link with the necessary attributes.

required protocol
o  tagName


Instance protocol:

accessing
o  script: aScriptText

o  scriptText: aScriptText

interface-attributes
o  language
Return the href of the script.

o  language: language
Set the language of the Script.

o  src
Return the src of the script.

o  src: aSource
Set the src of the script.

o  type
Return the type of the script.

o  type: aType
Set the type of the script.

queries
o  canHaveChild: anElement

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

testing
o  isInlineElement

o  isScript



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