public static class Html5.SCRIPT extends Html4.SCRIPT implements Html5.ParentElement<Html5.SCRIPT,Html4.SCRIPT>
<script>
.TYPE
Constructor and Description |
---|
SCRIPT() |
Instance Methods | |
---|---|
Html5.SCRIPT |
async(boolean value)
Set boolean attribute
async . |
Html5.SCRIPT |
charset(CharSequence value)
Set attribute
charset="{value}" . |
Html5.SCRIPT |
crossorigin(CharSequence value)
Set attribute
crossorigin="{value}" . |
Html5.SCRIPT |
defer(boolean value)
Set boolean attribute
defer . |
Html5.SCRIPT |
src(CharSequence value)
Set attribute
src="{value}" . |
Html5.SCRIPT |
type(CharSequence value)
Set attribute
type="{value}" . |
getElementType
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translate
attr, getAttribute, setAttribute
public Html5.SCRIPT async(boolean value)
async
.public Html5.SCRIPT charset(CharSequence value)
charset="{value}"
.charset
in class Html4.SCRIPT
public Html5.SCRIPT crossorigin(CharSequence value)
crossorigin="{value}"
.public Html5.SCRIPT defer(boolean value)
defer
.defer
in class Html4.SCRIPT
public Html5.SCRIPT src(CharSequence value)
src="{value}"
.src
in class Html4.SCRIPT
public Html5.SCRIPT type(CharSequence value)
type="{value}"
.type
in class Html4.SCRIPT