Re: I need to add bold and italic buttons to the HtmlView toolbar

  •  12-21-2007, 10:52 AM

    Re: I need to add bold and italic buttons to the HtmlView toolbar

    Still not working.  I modified my Full.config to read as follows :
     
        <codeviewToolbars>
            <item type="g_start" />
            <item type="image" name="Save" postback="True" />
            <item type="image" name="Print" />
            <item type="image" name="Find" />
            <item type="image" name="ToFullPage" command="FullPage" imagename="fit" hotkey="F12" />
            <item type="image" name="FromFullPage" command="FullPage" imagename="restore" hotkey="F12" />
            <item type="image" name="Cut" />
            <item type="image" name="Bold" />
            <item type="image" name="Italic" />
            <item type="image" name="Underline" imagename="under" />
            <item type="image" name="Copy" />
            <item type="image" name="Paste" />
            <item type="image" name="SelectAll" />
            <item type="image" name="SelectNone" />       
            <item type="g_end" />
        </codeviewToolbars>

    When I do this, the Bold, Italic, and Underline buttons do not show up.

View Complete Thread