Hi All,
Finally, just found the solution how to insert image from gallery few days ago . It is pretty simple anyway.
1. Copy the 'ftb.imagegallery.aspx' into the same folder of ur .aspx page (where you implement freetexbox in it). DO NOT CHANGE anything to the file 'ftb.imagegallery.aspx'
2. Create folder to store ur image files, called: 'images'.
3. On your .aspx file, edit the FTB properties so they would have something like this:
< FTB : FreeTextBox ID ="FreeTextBox1" runat ="server" Text =' <%# Bind("nieuws_text") %> ' BackColor ="#ff6600"
Focus ="true" SupportFolder ="~/FreeTextBox/" JavaScriptLocation ="ExternalFile"
ButtonImagesLocation ="ExternalFile" ToolbarImagesLocation ="ExternalFile"
ToolbarStyleConfiguration ="NotSet" >
Make sure you set the 'external files' instead of 'internal files'. And also SupportFolder into 'FreeTextBox'
I think that is it. Good Luck!!!!
nizar