在WWW。FREETEXTBOX。COM网站首页那个DEMO里是有的,但下载回来后的没有

解决方案 »

  1.   

    转贴自www.freetextbox.com
    ToolbarLayout StringThe default way to configure toolbars is to use use the propery ToolbarLayout 
    例如:
    <html>
    <body>
        <form runat="server">
            <FTB:FreeTextBox id="FreeTextBox1"
             ToolbarLayout="paragraphmenu,fontsizesmenu;bold,italic,underline|bulletedlist,numberedlist"
             runat="Server" />
        </form>
    </body>
    </html>
    Valid values for ToolbarButtons and ToolbarDropDownLists are 
    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, ieSpellCheck, StyleMenu, SymbolsMenu, InsertHtmlMenu, InsertRule, InsertDate, InsertTime, WordCount 
    说明:
    A pipe (|) will insert a ToolbarSeparator and a semicolon (;) will start a new Toolbar.