| Class Summary | |
|---|---|
| jsx3.html.BlockTag | Represents an HTML element that occupies a rectangle of the screen. |
| jsx3.html.FontTag | Represents an HTML element that defines font styles. |
| jsx3.html.Tag | Represents an HTML element. |
| jsx3.html.Text | Represents an HTML text node. |
| Method Summary | |
|---|---|
| static void | Copies the given string of text to the clipboard |
| static jsx3.app.Model | Traverses the browser DOM up from objGUI and returns the first GI DOM node that contains
objGUI. |
| static void | getOuterHTML(objElement : HTMLElement) Returns the serialized HTML representation of objElement. |
| static void | loadImages(varImages : String... | jsx3.net.URI... | Array<String | jsx3.net.URI>) Pre-loads images into the HTML page so that they are available immediately when a control paints them. |
| static String | paste() Returns the current text content of the clipboard |
| static void | Replaces the children of objElement with a text node of value strText. |
| static void | Replaces objElement with an HTML snippet, strHTML. |
| Method Detail |
|---|
objGUI and returns the first GI DOM node that contains
objGUI.objElement.objElement with a text node of value strText.objElement with an HTML snippet, strHTML.