Re: How Can I make Template Item List in multi lines

  •  03-24-2009, 12:42 AM

    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

     
     
View Complete Thread