AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageSelectorImage Members

The AdvantageSelectorImage type exposes the following members.

Constructors


  Name Description
Public method AdvantageSelectorImage
Initializes a new instance of the AdvantageSelectorImage class.

Methods


  Name Description
Public method AddImageElement(String, Int32, Int32)
Adds the image element.
Public method AddImageElement(String, Int32)
Adds the image element.
Public method AddImageElement(String, Int32, Int32, Int32)
Adds the image element.
Protected method CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Public method GetAdvantageImage
Gets the advantage image.
Public method GetCallbackResult
Gets the callback result.
Protected method OnInit
Raises the Init event.
Protected method OnLoad
Raises the Load event. Registers the client-side callback script required to exchange image-selection metadata with the server.
Protected method OnPreRender
Raises the PreRender event.
Public method RaiseCallbackEvent
Processes a callback event that targets a control.
Public method RenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
Public method RenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Public method SetAdvantageImage(AdvantageImage)
Sets the advantage image.

Fields


  Name Description
Public field _configuration
The configuration
Protected field lblAltText
The label alt text
Protected field pnlAltText
The PNL alt text
Protected field pnlHidden
The PNL hidden
Protected field RadMultiPage1
The RAD multi page1
Protected field RadTabStrip2
The RAD tab strip2
Protected field txtAdvantageImage
The text advantage image
Protected field txtAltText
The text alt text
Protected field txtConfiguration
The text configuration
Protected field txtDirectories
The text directories
Protected field txtLastImagePath
The text last image path
Protected field txtReturnImage
The text return image
Protected field txtSearchPattern
The text search pattern
Protected field txtTabNames
The text tab names
Protected field txtUseDerivative
The text use derivative

Properties


  Name Description
Public property CurrentDomain
Gets the domain currently scoped to this control.
Public property CurrentLanguage
Gets the language currently scoped to this control.
Public property CurrentSql
Gets the SQL helper scoped to the current request.
Public property CurrentUser
Gets the authenticated user executing the current request.
Public property Directories
Semi-colon (;) or comma (,) delimited list of paths
Public property ImageElements
Gets or sets the image elements.
Protected property ImageSettings
Gets the image settings.
Public property SearchPatterns
Semi-colon (;) or comma (,) delimited list of file search patterns (ie. *.jpg,*.png)
Public property TabNames
Semi-colon (;) or comma (,) delimited list of tab names
Protected property TagName
Gets the name of the control tag. This property is used primarily by control developers.