Kettic.AspNet Namespace |
Class | Description | |
---|---|---|
![]() |
AnimationScripts | |
![]() |
ClientControlEventAttribute |
Signifies that this Property should be exposed as a client-side event reference
|
![]() |
ClientControlMethodAttribute |
Signifies that this method should be exposed as a client callback
|
![]() |
ClientControlPropertyAttribute |
Signifies that this property is to be emitted as a client script property
|
![]() |
ClientPropertyNameAttribute |
Allows the mapping of a property declared in managed code to a property
declared in client script. For example, if the client script property is named "handle" and you
prefer the name on the TargetProperties object to be "Handle", you would apply this attribute with the value "handle."
|
![]() |
ClientScriptResourceAttribute |
Associates a client script resource with an extender class.
This allows the extender to find it's associated script and what
names and prefixes with which to reference it.
|
![]() |
ComponentReferenceAttribute |
Signifies that this property references a ScriptComponent
|
![]() |
Core | |
![]() |
ElementReferenceAttribute |
Specifies this property is an element reference and should be converted during serialization.
The default (e.g. cases without this attribute) will generate the element's ID
|
![]() |
EmbeddedSkinAttribute | |
![]() |
jQuery | |
![]() |
jQueryPlugins | |
![]() |
LocalizationStrings | |
![]() |
ModalExtender |
Clientside implementation of visual element resize functionality
|
![]() |
PopupBehavior |
Repository of old "Atlas" code that we're waiting to have integrated into the new Microsoft Ajax Library
|
![]() |
RequiredPropertyAttribute |
The presence of this attribute on a property of a subclass of
TargetControlPropertiesBase indicates that the property value is
required and the control can not be used without it. Absence of a
required property value causes an exception to be thrown during
creation of the control.
|
![]() |
RequiredScriptAttribute | |
![]() |
ResizeExtender |
Clientside implementation of visual element resize functionality
|
![]() |
ResolveControlEventArgs | |
![]() |
ScriptObjectBuilder |
Gets the script references for a type
|
![]() |
ScrollingScripts | |
![]() |
SkinRegistrar | |
![]() |
StateManager | |
![]() |
StronglyTypedStateManagedCollectionItemType |
Interface | Description | |
---|---|---|
![]() |
IClientStateManager |
Describes an object which supports ClientState
|
![]() |
IControl | |
![]() |
IControlResolver |
Describes an object that can be used to resolve references to a control by its ID
|
![]() |
IMarkableStateManager | |
![]() |
ISkinnableControl |
Delegate | Description | |
---|---|---|
![]() |
ResolveControlEventHandler |