in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Upgrading FTB: I want to browse and upload pictures, no more "Enter a URL" please!

Last post 08-26-2008 12:53 AM by sean.vox. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 08-21-2008 3:06 AM

    Upgrading FTB: I want to browse and upload pictures, no more "Enter a URL" please!

    Hi everyone!  I am happy to be back on these forums.  Ive been busy with the actionscript side of the world!

    Is there a simple way to enable image browsing/uploading within FTB?  Thanks!

     

    -Sean

  • 08-21-2008 6:42 AM In reply to

    Re: Upgrading FTB: I want to browse and upload pictures, no more "Enter a URL" please!

    Hi,

    I did use the FTB gallery option. From memory I used code like this:

            <FTB:ImageGallery id="ImageGallery1"
                JavaScriptLocation="ExternalFile"
                UtilityImagesLocation="ExternalFile"
                SupportFolder="~/js/FreeTextBox/"
                AllowImageDelete="true"
                AllowImageUpload="true"
                AllowDirectoryCreate="true"
                AllowDirectoryDelete="false"
                runat="Server" />
     

    To call the FTB on the adverts and anywhere else it was needed so you could double click the image(s) to insert them in the paragraph parts of the pages like ads and I think in the category admin etc. I do not remember there being any issues with it. On the editor.aspx I added "InsertImageFromGallery" to the FTB menu - that was all I think.

    Regards,

    Steve

  • 08-25-2008 7:31 PM In reply to

    Re: Upgrading FTB: I want to browse and upload pictures, no more "Enter a URL" please!

    I managed to get it to show the gallery by using:

    <FTB:FreeTextBox
    ID="txtAdText"
    ToolbarStyleConfiguration=OfficeMac
    toolbarlayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu,FontForeColorPicker,FontBackColorsMenu,FontBackColorPicker|InsertRule,InsertTable,EditTable;InsertTableRowAfter,InsertTableRowBefore,DeleteTableRow;InsertTableColumnAfter,InsertTableColumnBefore,DeleteTableColumn|Bold,Italic,Underline,Strikethrough,Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImageFromGallery"
    runat="server"
    ImageGalleryPath="images/ProductImages"
    SupportFolder="~/ftb/"
    Height="300"></FTB:FreeTextBox>

    but when I dbl-click the image in the gallery, it goes back to the FTB window and does not add any code/text/whatever.  Any ideas?

    Thanks!

    -Sean

  • 08-26-2008 12:53 AM In reply to

    Re: Upgrading FTB: I want to browse and upload pictures, no more "Enter a URL" please!

    Answer

    I upgraded the .DLL to 3.1.6 and managed to get around the problem.

    Thanks!

Page 1 of 1 (4 items)