Config class - loads config from external file. Manages access to the values.
1.0
© TheoWorlds.com, 2007-2009.
| com. | Config class - loads config from external file. |
| Functions | |
| dispatchEvent | |
| addEventListener | |
| removeEventListener | |
| Variables | |
| socketServer | |
| ip | |
| port | |
| username | |
| password | |
| targetRoomName | |
| targetMapUrl | |
| configUrl | |
| moderator_name | |
| moderator_pass | |
| maxMessageLength | the maximum number of characters in a message if the previous text bubble didn’t disappear yet, and the sum of the new message and the old message characters is less then _maxTextLength, then the new message is added to the existing bubble (appended) |
| editMode | |
| ignoreCharacterCollision | |
| _isConfigSuccessed | |
| todoTileAction | |
| _xml | |
| __instance | |
| emoticonsON | |
| emoticonsConfigUrl | |
| Functions | |
| Config | |
| getInstance | |
| getConfig | |
| parseConfig | |
| Variables | |
| chatCharactersColors | predefined chat message colors borders. |
| Properties | |
| isConfigSuccessed |
public static var maxMessageLength: Number
the maximum number of characters in a message if the previous text bubble didn’t disappear yet, and the sum of the new message and the old message characters is less then _maxTextLength, then the new message is added to the existing bubble (appended)
function dispatchEvent():Void
function addEventListener():Void
function removeEventListener():Void
public static var socketServer: String
public static var ip: String
public static var port: Number
public static var username: String
public static var password: String
public static var targetRoomName: String
public static var targetMapUrl: String
public static var configUrl: String
public static var moderator_name: String
public static var moderator_pass: String
the maximum number of characters in a message if the previous text bubble didn’t disappear yet, and the sum of the new message and the old message characters is less then _maxTextLength, then the new message is added to the existing bubble (appended)
public static var maxMessageLength: Number
public static var editMode: Boolean
public static var ignoreCharacterCollision: Boolean
private static var _isConfigSuccessed: Boolean
public static var todoTileAction: Boolean
private var _xml: XML
private static var __instance: Config
public static var emoticonsON: Boolean
public static var emoticonsConfigUrl: String
private function Config()
public static function getInstance():Config
public function getConfig( url: String ):Void
private function parseConfig( success: Boolean ):Void
predefined chat message colors borders.
public static var chatCharactersColors
public static function get isConfigSuccessed():Boolean