Click or drag to resize
ImageSelector Properties

The ImageSelector type exposes the following members.

Properties
  NameDescription
Public propertyAlternateText
Gets or sets the alternate text value for the image
Public propertyClearPathButton
Clear path button.
Public propertyCulture
Interface culture of the control.
Public propertyDefaultValue
Default value.
Public propertyDialogConfig
Configuration of the dialog for inserting Images.
Public propertyEnabled
Enabled.
(Overrides WebControlEnabled.)
Public propertyEnableOpenInFull
Enable open in full size behavior.
Public propertyImageCssClass
CSS class of the image preview.
Public propertyImageHeight
Height of the image preview.
Public propertyImageMaxSideSize
Image max side size.
Public propertyImagePathTextBox
Image path textbox.
Public propertyImagePreviewControl
Image preview control.
Public propertyImageStyle
CSS style of the image preview.
Public propertyImageWidth
Width of the image preview.
Public propertyIsLiveSite
Indicates if control is used in live site mode.
Public propertySelectImageButton
Button invoking the image selection dialog.
Public propertyShowClearButton
Indicates if the Clear button should be displayed.
Public propertyShowImagePreview
Indicates if the image preview be displayed.
Public propertyShowTextBox
Indicates if the path textbox should be displayed.
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyUseImagePath
Indicates whether image path (TRUE) or path with node guid (FALSE) should be returned to the textbox field.
Public propertyValue
Selector value: UseImagePath is set to FALSE -> selector value is Node GUID, UseImagePath is set to TRUE -> selector value is file path.
Top
See Also