Web Controls
Atlas implements the Sys.UI
namespace, which contains several web controls
useful to the Atlas developer. Every control in Sys.UI supports the following two properties:
|
Property |
Description |
|---|---|
|
|
The associated Atlas client-side control |
|
|
The associated HTML element |
Sys.UI.Control (General Class)
|
Method |
Description |
|---|---|
|
|
Constructor, providing the associated HTML element |
|
|
Returns the element’s access key |
|
|
Sets the element’s access key |
|
|
Returns the element’s associated element |
|
|
Returns a list of all behaviors attached to the element |
|
|
Returns the element’s CSS class |
|
|
Sets the element’s CSS class |
|
|
Returns the element’s data context |
|
|
Whether the element is enabled or not |
|
|
Enables or disables the element |
|
|
Returns the element’s parent element |
|
|
Sets the element’s parent element |
|
|
Returns the element’s |
|
|
Returns the element’s |
|
|
Sets the element’s |
|
|
Returns the element’s display mode |
|
|
Sets the element’s display mode |
|
|
Whether the element is visible or not |
|
|
Makes ... |