A no frills context menu which just lists out the options in a white box.
|
| override void | BuildOption (StringBuilder builder, Option option) |
| | Adds an option to the builder. More...
|
| |
| void | close () |
| | Closes the window and its kids. More...
|
| |
| void | sendBackward () |
| | Sends this window to the back. More...
|
| |
| void | sendToBack () |
| | Sends this window to the back. More...
|
| |
| void | bringForward () |
| | Moves this window forward one place. More...
|
| |
| void | bringToFront () |
| | Brings this window to the front. More...
|
| |
| void | Visibility (bool visible, Window hidBy) |
| | Hides/ shows the window (without actually closing it). More...
|
| |
| void | trigger (string name) |
| | Triggers a 'window{name}' event in the root document. More...
|
| |
| void | trigger (string name, Dictionary< string, object > globals) |
| | Triggers a '{name}' event on the window itself, and optionally on the source element. More...
|
| |
| HtmlElement | GetAnchor (Dictionary< string, object > globals) |
| | The anchor element that triggered a window to open. Null if there wasn't one. More...
|
| |
| Window | GetVisibleWindow () |
| | When a window hides another, it may result in a linked list of hidden windows. This essentially finds the front of the linked list. More...
|
| |
| UnityEngine.Color | GetColour (string name, Dictionary< string, object > globals, UnityEngine.Color defaultValue) |
| | Gets a global of the given name as a colour. More...
|
| |
| int | GetInteger (string name, Dictionary< string, object > globals, int defaultValue) |
| | Gets a global of the given name as an integer. More...
|
| |
| double | GetDecimal (string name, Dictionary< string, object > globals, double defaultValue) |
| | Gets a global of the given name as a decimal. More...
|
| |
| T | Get< T > (string name, Dictionary< string, object > globals) |
| | Gets a global of the given name. More...
|
| |
| void | SetHtml (string html) |
| | Writes the windows HTML now. Collects element and optionally an iframe. More...
|
| |
| | WindowGroup (Manager manager) |
| | Creates a window group. More...
|
| |
| | WindowGroup () |
| |
| Window | get (string type, string url) |
| | Gets a window of the given type and pointing at the given URL. More...
|
| |
| Window | cycle (string type, string url, Dictionary< string, object > globals) |
| | Closes an open window or opens it if it wasn't already. More...
|
| |
| Window | open (string typeName, string url, Dictionary< string, object > globals) |
| | Opens a window. More...
|
| |
| void | ClearEvents () |
| | Clears all events on this document. More...
|
| |
| bool | dispatchEvent (Event e) |
| | Runs an event of the given name. More...
|
| |
| void | addEventListener (string name, EventListener listener) |
| | Adds an event listener to this document. More...
|
| |
| void | addEventListener (string name, EventListener listener, bool useCapture) |
| | Adds an event listener to this document. More...
|
| |
| void | removeEventListener (string name, object evtHandlerInternal) |
| | Removes an event listener from this document. More...
|
| |
| void | addEventListener (string name, AnimationEventDelegate method) |
| |
| void | addEventListener (string name, AudioProcessingEventDelegate method) |
| |
| void | addEventListener (string name, BeforeInputEventDelegate method) |
| |
| void | addEventListener (string name, BeforeUnloadEventDelegate method) |
| |
| void | addEventListener (string name, BlobEventDelegate method) |
| |
| void | addEventListener (string name, ClipboardEventDelegate method) |
| |
| void | addEventListener (string name, CloseEventDelegate method) |
| |
| void | addEventListener (string name, CompositionEventDelegate method) |
| |
| void | addEventListener (string name, CustomEventDelegate method) |
| |
| void | addEventListener (string name, CSSFontFaceLoadEventDelegate method) |
| |
| void | addEventListener (string name, DeviceLightEventDelegate method) |
| |
| void | addEventListener (string name, DeviceMotionEventDelegate method) |
| |
| void | addEventListener (string name, DeviceOrientationEventDelegate method) |
| |
| void | addEventListener (string name, DeviceProximityEventDelegate method) |
| |
| void | addEventListener (string name, DomEventDelegate method) |
| |
| void | addEventListener (string name, DOMTransactionEventDelegate method) |
| |
| void | addEventListener (string name, DragEventDelegate method) |
| |
| void | addEventListener (string name, EditingBeforeInputEventDelegate method) |
| |
| void | addEventListener (string name, ErrorEventDelegate method) |
| |
| void | addEventListener (string name, FetchEventDelegate method) |
| |
| void | addEventListener (string name, FocusEventDelegate method) |
| |
| void | addEventListener (string name, GamepadEventDelegate method) |
| |
| void | addEventListener (string name, HashChangeEventDelegate method) |
| |
| void | addEventListener (string name, IDBVersionChangeEventDelegate method) |
| |
| void | addEventListener (string name, InputEventDelegate method) |
| |
| void | addEventListener (string name, KeyboardEventDelegate method) |
| |
| void | addEventListener (string name, MediaStreamEventDelegate method) |
| |
| void | addEventListener (string name, MessageEventDelegate method) |
| |
| void | addEventListener (string name, MouseEventDelegate method) |
| |
| void | addEventListener (string name, MutationEventDelegate method) |
| |
| void | addEventListener (string name, OfflineAudioCompletionEventDelegate method) |
| |
| void | addEventListener (string name, PageTransitionEventDelegate method) |
| |
| void | addEventListener (string name, PointerEventDelegate method) |
| |
| void | addEventListener (string name, PopStateEventDelegate method) |
| |
| void | addEventListener (string name, ProgressEventDelegate method) |
| |
| void | addEventListener (string name, RelatedEventDelegate method) |
| |
| void | addEventListener (string name, RTCDataChannelEventDelegate method) |
| |
| void | addEventListener (string name, RTCIdentityErrorEventDelegate method) |
| |
| void | addEventListener (string name, RTCIdentityEventDelegate method) |
| |
| void | addEventListener (string name, RTCPeerConnectionIceEventDelegate method) |
| |
| void | addEventListener (string name, SensorEventDelegate method) |
| |
| void | addEventListener (string name, StorageEventDelegate method) |
| |
| void | addEventListener (string name, TextEventDelegate method) |
| |
| void | addEventListener (string name, TimeEventDelegate method) |
| |
| void | addEventListener (string name, TouchEventDelegate method) |
| |
| void | addEventListener (string name, TrackEventDelegate method) |
| |
| void | addEventListener (string name, TransitionEventDelegate method) |
| |
| void | addEventListener (string name, UIEventDelegate method) |
| |
| void | addEventListener (string name, UserProximityEventDelegate method) |
| |
| void | addEventListener (string name, WebGLContextEventDelegate method) |
| |
| void | addEventListener (string name, WheelEventDelegate method) |
| |
| void | addEventListener (string name, Nitro.DynamicMethod< Nitro.Void > listener) |
| |
| void | addEventListener (string name, Nitro.DynamicMethod< Nitro.Void > listener, bool capture) |
| |
| void | addEventListener (string name, ContextEventDelegate method) |
| |
| void | addEventListener (string name, SlideEventDelegate method) |
| |
| void | addEventListener (string name, PowerUI.SpriteEventDelegate method) |
| |
| void | addEventListener (string name, SVGEventDelegate method) |
| | Adds an event listener to this document. More...
|
| |
| void | addEventListener (string name, SVGZoomEventDelegate method) |
| |