A B C D E G H I J K L M N O P R S T U W Z
A
- addEventListener - method in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Register a listener function in order to receive notification of a ChatBox event.
- addEventListener - method in class it.gotoandplay.smartfoxbits.bits.Connector
- Register a listener function in order to receive notification of a SmartFoxServer event.
- addEventListener - method in class it.gotoandplay.smartfoxbits.bits.RoomList
- Register a listener function in order to receive notification of a RoomList event.
- addEventListener - method in class it.gotoandplay.smartfoxbits.bits.UserList
- Register a listener function in order to receive notification of a UserList event.
- adminMessageHeader - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed before an Administrator message in the main chat area.
- autoConnect - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- Enable/disable the Connector's "auto-connect" feature.
- autoHide - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- Hide the LoginBox component before connection to SmartFoxServer and after a succesful login.
B
- backgroundWindow - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the background Window component.
- backgroundWindowTitle - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The title of the form fields background window.
- banButton - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the "ban" Button component.
- banButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The label of the "ban" button.
- banMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The message sent to a user when being banned by the Moderator.
- BaseEvent - class it.gotoandplay.smartfoxbits.events.BaseEvent
- The BaseEvent class is the base class for all the SFSEvent objects.
- BaseEvent - constructor in class it.gotoandplay.smartfoxbits.events.BaseEvent
- BaseEvent class constructor.
- BitEvent - class it.gotoandplay.smartfoxbits.events.BitEvent
- The SFSEvent class is the base class for all the event objects dispatched by the SmartFoxBits components, passed as parameters to event listeners when an event occurs.
- BitEvent - constructor in class it.gotoandplay.smartfoxbits.events.BitEvent
- BitEvent class constructor.
- buttonText - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The label of the "login" button.
C
- cancelButton - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the "cancel" Button component.
- ChatBox - class it.gotoandplay.smartfoxbits.bits.ChatBox
- The ChatBox class provides methods and properties to control the SmartFoxBits' ChatBox component behavior at author-time and run-time.
- ChatBox - constructor in class it.gotoandplay.smartfoxbits.bits.ChatBox
- ChatBox class constructor. Initializes the component.
- chatTextArea - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the chat TextArea component.
- clear - method in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Clear the chat area.
- clearButton - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the "clear" Button component.
- colorPicker - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the ColorPicker component.
- connect - method in class it.gotoandplay.smartfoxbits.bits.Connector
- Establish a connection with SmartFoxServer.
- connectedMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The message displayed by the Connector's label after a successful connection to SmartFoxServer.
- connectingMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The message displayed by the Connector's label during connection attempt.
- connection - read-only property in class it.gotoandplay.smartfoxbits.bits.Connector
- A reference to the SmartFoxClient class instance.
- connectionFailedMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The message displayed by the Connector's label if the connection attempt failed.
- connectionLostMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The message displayed by the Connector's label if the connection with SmartFoxServer was lost.
- Connector - class it.gotoandplay.smartfoxbits.bits.Connector
- The Connector class provides methods and properties to control the SmartFoxBits' Connector component behavior at author-time and run-time.
- Connector - constructor in class it.gotoandplay.smartfoxbits.bits.Connector
- Connector class constructor. Initializes the component at author-time.
- createNewEvent - Static method in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dynamically create an SFSEvent from an old-style SmartFoxServer event.
D
- debug - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- Enable/disable the Connector's debugging feature.
- defaultRoom - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The default room to join after a succesful login.
E
- enablePrivateChat - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- Enable/disable private chat and moderation features.
- errorsDisplayTime - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The number of seconds error messages must remain visible for.
- errorTextField - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the error message TextField.
- errorTextField - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the error message TextField.
G
- groupByRoomType - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Group rooms by type.
- groupMessages - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Group messages per sender.
H
- height - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The height of the ChatBox component on the stage, in pixels.
- height - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The height of the Connector component on the stage, in pixels.
- height - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The height of the LoginBox component on the stage, in pixels.
- height - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The height of the RoomList component on the stage, in pixels.
- height - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The height of the UserList component on the stage, in pixels.
I
- iconFunction - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to a custom method to be invoked when attaching the room icon movieclip.
- iconFunction - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to a custom method to be invoked when attaching the room icon movieclip.
- initialMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The initial message to be displayed inside the message input field.
- isConnected - read-only property in class it.gotoandplay.smartfoxbits.bits.Connector
- The current connection status.
J
- joinButton - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the "join"/"play" Button component.
- joinButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The label of the "join" button.
K
- kickButton - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the "kick" Button component.
- kickButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The label of the "kick" button.
- kickMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The message sent to a user when being kicked by the Moderator.
L
- labelFunction - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to a custom method to be invoked when rendering the room labels, to set their text.
- labelFunction - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to a custom method to be invoked when rendering the room labels, to set their text.
- labelMargin - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The space between the list item left border and the label.
- labelMargin - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The space between the list item left border and the label.
- labelPlacement - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The position of the Connector's label, to the right or to the left of the led.
- labelText - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The text of the label located above the message input field.
- layout - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The layout of the login form components.
- LoginBox - class it.gotoandplay.smartfoxbits.bits.LoginBox
- The LoginBox class provides methods and properties to control the SmartFoxBits' LoginBox component behavior at author-time and run-time.
- LoginBox - constructor in class it.gotoandplay.smartfoxbits.bits.LoginBox
- LoginBox class constructor. Initializes the component.
- loginButton - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the "login" Button component.
M
- messageHeader - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed before a message in the main chat area.
- messageLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the message input Label component.
- messageQueue - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The queue of sent and received messages.
- messageTextInput - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the message TextInput component.
- moderateLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the "moderation module" Label component.
- moderateLabelTxt - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The label text of the moderation module.
- moderatorMessageHeader - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed before a Moderator message in the main chat area.
N
- newPrivateMsgLabelColor - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The color of user label when a private message is received.
- noGuestLoginMsg - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The error message to be displayed in case of guest login attempt.
- notConnectedMessage - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The message displayed by the Connector's label before attempting to connect to SmartFoxServer.
O
- onAdminMessage - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a message from the Administrator is received.
- onBuddyList - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the buddy list is received.
- onBuddyListError - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when an error occurs while loading the buddy list.
- onBuddyListUpdate - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the status of a buddy in the buddy list changes.
- onBuddyRoom - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a response to the SmartFoxClient.getBuddyRoom() request is received.
- onClearClick - Static field in class it.gotoandplay.smartfoxbits.events.BitEvent
- Dispatched when a "clear" button is pressed in a SmartFoxBits component.
- onConnection - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the connection to SmartFoxServer succeeded or failed.
- onConnectionLost - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the connection with SmartFoxServer is lost.
- onCreateRoomError - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when an error occurs during the creation of a room.
- onDebugMessage - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a debug message is traced by the SmartFoxServer API.
- onExtensionResponse - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a response from a server-side extension is received.
- onJoinRoom - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a room is joined successfully.
- onJoinRoomError - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when an error occurs while joining a room.
- onLogin - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched after the login to SmartFoxServer has been attempted.
- onLogout - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched after the user logged out successfully.
- onModeratorMessage - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a message from a Moderator is received.
- onObjectReceived - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when an Actionscript object is received.
- onPrivateMessage - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a private message is received.
- onPublicMessage - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a public message is received.
- onRandomKey - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a response to the SmartFoxClient.getRandomKey() request is received.
- onRoomAdded - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a new room is created.
- onRoomChange - Static field in class it.gotoandplay.smartfoxbits.events.BitEvent
- Dispatched when the selected room in the SmartFoxBits' RoomList component has changed.
- onRoomDeleted - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a room is removed.
- onRoomLeft - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a room is left in multi-room mode, in response of a SmartFoxClient.leaveRoom() request.
- onRoomListUpdate - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the list of rooms available in the Zone is received.
- onRoomVariablesUpdate - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when room variables are updated in a certain room.
- onRoundTripResponse - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a response to the SmartFoxClient.roundTripBench() request is received.
- onSpectatorSwitched - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a response to the SmartFoxClient.switchSpectator() request is received.
- onUserChange - Static field in class it.gotoandplay.smartfoxbits.events.BitEvent
- Dispatched when the selected user in the SmartFoxBits' UserList component has changed.
- onUserCountChange - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when the user/spectator count of a room changed.
- onUserEnterRoom - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a user joins the current room.
- onUserLeaveRoom - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a user leaves the current room.
- onUserVariablesUpdate - Static field in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Dispatched when a user updates his/her User Variables.
P
- params - read,write property in class it.gotoandplay.smartfoxbits.events.BitEvent
- Object containing the parameters passed by the event.
- params - read,write property in class it.gotoandplay.smartfoxbits.events.SFSEvent
- Object containing the parameters passed by the event.
- passwordLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the "password" Label component.
- passwordLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the "password" Label component.
- passwordLabelText - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The label text of the password input field.
- passwordLabelText - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The label text of the password input field.
- passwordTextInput - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the "password" TextInput component.
- passwordTextInput - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the "password" TextInput component.
- playButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The label of the "play" button.
- privateChat - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the "private chat" ChatBox component.
- privateChatLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the "private chat module" Label component.
- privateChatLabelTxt - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The label text of the private chat module.
- privateChatMode - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Enable/disable the "private chat" mode.
- privateChatUserId - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The SmartFoxServer ID of the user the ChatBox is listeng to in "private chat" mode.
R
- refreshView - method in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Refresh the ChatBox view.
- refreshView - method in class it.gotoandplay.smartfoxbits.bits.Connector
- Refresh the Connector's view.
- refreshView - method in class it.gotoandplay.smartfoxbits.bits.LoginBox
- Refresh the LoginBox's view.
- refreshView - method in class it.gotoandplay.smartfoxbits.bits.RoomList
- Refresh the RoomList view.
- refreshView - method in class it.gotoandplay.smartfoxbits.bits.UserList
- Refresh the UserList view.
- removeEventListener - method in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Remove a listener from the ChatBox's event dispatcher, to stop receiving notification of an event.
- removeEventListener - method in class it.gotoandplay.smartfoxbits.bits.Connector
- Remove a listener from the Connector's event dispatcher, to stop receiving notification of an event.
- removeEventListener - method in class it.gotoandplay.smartfoxbits.bits.RoomList
- Remove a listener from the RoomList's event dispatcher, to stop receiving notification of an event.
- removeEventListener - method in class it.gotoandplay.smartfoxbits.bits.UserList
- Remove a listener from the UserList's event dispatcher, to stop receiving notification of an event.
- restrict - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The set of characters that a user may or may not enter into the message input field.
- restrict - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The set of characters that a user may or may not enter into the username input field.
- roomJoinAlert - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed in the main chat area when the user joins the chat room.
- RoomList - class it.gotoandplay.smartfoxbits.bits.RoomList
- The RoomList class provides methods and properties to control the SmartFoxBits' RoomList component behavior at author-time and run-time.
- RoomList - constructor in class it.gotoandplay.smartfoxbits.bits.RoomList
- RoomList class constructor. Initializes the component.
- roomsList - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the inner AdvancedList component.
- rowHeight - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The height of the list items.
- rowHeight - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The height of the list items.
S
- sendButton - read-only property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- A reference to the "send" Button component.
- sendButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The label of the "send" button.
- serverIpAddress - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The IP address of the server on which the SmartFoxServer instance is running.
- serverPort - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The TCP port of the server on which the SmartFoxServer instance is running.
- setPrivateChatUserId - method in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Set the SmartFoxServer ID of the user the ChatBox is listeng to in "private chat" mode.
- SFSEvent - class it.gotoandplay.smartfoxbits.events.SFSEvent
- The SFSEvent class is the base class for all the event objects dispatched by the SmartFoxBits components, passed as parameters to event listeners when an event occurs.
- SFSEvent - constructor in class it.gotoandplay.smartfoxbits.events.SFSEvent
- SFSEvent class constructor.
- showBackgroundWindow - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- Show/hide the LoginBox background window.
- showChatRooms - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the chat rooms inside the list.
- showClearButton - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Show/hide the "clear" button.
- showColorPicker - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Show/hide the color picker tool.
- showFocusRectangle - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- Show/hide the focus rectangle around the input field, the color picker and the send button.
- showFocusRectangle - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- Show/hide the focus rectangle around the input fields and the login button.
- showFocusRectangle - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the focus rectangle around the rooms list, the password input field, and the join/play/watch/cancel buttons.
- showFocusRectangle - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- Show/hide the focus rectangle around the user list, the private ChatBox, and the kick/ban buttons.
- showGameRooms - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the game rooms inside the list.
- showIcons - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the room icons.
- showIcons - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- Show/hide the user icons.
- showLimboRooms - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the limbo rooms inside the list.
- showPassword - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- Show/hide the password input field and label.
- showPrivateRooms - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Show/hide the private rooms (independently of their type).
- sortOrder - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The rooms' sorting order.
- sortOrder - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The users' sorting order.
- spacing - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The number of pixels dividing the ChatBox sub-components (message input field, color picker, send button, chat text area).
- spacing - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The number of pixels between the Connector's label and led.
- spacing - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The number of pixels dividing the form components (username and password inputs fields, login button, error message).
- spacing - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The number of pixels dividing the RoomList sub-components (password input field, join/play buttons, etc.).
- spacing - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The number of pixels dividing the UserList sub-components (private ChatBox, kick/ban buttons, etc.).
- statusLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.Connector
- A reference to the Connector's status label.
- systemAlertsColor - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The default color of system messages in the main chat area.
T
- target - read,write property in class it.gotoandplay.smartfoxbits.events.BaseEvent
- The target object who fired the event.
- type - read,write property in class it.gotoandplay.smartfoxbits.events.BaseEvent
- The event type.
U
- userEnterRoomAlert - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed in the main chat area whenever a user enters the chat room.
- userLeaveRoomAlert - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The html text displayed in the main chat area whenever a user leaves the chat room.
- UserList - class it.gotoandplay.smartfoxbits.bits.UserList
- The UserList class provides methods and properties to control the SmartFoxBits' UserList component behavior at author-time and run-time.
- UserList - constructor in class it.gotoandplay.smartfoxbits.bits.UserList
- UserList class constructor. Initializes the component.
- usernameLabel - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the "username" Label component.
- usernameLabelText - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The label text of the username input field.
- usernameTextInput - read-only property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- A reference to the "username" TextInput component.
- usersList - read-only property in class it.gotoandplay.smartfoxbits.bits.UserList
- A reference to the inner AdvancedList component.
- useSmartList - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- Enable/disable the "Smart List" feature.
- useSmartList - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- Enable/disable the "Smart List" feature.
W
- watchButton - read-only property in class it.gotoandplay.smartfoxbits.bits.RoomList
- A reference to the "watch" Button component.
- watchButtonText - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The label of the "watch" button.
- width - read,write property in class it.gotoandplay.smartfoxbits.bits.ChatBox
- The width of the ChatBox component on the stage, in pixels.
- width - read,write property in class it.gotoandplay.smartfoxbits.bits.Connector
- The width of the Connector component on the stage, in pixels.
- width - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The width of the LoginBox component on the stage, in pixels.
- width - read,write property in class it.gotoandplay.smartfoxbits.bits.RoomList
- The width of the RoomList component on the stage, in pixels.
- width - read,write property in class it.gotoandplay.smartfoxbits.bits.UserList
- The width of the UserList component on the stage, in pixels.
Z
- zone - read,write property in class it.gotoandplay.smartfoxbits.bits.LoginBox
- The SmartFoxServer zone (application) to login to.