Table of Contents
Previews #
See GraffitiModal
About #
Container embedded in GraffitiModalInstance, which is in turn added to the parent DesktopWindow of a GraffitiModal class instance.
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
Action | data as Dictionary | None | This event is used internally and should not be implemented by users. |
EnterKeyPressed | None | None | Raised when the user has pressed the Enter or Return keys. |
EscapeKeyPressed | None | None | Raised when the user has pressed the Escape key. |
KeyPressed | key as String | None | Raised when the user has pressed any key on the keyboard that is not Enter, Return, or Escape and the Container has focus. |
Shown | None | None | Raised when the container has become visible, after animation has been completed. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Action | data as Dictionary | None | Passes data up the chain to the controlling GraffitiModal instance. Typically used for saving data to a database and hiding the modal. |
Properties #
This class exposes no properties.