Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Web.UI
Inheritance:
TComponent
»
TApplicationComponent
»
TClientScriptManager
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
R
Application
TApplication
current application instance. (inherited from
TApplicationComponent
)
R
HiddenFields
{unknown}
.
R
PradoScriptAssetUrl
string
Prado javascript library base asset url.
RP
RenderedScriptFiles
{unknown}
.
R
Request
THttpRequest
the current user request. (inherited from
TApplicationComponent
)
R
RequiresHead
boolean
whether THead is required in order to render CSS and js within head @since 3.
R
Response
THttpResponse
the response. (inherited from
TApplicationComponent
)
R
ScriptUrls
array
Returns the URLs of all script files referenced on the page .
R
Service
IService
the current service. (inherited from
TApplicationComponent
)
R
Session
THttpSession
user session. (inherited from
TApplicationComponent
)
R
StyleSheetUrls
array
Returns the URLs of all stylesheet files referenced on the page .
R
User
IUser
information about the current user. (inherited from
TApplicationComponent
)
Events
Methods
Name
Description
addParsedObject
Processes an object that is created during parsing template. (inherited from
TComponent
)
attachEventHandler
Attaches an event handler to an event. (inherited from
TComponent
)
canGetProperty
Determines whether a property can be read. (inherited from
TComponent
)
canSetProperty
Determines whether a property can be set. (inherited from
TComponent
)
P
checkIfNotInRender
Checks whether page rendering has not begun yet.
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
detachEventHandler
Detaches an existing event handler. (inherited from
TComponent
)
evaluateExpression
Evaluates a PHP expression in the context of this control. (inherited from
TComponent
)
evaluateStatements
Evaluates a list of PHP statements. (inherited from
TComponent
)
flushScriptFiles
Flushes all pending script registrations .
getCallbackReference
Returns javascript statement that create a new callback request object.
P
getDefaultButtonOptions
default button options.
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
P
getPackagePathUrl
tuple($path,$url).
S
getPradoPackages
.
S
getPradoScripts
.
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
hasBeginScripts
true if any begin scripts are registered.
hasEndScripts
true if any end scripts are registered.
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
isBeginScriptRegistered
whether there is a beginning javascript block registered with the specified key.
isEndScriptRegistered
whether there is an ending javascript block registered with the specified key.
isHeadScriptFileRegistered
whether there is a head javascript file registered with the specified key.
isHeadScriptRegistered
whether there is a head javascript block registered with the specified key.
isHiddenFieldRegistered
whether there is a hidden field registered with the specified key.
isScriptFileRegistered
whether there is a javascript file registered with the specified key.
isStyleSheetFileRegistered
whether there is a CSS file registered with the specified key.
isStyleSheetRegistered
whether there is a CSS block registered with the specified key.
markScriptFileAsRendered
.
publishAsset
Publishes a private asset and gets its URL. (inherited from
TApplicationComponent
)
publishFilePath
Publishes a file or directory and returns its URL. (inherited from
TApplicationComponent
)
raiseEvent
Raises an event. (inherited from
TComponent
)
registerBeginScript
Registers a javascript script block at the beginning of the form .
registerCallbackControl
Registers callback javascript for a control.
registerDefaultButton
Register a default button to panel.
registerEndScript
Registers a javascript script block at the end of the form .
registerFocusControl
Registers the control to receive default focus.
registerHeadScript
Registers a javascript block in the page head.
registerHeadScriptFile
Registers a javascript file in the page head .
registerHiddenField
Registers a hidden field to be rendered in the form.
registerPostBackControl
Registers postback javascript for a control.
registerPradoScript
Registers Prado javascript by library name.
P
registerPradoScriptInternal
Registers a Prado javascript library to be loaded.
registerScriptFile
Registers a javascript file to be rendered within the form .
registerStyleSheet
Registers a CSS block to be rendered in the page head .
registerStyleSheetFile
Registers a CSS file to be rendered in the page head The CSS files in themes are registered in onPreRenderComplete if you want to override CSS styles in themes you need to register it after this event is completed.
renderAllPendingScriptFiles
.
renderBeginScripts
.
renderEndScripts
.
renderHeadScriptFiles
.
renderHeadScripts
.
renderHiddenFieldsBegin
.
renderHiddenFieldsEnd
.
P
renderHiddenFieldsInt
.
P
renderScriptFiles
.
renderScriptFilesBegin
.
renderScriptFilesEnd
.
renderStyleSheetFiles
.
renderStyleSheets
.
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
Derived classes