Freetextbox 在ASP.NET(C#)中无法显示全部功能

一些按钮就不显示... 一些按钮就不显示 展开
 我来答
mwtcz
2010-04-05 · TA获得超过1322个赞
知道小有建树答主
回答量:1367
采纳率:50%
帮助的人:1031万
展开全部
你的freetextbox是什么版本的?

freetextbox的菜单是可以设置的,默认好像是normal方式,不是所有的菜单都显示。

string[] fc = new string[7];
fc[0] = "宋体";
fc[1] = "楷体_GB2312";
fc[2] = "隶书";
fc[3] = "黑体";
fc[4] = "仿宋";
fc[5] = "Arial";
fc[6] = "Times New Roman";

this.FreeTextBox1.FontFacesMenuList = fc;
//this.FreeTextBox1.AutoConfigure = FreeTextBoxControls.AutoConfigure.EnableAll; //全设置,或者自己设

this.FreeTextBox1.ToolbarLayout = "ParagraphMenu,FontFacesMenu,FontSizesMenu,WordClean,InsertTable,InsertImage,Bold,Italic,Underline,StrikeThrough,SubScript,SuperScript,FontForeColorPicker,JustifyLeft,JustifyRight,JustifyCenter|SelectAll,Cut,Copy,Find,Paste,Delete;Undo,Redo,RemoveFormat";
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式