Classes | |
| class | PowerUI.Document |
| Represents a HTML Document. UI.document is the main UI document. Use PowerUI.Document.innerHTML to set it's content. More... | |
Namespaces | |
| PowerUI | |
| The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |
Constant Groups | |
| PowerUI | |
| The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |
Functions | |
| delegate void | PowerUI.TitleChange (Document document) |
| A delegate used when the title or tooltip of a document changes. See Document.OnTitleChange and Document.OnTooltipChange. More... | |
| delegate void | PowerUI.OnSizeChange () |
| A delegate used when the dimensions of this document changes. More... | |
| delegate bool | PowerUI.InputEvent (UIEvent e) |
| A delegate used when a keydown/up is received. More... | |