The ImageGallery control resides on the page ftb.imagegallery.aspx. The control is not designed to function in concert with other controls as it attempts to resize itself to take up the entire browser window. There are a few important settings on the originating FreeTextBox control.
ImageGalleryUrl = this is the URL to the page where the ImageGallery control resides. This does not need to be changed unless you want to store ftb.imagegallery.aspx in a location other than the same folder in which the originating FreeTextBox page resides
On the ImageGallery control, there are several settings to customize the functionality of the control:
AcceptedFileTypes - an array of file extensions for valid image files
Instead of reading from the file system, a developer can override the folders and images presented to the user, by setting the following two properties:
CurrentDirectories - a string[] array of directories to allow the user to navigate toward
CurrentImages - a FileInfo[] array of files the user should be able to insert.
The ImageGallery allows images to be uploaded and used in FreeTextBox.
9/16/2013 11:24:40 AM - 65.51.79.98
Click to read this topic
7/13/2024 12:29:35 PM - 97.71.181.26
The ImageGallery allows images to be uploaded and used in FreeTextBox.
9/16/2013 11:24:40 AM - 65.51.79.98
Click to read this topic
7/13/2024 12:29:35 PM - 97.71.181.26
Click to read this topic
7/13/2024 12:29:35 PM - 97.71.181.26
The ImageGallery allows images to be uploaded and used in FreeTextBox.
9/16/2013 11:24:40 AM - 65.51.79.98
Click to read this topic
7/13/2024 12:29:35 PM - 97.71.181.26
The ImageGallery allows images to be uploaded and used in FreeTextBox.