|
Class: HTMLScript
Object
|
+--Collection
|
+--SequenceableCollection
|
+--ArrayedCollection
|
+--Array
|
+--HTMLElement
|
+--HTMLMarkup
|
+--HTMLScript
- Package:
- stx:libhtml
- Category:
- System-Documentation
- Version:
- rev:
1.13
date: 2023/02/07 19:05:44
- user: cg
- file: HTMLScript.st directory: libhtml
- module: stx stc-classLibrary: libhtml
Attention: Please read the warning in HTMLElement.
I represent a script in an html document.
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
-
language
-
return language
-
scriptObject
-
return scriptObject
-
scriptObject: something
-
set scriptObject
-
scriptText
-
return scriptText
-
scriptText: aScriptText
-
set scriptText
-
src
-
return source
testing
-
isScriptElement
-
|