FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help

Re: Inserting Image

  •  09-07-2006, 11:10 AM

    Re: Inserting Image

    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

View Complete Thread
www.freetextbox.com