problem creating custom tool bar --- InsertTable ---

Last post 05-06-2008, 2:10 PM by PraxiPower. 2 replies.
Sort Posts: Previous Next
  •  05-06-2008, 8:45 AM 40092

    problem creating custom tool bar --- InsertTable ---

    the following is working for everything except the InsertTable icon does not appear:
     
             $editor->TemplateItemList="G_start,Save, Print, Find, ToFullPage, FromFullPage, CleanCode, netspell, seperator, Cut, Copy, Paste, PasteText, PasteWord, Delete, seperator,  Undo, Redo, G_end,  
           G_Start, ToggleBorder, BringForward, BringBackward, DocumentPropertyPage,  ImageGalleryByBrowsing, InsertImage,  G_end,
           G_Start, InsertTable,  InsertRowTop, InsertRowBottom, DeleteRow, seperator, InsertColumnLeft, InsertColumnRight, DeleteColumn, seperator, InsertCell, DeleteCell, EditRow, EditCell, seperator, MergeRight, MergeBottom, seperator, HorSplitCell, VerSplitCell, , G_end,
           linebreak,
           G_start, Bold, Italic, Underline, JustifyLeft, JustifyCenter, JustifyRight, JustifyFull, JustifyNone, RemoveFormat, ForeColor, BackColor, Seperator, InsertOrderedList, InsertUnorderedList, Seperator, Indent, Outdent, Subscript, Superscript, Strikethrough, Ucase, Lcase, seperator, InsertHorizontalRule, seperator, InsertLink, Unlink, seperator, SelectAll, SelectNone, G_end,
            G_Start, Break, InsertDate, InsertTime, InsertChars, InsertEmotion, G_end,
           linebreak,       
            G_start,  FormatBlock, FontName, FontSize, Zoom, G_End";
     
    Any ideas?
     
    Thanks,

    Thank you,
    Ed Arthur
  •  05-06-2008, 10:47 AM 40104 in reply to 40092

    Re: problem creating custom tool bar --- InsertTable ---

    PraxiPower,
     
    Replace InsertTable with table then try again.
     
    Keep me posted
     
    InsertTable is the old name of this button.

      <item type="table" />
      <!-- item type="image" name="InsertTable" imagename="instable" /-->
      <item type="image" name="InsertRowTop" imagename="insrow_t" />
      <item type="image" name="InsertRowBottom" imagename="insrow_b" />
      <item type="image" name="DeleteRow" imagename="delrow" />
      <item type="image" name="InsertColumnLeft" imagename="inscol_l" />
      <item type="image" name="InsertColumnRight" imagename="inscol_r" />
      <item type="image" name="DeleteColumn" imagename="delcol" />
      <item type="image" name="InsertCell" imagename="inscell" />
      <item type="image" name="DeleteCell" imagename="delcell" />
      <item type="image" name="EditRow" imagename="row" />
      <item type="image" name="EditCell" imagename="cell" />
      <item type="image" name="MergeRight" imagename="mrgcell_r" />
      <item type="image" name="MergeBottom" imagename="mrgcell_b" />
      <item type="image" name="HorSplitCell" imagename="spltcell_r" />
      <item type="image" name="VerSplitCell" imagename="spltcell_b" />

    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

  •  05-06-2008, 2:10 PM 40114 in reply to 40104

    Re: problem creating custom tool bar --- InsertTable ---

    That worked perfectly.... Thanks
    Thank you,
    Ed Arthur
View as RSS news feed in XML