AssetUrlSelector Members
Include Protected Members
Include Inherited Members
Renders HTML input field and button or generates JavaScript that launches the Asset Picker dialog box used to select a link or image URL from a site collection.
The AssetUrlSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssetUrlSelector | Constructs a new AssetUrlSelector object. |
Top
Properties
Name | Description | |
---|---|---|
AccessibilityName | Gets or sets the string that appears as the Microsoft Active Accessibility (MSAA) name used by Web user interface (UI) accessibility tools. | |
AccessKey | (Inherited from WebControl.) | |
Adapter | (Inherited from Control.) | |
AllowExternalUrls | A flag that determines whether the AssetUrl value is validated to ensure that it is in the current site collection. | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AssetPickerButtonVisible | Determines if the button control used to launch the Asset Picker dialog box is rendered. | |
AssetTextClientID | Gets or sets the client ID used to find the HTML element for the URL value returned from the Asset Picker dialog box. | |
AssetUrl | Gets or sets the URL that the user has been typed or selected and enters it in the Asset URL text box. | |
AssetUrlClientID | Gets or sets the client ID used to find the HTML element for the URL value returned from the Asset Picker dialog box. | |
AssetUrlTextBoxVisible | Determines whether the text box for the AssetUrl is rendered. | |
Attributes | (Inherited from WebControl.) | |
AutoPostBack | Determines whether the page automatically posts information back to the server whenever the Asset Picker dialog box returns a value or when the user presses the ENTER or TAB key in the Asset URL text box. | |
BackColor | (Inherited from WebControl.) | |
BindingContainer | (Inherited from Control.) | |
BorderColor | (Inherited from WebControl.) | |
BorderStyle | (Inherited from WebControl.) | |
BorderWidth | (Inherited from WebControl.) | |
ButtonType | Gets or sets the style for the Asset Picker button. | |
ChildControlsCreated | (Inherited from Control.) | |
ClientCallback | Gets or sets a client JavaScript string that specifies a function to call when the Asset Picker dialog box returns a value. | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
ControlStyle | (Inherited from WebControl.) | |
ControlStyleCreated | (Inherited from WebControl.) | |
CssClass | (Inherited from WebControl.) | |
CssTextBox | Gets or sets the cascading style sheet (CSS) class for the Asset URL text box. | |
DecodeUrlPath | Determines if the path of the URL value, up to any # or ? character, is URL-decoded before the AssetUrl property returns it. | |
DefaultOpenLocationUrl | Gets or sets the URL to a location in this site collection to add to the top of the "Look In" section of the Asset Picker dialog box. | |
DefaultToLastUsedLocation | Determines whether the last stored location is used to determine the initial location when the Asset Picker dialog box opens. | |
DesignMode | (Inherited from Control.) | |
DisplayLookInSection | Determines whether the "Look In" locations section are hidden when the Asset Picker dialog box is launched. | |
Enabled | (Inherited from WebControl.) | |
EnableTheming | (Inherited from WebControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
Font | (Inherited from WebControl.) | |
ForeColor | (Inherited from WebControl.) | |
HasAttributes | (Inherited from WebControl.) | |
HasChildViewState | (Inherited from Control.) | |
Height | (Inherited from WebControl.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsEnabled | (Inherited from WebControl.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsUrlRequired | Determines if the AssetUrl value is validated to ensure that it is not empty. | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
MaxLength | Gets or sets the maximum character length for the asset URL text box. | |
NamingContainer | (Inherited from Control.) | |
OverrideDialogDescription | Gets or sets instructional description text displayed in the upper area of the Asset Picker dialog box. | |
OverrideDialogFeatures | Gets or sets the window features string used when the Asset Picker dialog box opens. | |
OverrideDialogImageUrl | Gets or sets the URL to the image appearing at the top of the Asset Picker dialog box. | |
OverrideDialogTitle | Gets or sets the title text of the Asset Picker dialog box. | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
PickerButtonImage | Gets and sets the URL for the image when ButtonType is set to ButtonType.Image. Uses a default image when none is specified. | |
PickerButtonText | Gets or sets the text for the button used to launch the Asset Picker dialog box. | |
PrimaryInputControl | This member is reserved for internal use and is not intended to be used directly from your code. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from WebControl.) | |
Style | (Inherited from WebControl.) | |
TabIndex | (Inherited from WebControl.) | |
TagKey | (Inherited from WebControl.) | |
TagName | (Inherited from WebControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
ToolTip | (Inherited from WebControl.) | |
UniqueID | (Inherited from Control.) | |
UseImageAssetPicker | Determines if the Asset Picker dialog box is launched for the purpose of selecting an image URL. | |
ValidateUrl | Determines if the AssetUrl property value is validated to ensure that it is safe and valid. | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
Width | (Inherited from WebControl.) |
Top
Methods
Name | Description | |
---|---|---|
AddAttributesToRender | (Inherited from WebControl.) | |
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyle | (Inherited from WebControl.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
CopyBaseAttributes | (Inherited from WebControl.) | |
CreateChildControls | (Inherited from Control.) | |
CreateControlCollection | (Inherited from Control.) | |
CreateControlStyle | (Inherited from WebControl.) | |
DataBind() | (Inherited from Control.) | |
DataBind(Boolean) | (Inherited from Control.) | |
DataBindChildren | (Inherited from Control.) | |
Dispose | (Inherited from Control.) | |
EnsureChildControls | (Inherited from Control.) | |
EnsureID | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindControl(String) | (Inherited from Control.) | |
FindControl(String, Int32) | (Inherited from Control.) | |
Focus | (Inherited from Control.) | |
GetClientLaunchPickerReference() | Generates a client JavaScript string that opens the Asset Picker dialog box with the configuration specified by the properties of this control. | |
GetClientLaunchPickerReference(String) | Generates a client JavaScript string used to open the Asset Picker dialog box with the configuration specified by the properties of this control. | |
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadViewState | (Inherited from WebControl.) | |
MapPathSecure | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
MergeStyle | (Inherited from WebControl.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnDataBinding | (Inherited from Control.) | |
OnInit | (Inherited from Control.) | |
OnLoad | (Inherited from Control.) | |
OnPreRender | (Inherited from Control.) | |
OnUnload | (Inherited from Control.) | |
OpenFile | (Inherited from Control.) | |
RaiseBubbleEvent | (Inherited from Control.) | |
RemovedControl | (Inherited from Control.) | |
Render | (Inherited from WebControl.) | |
RenderBeginTag | (Inherited from WebControl.) | |
RenderChildren | (Inherited from Control.) | |
RenderContents | (Inherited from WebControl.) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
RenderEndTag | (Inherited from WebControl.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from WebControl.) | |
SetDesignModeState | (Inherited from Control.) | |
SetRenderMethodDelegate | (Inherited from Control.) | |
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from WebControl.) |
Top
Events
Name | Description | |
---|---|---|
AssetUrlChanged | Event that occurs when the Asset Picker dialog box returns a value and AutoPostBack is set to true. | |
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPostBackEventHandler.RaisePostBackEvent | ||
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IAttributeAccessor.GetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IAttributeAccessor.SetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top