|
How Can I make Template Item List in multi lines
Last post 03-25-2009, 1:42 AM by SystemSys. 4 replies.
-
03-22-2009, 5:40 AM |
-
SystemSys
-
-
-
Joined on 03-22-2009
-
-
Posts 5
-
-
|
How Can I make Template Item List in multi lines
Hi All
I use this code to Show Template Item List
Editor1.TemplateItemList = "Print, Preview, Find,ToFullPageFromFullPage,CleanCode,netspell,Cut,Copy,Paste,Undo,Redo,InsertDate,InsertTime,InsertEmotion"
+ ",UniversalKeyboard,Break,InsertParagraph,BlockDirLTR,BlockDirRTL,Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,JustifyFull,JustifyNone,RemoveFormat"
+ ",ForeColor,BackColor,InsertOrderedList,InsertUnorderedList,Indent,Outdent,Subscript,Superscript,Strikethrough,InsertHorizontalRule,InsertLink,Unlink,FontName,FontSize,Zoom";
it's Show me in one line Look at the Pic
But I want show me in multi lines Look at the Pic ( I make this pic by Adobe)
How Can I make Template Item List in multi lines
|
|
-
03-23-2009, 11:23 AM |
-
Adam
-
-
-
Joined on 09-23-2003
-
Aurora, ON
-
Posts 18,678
-
-
|
Re: How Can I make Template Item List in multi lines
Try:
Editor1.TemplateItemList = "Print, Preview, Find,ToFullPageFromFullPage,CleanCode,netspell,Break,Cut,Copy,Paste,Undo,Redo,InsertDate,InsertTime,InsertEmotion"
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx asp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
|
|
-
03-24-2009, 12:42 AM |
-
SystemSys
-
-
-
Joined on 03-22-2009
-
-
Posts 5
-
-
|
Re: How Can I make Template Item List in multi lines
Hi Admin
Thanks to help me
I tried
Editor1.TemplateItemList = "Print, Preview, Find,ToFullPageFromFullPage,CleanCode,netspell,Break,Cut,Copy,Paste,Undo,Redo,InsertDate,InsertTime,InsertEmotion"
But Nothing happened
I thing Break for Inserts a line break (that is mean it's tool of Cute Editor for .NET tools Break)
if you cheak in my code you will see I was but
Look at my code again:
Editor1.TemplateItemList = "Print, Preview, Find,ToFullPageFromFullPage,CleanCode,netspell,Cut,Copy,Paste,Undo,Redo,InsertDate,InsertTime,InsertEmotion"
+ ",UniversalKeyboard,Break,InsertParagraph,BlockDirLTR,BlockDirRTL,Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,JustifyFull,JustifyNone,RemoveFormat"
+ ",ForeColor,BackColor,InsertOrderedList,InsertUnorderedList,Indent,Outdent,Subscript,Superscript,Strikethrough,InsertHorizontalRule
|
|
-
03-24-2009, 1:20 PM |
-
Adam
-
-
-
Joined on 09-23-2003
-
Aurora, ON
-
Posts 18,678
-
-
|
Re: How Can I make Template Item List in multi lines
Editor1.TemplateItemList = "Print, Preview, Find,ToFullPageFromFullPage,CleanCode,netspell, linebreak,Cut,Copy,Paste,Undo,Redo,InsertDate,InsertTime,InsertEmotion"
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx asp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
|
|
-
|
|
|