Re: Display error.

  •  04-10-2007, 3:12 AM

    Re: Display error.

    Try put dropdown into a separate group:
     
            <item type="g_start" />
            <item type="dropdown" name="FontName" width="95" text="[[FontName]]" command="FontName" />
            <item type="dropdown" name="FontSize" width="40" text="[[FontSize]]" command="FontSize" />
            <item type="separator" />
            <item type="image" name="InsertHorizontalRule" imagename="rule" />
            <item type="image" name="InsertLink" imagename="link" />
            <item type="image" name="Unlink" />
            <item type="g_end" />
     
    Should be:
     
            <item type="g_start" />
            <item type="dropdown" name="FontName" width="95" text="[[FontName]]" command="FontName" />
            <item type="dropdown" name="FontSize" width="40" text="[[FontSize]]" command="FontSize" />
            <item type="g_end" />        
            <item type="separator" /> 
            <item type="g_start" />
            <item type="image" name="InsertHorizontalRule" imagename="rule" />
            <item type="image" name="InsertLink" imagename="link" />
            <item type="image" name="Unlink" />
            <item type="g_end" />

     
    Hope it helps.

    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 Complete Thread