customised toolbar button

Last post 09-25-2006, 11:57 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  09-25-2006, 8:30 AM 23025

    customised toolbar button

    Hi every one
     
     
     
      1. If i customies toolbar cummand button  how can i assign insert_ template.aspx dailog   page to that button
     
     
    2. how can i increase the size of the images in the toolbar
     
     
    help me out!!
     
    bye
     
  •  09-25-2006, 11:57 AM 23038 in reply to 23025

    Re: customised toolbar button

    rcm,
     
    Please create a custom button frist.
     
    Demo:  
     
     
    Third button shows you how to call a Built-in button.
     
    This example also helps:
     
     
    >>2. how can i increase the size of the images in the toolbar
     
    Please open toolbar configuration files first. The Cute Editor toolbar configuration files, which contain XML, specify the toolbar configuration information of the Cute Editor instance.
     
    To change the size of the built-in buttons, please change:
     

      <item type="g_start" />
      <item type="image" name="Save" postback="True" />
      <item type="image" name="New" imagename="newdoc" />
      <item type="image" name="Print" />
      <item type="image" name="preview" imagename="bspreview"/>
      <item type="image" name="Find" />
      <item type="image" name="ToFullPage" imagename="fit" hotkey="F12" />
      <item type="image" name="FromFullPage" imagename="restore" hotkey="F12" />
     
    to:
      <item type="g_start" />
      <item type="image" Width="23" Height="23" name="Save" postback="True" />
      <item type="image" Width="23" Height="23" name="New" imagename="newdoc" />
      <item type="image" Width="23" Height="23" name="Print" />
      <item type="image" Width="23" Height="23" name="preview" imagename="bspreview"/>
      <item type="image" Width="23" Height="23"  name="Find" />
      <item type="image" Width="23" Height="23" name="ToFullPage" imagename="fit" hotkey="F12" />
      <item type="image" Width="23" Height="23" name="FromFullPage" imagename="restore" hotkey="F12" />
     

    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

View as RSS news feed in XML