我下的是官方网上的1.6.3版本我用的是ASP.NET2.0什么都配置好了运行也正常但为什么没有传图片的功能呢(点插入图片只弹出个输入网址的框来)?工具栏上的按钮也很少没主页上的演示的按钮多。不知道要怎么弄了?

解决方案 »

  1.   

    注意freetextbox的这个属性ToolbarLayout
    可以设置工具条,具体可以看下帮助。
    如果你页面使用了框架的话
    例如:<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
    在上传图片的时候会有问题。
    可以考虑用<iframe>代替
      

  2.   

    我点插入图片挺好的,不过我用的是.net framework1.1
      

  3.   

    flamelp(翔天) ( ) 
    可以注意freetextbox的这个属性ToolbarLayout它源文件中有这个ToolbarGenerator.cs public static string DefaultConfigString = "Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|FontFacesMenu,FontSizesMenu,FontForeColorsMenu|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage,InsertTable,InsertRule|Cut,Copy,Paste;Undo,Redo,Print,ieSpellCheck";
    public static string AlternateConfigString = "Save,Print,Undo,Redo,WordClean,InsertTable|ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorPicker,FontBackColorPicker,SymbolsMenu|Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImageFromGallery,InsertRule|Cut,Copy,Paste,ieSpellCheck";
    public static string EnableAllConfigString = "ParagraphMenu,FontFacesMenu,FontSizesMenu|FontForeColorsMenu,FontForeColorPicker,FontBackColorsMenu,FontBackColorPicker|Bold,Italic,Underline,Strikethrough,Superscript,Subscript;InsertImageFromGallery,CreateLink,Unlink,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent|Cut,Copy,Paste,Delete;Undo,Redo,Print,Save|StyleMenu,SymbolsMenu,InsertHtmlMenu|InsertRule,InsertDate,InsertTime,WordCount,ieSpellCheck,WordClean,InsertTable";加上这个InsertImageFromGallery,估计就可以了。
      

  4.   

    ToolbarLayout里面我全部加上后发现有一部份不会出来比如:删除表格,删除列,删除行,插入列,插入行,颜色选择器。。