ControlResources Class |
Namespace: Dynamicweb.Controls
The ControlResources type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlResources | Initializes a new instance of the ControlResources class |
| Name | Description | |
|---|---|---|
| CombineOutput |
Gets or sets value indicating whether to combine and compress output.
| |
| Conditions |
Gets the collection of conditions that specifies how to handle particular resources.
| |
| IncludeClientSideSupport |
Gets or sets value indicating whether to include client-side support for this object.
| |
| IncludeDynamicwebScreen |
Gets or sets value indicating whether to include Dynamicweb Screen Javascript library.
| |
| IncludejQuery |
Gets or sets value indicating whether to include jQuery Javascript library.
| |
| IncludeMaxLength |
Gets or sets value indicating whether to include MaxLength Javascript library.
| |
| IncludePrototype |
Gets or sets value indicating whether to include Prototype Javascript library.
| |
| IncludeRequireJS |
Gets or sets value indicating whether to include RequireJS Javascript library.
| |
| IncludeScriptaculous |
Gets or sets value indicating whether to include Scriptaculous Javascript library.
| |
| IncludeUIStylesheet |
Gets or sets value indicating whether to include main UI stylesheet.
| |
| IncludeUtilities |
Gets or sets value indicating whether to include library with utility classes for this object.
| |
| Items |
Gets the collection of resources that should be appended to the output of this instance.
| |
| MergeOutput |
Gets or sets value indicating whether to merge control output with output from previous calls to the same control (even using different control instances).
| |
| UrlHelper |
Gets the URL helper.
|
| Name | Description | |
|---|---|---|
| AddContentBlock |
Adds new block of raw content to the current page output.
| |
| AddPredefinedResource(ControlResourcesPredefinedResource) |
Adds new predefined resource to the current request.
| |
| AddPredefinedResource(ControlResourcesPredefinedResource, String) |
Adds new predefined resource to the current request.
| |
| AddResourceFile |
Adds new resource file to the current request.
| |
| AddScriptBlock |
Adds new <script> block to the current page output.
| |
| AddStyleBlock |
Adds new <style> block to the current page output.
| |
| BlockResources |
Prevents all the instances of the given control from loading resources.
| |
| CheckProperties |
Checks control properties and adds corresponding predefined resources.
| |
| ClearOutput |
Removes any resource includes from the entry page output.
| |
| Embed |
Embeds new resource into the page.
| |
| EmbedRange |
Embeds a set of resources into the page.
| |
| GetPageInstance |
Returns an instance of the handler defined on a current page.
| |
| GetResourceLocation |
Retrieves resource location path.
| |
| HasResolution |
Determines whether specified resolution is defined on a specified resource.
| |
| OnInit |
Raises "Init" event.
| |
| RenderControl |
Renders control.
|