关于FreeTextBox,用ToolbarLayout重新确定后所有工具显示成一行,怎样实现换行呢?
代码:ToolbarLayout="FontFacesMenu,FontSizesMenu,FontForeColorsMenu,FontForeColorPicker,FontBackColorsMenu,
FontBackColorPicker ¦Bold,Italic,Underline,Strikethrough,Superscript,Subscript,RemoveFormat ¦JustifyLeft,JustifyRight,JustifyCenter,
JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertRule,InsertDate,InsertTime,InsertTable ¦Cut,Copy,Paste,Delete;Undo,Redo,Print,Save"
--------------------编程问答-------------------- 设定freetextbox宽度 --------------------编程问答-------------------- 我已经设定freetextbox宽度但是不起作用,任然是一行显示的. --------------------编程问答-------------------- 不可能的.
<ftb:FreeTextBox ID="txtBody" runat="server" Height="450px" width="600px" SupportFolder="~/aspnet_client/FreeTextBox"--------------------编程问答-------------------- eeeee --------------------编程问答-------------------- 我想知道用什么能显示这个控件内的内容,不带功能条的 --------------------编程问答-------------------- 我想知道用什么能显示这个控件内的内容,不带功能条的[b][/b]
ToolbarLayout="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, WordClean, InsertImage, InsertTable, EditTable,InsertTableRowBefore,
InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter,
DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea,
InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv,
InsertImageFromGallery, Preview, SelectAll, EditStyle" />
补充:.NET技术 , ASP.NET