4.5 NetSpell button's image not appearing

Last post 08-01-2005, 3:48 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-01-2005, 3:38 PM 9178

    4.5 NetSpell button's image not appearing

    Upon upgrading to 4.5 the netspell button no longer worked.
    <item type="netspell"/>
    The line above was being used, but the netspell image didn't show up and the button was disabled.  There was only a correctly sized placeholder in its place.  When I viewed source on the editor this was the image tag for netspell:

        <img Command="" width="20" height="20" class="CuteEditorButton"     src="/MyApp/CuteSoft_Client/CuteEditor/Themes/Office2003_BlueTheme/Images/.gif.aspx" title="[[]]" />

    Notice the blank command and the lack of an image name.
     
    So I changed the netspell line to this:
    <item type="image" name="Netspell"/>
    and netspell worked like a champ, but was still missing an image in the toolbar.  I still have a correctly sized placeholder, but now when I mouseover the placeholder the border turns yellow and pressing it opens NetSpell.  Viewing the source of the editor reveals this for netspell:
     
    <img Command="Netspell" width="20" height="20" class="CuteEditorButton" src="/MyApp/CuteSoft_Client/CuteEditor/Themes/Office2003_BlueTheme/Images/Netspell.gif.aspx" title="Spell Check" />
     
    Everything looks good except my download of 4.5 doesn't contain a Netspell.gif file.
     
    Help?
  •  08-01-2005, 3:48 PM 9179 in reply to 9178

    Re: 4.5 NetSpell button's image not appearing

    In the version 4.5.0.1,
     
    The netspell toolbar type has been removed.

    If you are using a custom toolbar configuration file, make sure you chaneg the following line:

    <item type="netspell"/>

    to:

    <item type="image" name="netspell" imagename="spell"/>
     
     

    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