Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Enumeration DebugScriptMode
public enum DebugScriptMode
| Member name | Description | |
|---|---|---|
| Default |
When the control is about to display a message, it uses the Popup mode. If it is failed, the Console and then Alert modes are used until the message is displayed correctly. |
|
| Popup |
All the messages will be shown in a popup window. |
|
| Console |
All the messages will be logged in a browser console (e.g. Firebug) if it is available. |
|
| Alert |
All the messages will be shown in alerts. |