custom buttons question

Last post 04-16-2008, 12:55 PM by SD-tech. 3 replies.
Sort Posts: Previous Next
  •  07-03-2006, 2:52 PM 20672

    custom buttons question

    hi,

    i have a few questions concerning adding custom buttons to the tool bar.
    1. is there a way to have the mouse-over effect that is on the other buttons (the orange-ish background) apply to custom buttons? the lack of unified appearance makes these buttons stand out.
    2. when placing the custom buttons via the editor.CustomAddons, is there a way to have custom buttons appear in a location other than at the end of the tool bar?
    3. is there any more documentation about the config files for setting the tool bars? your example in, Light.config, contains this snippet: <item type="holder" name="insertcustombutonhere" />. However, i see no documentation that tells me how to actually fill this holder with a button.
    thanks much,

    Ken Schwartz

  •  07-03-2006, 3:19 PM 20673 in reply to 20672

    Re: custom buttons question

     KenSchwartz wrote:
    hi,

    1. is there a way to have the mouse-over effect that is on the other buttons (the orange-ish background) apply to custom buttons? the lack of unified appearance makes these buttons stand out.


    Yes, just add the following code to your image button:
     
    onMouseOver='CuteEditor_ButtonCommandOver(this)'
    onMouseOut='CuteEditor_ButtonCommandOut(this)'
     
     
     
     KenSchwartz wrote:
    hi,
     
    when placing the custom buttons via the editor.CustomAddons, is there a way to have custom buttons appear in a location other than at the end of the tool bar?


    It's a known issue. We will resolve it in the version 6.0.
     
     
     KenSchwartz wrote:
    hi,
    is there any more documentation about the config files for setting the tool bars? your example in, Light.config, contains this snippet: <item type="holder" name="insertcustombutonhere" />. However, i see no documentation that tells me how to actually fill this holder with a button.
     
    "Insertcustombutonhere" is not available in the current version. We will add it in the version 6.0.
     
     

    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

  •  06-05-2007, 5:00 AM 30381 in reply to 20673

    Re: custom buttons question

    Adam:
    KenSchwartz:
    hi,
     
    when placing the custom buttons via the editor.CustomAddons, is there a way to have custom buttons appear in a location other than at the end of the tool bar?


    It's a known issue. We will resolve it in the version 6.0.
     
    Hi, has this been resolved? Where can I find documentation on how to place the buttons?
  •  04-16-2008, 12:55 PM 39334 in reply to 20673

    Re: custom buttons question

    Hi Adam,
     
     
    I've recently posted about this (location of custom buttons) - can you confirm this has been implemented in version 6.0 as stated in this thread?


    Regards,
    Steph.
View as RSS news feed in XML