|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.ScriptTag
public class ScriptTag
Defines a client-side script
| Method Summary | |
|---|---|
String |
getCharset()
Specifies the character encoding used in an external script file |
String |
getDefer()
Specifies that the script is executed when the page has finished parsing (only for external scripts) |
String |
getEvent()
getEvent. |
String |
getFor()
getFor. |
String |
getLanguage()
getLanguage. |
String |
getSrc()
Specifies the URL of an external script file |
String |
getType()
Specifies the MIME type of the script |
| Methods inherited from class org.anadix.html.HtmlElement |
|---|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getCharset()
public String getType()
public String getLanguage()
getLanguage.
String object.public String getSrc()
public String getDefer()
public String getEvent()
getEvent.
String object.public String getFor()
getFor.
String object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||