I've been busting my a$$ trying to get a simple mdash button to appear on visual format, can anyone help? What am i doing wrong?
Thanks, Nico
<?xml version="1.0" encoding="iso-8859-1"?>
<config product="eWebEditPro">
<interface name="iw" allowCustomize="true">
<menu name="editbar" newRow="false" showButtonsCaptions="false" wrap="false">
<caption localeRef="mnuEdit"/>
<button command="cmdcut"/>
<button command="cmdcopy"/>
<button command="cmdpaste"/>
<button command="cmdfind"/>
<bar/>
<button command="cmdundo"/>
<button command="cmdredo"/>
<bar/>
<button command="cmdspellcheck"/>
<button command="cmdspellayt"/>
<bar/>
<button command="cmdbookmark"/>
<button command="jshyperlink"/>
<button command="cmdhyperlink"/>
<button command="cmdunlink"/>
<bar/>
<button command="cmdhr"/>
<button command="cmdmfumedia"/>
<button command="cmdtable"/>
</menu>
<menu name="specialcharsbar" newRow="false" showButtonsCaptions="false" wrap="true">
<caption localeRef="mnuSplChr"/>
<button command="cmdchr151"/>
<button command="cmdchr160"/>
<button command="cmdchr169"/>
<button command="cmdchr174"/>
<button command="jstm"/>
</menu>
<menu name="viewasbar" newRow="false" showButtonsCaptions="false" wrap="false">
<caption localeRef="mnuViewAs"/>
<button command="cmdviewaswysiwyg"/>
<button command="cmdviewashtml"/>
</menu>
<menu name="formatbar" newRow="true" showButtonsCaptions="false" wrap="false">
<caption localeRef="mnuFmt"/>
<!--
<button command="cmdselstyle"/>
<button command="cmdheaderlevel"/>
<button command="cmdfontname"/>
<button command="cmdfontsize"/>
<button command="cmdfontcolor"/>
<bar/> -->
<button command="cmdbold"/>
<button command="cmditalic"/>
<button command="cmdunderline"/>
<bar/>
<button command="cmdnumbered"/>
<button command="cmdbullets"/>
<button command="cmdindentleft"/>
<button command="cmdindentright"/>
<bar/>
<button command="cmdleft"/>
<button command="cmdcenter"/>
<button command="cmdright"/>
</menu>
<button command="cmdviewasproperties"/>
<button command="cmdshowborders"/>
<button command="cmdshowdetails"/>
<button command="cmddelete"/>
</interface>
<features>
<!-- Possible command styles are:
Icon Button: "default", "icon", not specified
Icon Toggle: "toggle"
Text Listbox: "list", "listbox"
Text Editbox: "edit", "text"
-->
<external>
<command name="jstm">
<caption localeRef="btnCapTM"/>
<tooltiptext localeRef="cmdTM"/>
</command>
<command name="jshyperlink" enabled="true">
<image src="[eWebEditProPath]/btnhy.gif"/>
<caption localeRef="cmdNewHyp"/>
<tooltiptext localeRef="cmdNewHyp"/>
</command>
<!-- Place custom commands to be processed by JavaScript here. -->
<command name="cmdhyperlink" >
<image key="hyperlink"/>
<caption localeEef="cmdHyp"/>
<tooltiptext localeRef="cmdHyp"/>
<selections name="quicklink" visible="true" bookmarks="true" listtop="false">
<listchoice href="
http://www.interwoven.com" target="_blank">Interwoven Home Page</listchoice>
</selections>
</command>
</external>
<!-- values for charencode: utf-8, binary, entityname, charref, special, latin -->
<clean charencode="charref" cr="cr" lf="lf" showonsize="5000" preferfonttag="false" reducetags="true">
<remove>
<attribute>class</attribute>
<attribute>style</attribute>
<attribute>align</attribute>
<tagonly>font</tagonly>
<tagonly>span</tagonly>
<tagonly>div</tagonly>
</remove>
</clean>
<!-- publish options are "minimal", "cleanhtml", "xhtml" -->
<standard autoclean="true" publish="cleanhtml">
<style publishstyles="false" href="[eWebEditProPath]/ektnormal.css" preservewordstyles="true"/>
<cmd name="cmdfontcolor" key="fontcolor" ref="cmdFC" enabled="true"/>
<command name="cmdfontname" style="list" maxwidth="12" enabled="true">
<caption localeRef="cmdFNm"/>
<tooltiptext localeRef="cmdFNm"/>
<selections name="fontnamelist" sorted="true">
<listchoice>Arial, Helvetica</listchoice>
<listchoice>Comic Sans MS</listchoice>
<listchoice>Courier New, Courier</listchoice>
<listchoice>Symbol</listchoice>
<listchoice>Times New Roman, Times</listchoice>
<listchoice>Verdana, Helvetica</listchoice>
</selections>
</command>
<command name="cmdfontsize" style="list" maxwidth="6" enabled="true">
<caption localeRef="cmdFS"/>
<tooltiptext localeRef="cmdFS"/>
<!-- There can only be seven selections for sizes -->
<selections name="fontsizelist">
<listchoice command="cmdfontsize1" localeRef="mnuFS1"/>
<listchoice command="cmdfontsize2" localeRef="mnuFS2"/>
<listchoice command="cmdfontsize3" localeRef="mnuFS3"/>
<listchoice command="cmdfontsize4" localeRef="mnuFS4"/>
<listchoice command="cmdfontsize5" localeRef="mnuFS5"/>
<listchoice command="cmdfontsize6" localeRef="mnuFS6"/>
<listchoice command="cmdfontsize7" localeRef="mnuFS7"/>
</selections>
</command>
<command name="cmdselstyle" style="list">
<caption localeRef="cmdStyle"/>
<tooltiptext localeRef="cmdStyle"/>
<selections name="stylelist" sorted="true"/>
</command>
<command name="cmdheaderlevel" style="list">
<caption localeRef="btnCapHdg"/>
<tooltiptext localeRef="cmdHdg"/>
<selections name="headinglist">
<listchoice command="cmdheadingstd" localeRef="txtHdgNorm"/>
<listchoice command="cmdheading1" localeRef="txtHdg1"/>
<listchoice command="cmdheading2" localeRef="txtHdg2"/>
<listchoice command="cmdheading3" localeRef="txtHdg3"/>
<listchoice command="cmdheading4" localeRef="txtHdg4"/>
<listchoice command="cmdheading5" localeRef="txtHdg5"/>
<listchoice command="cmdheading6" localeRef="txtHdg6"/>
</selections>
</command>
<cmd name="cmdabout" key="about" ref="cmdAbt" enabled="true"/>
<cmd name="cmdcut" key="cut" ref="cmdCut"/>
<cmd name="cmdcopy" key="copy" ref="cmdCp"/>
<cmd name="cmddelete" key="delete" ref="cmdDel"/>
<cmd name="cmdpaste" key="paste" ref="cmdPas"/>
<cmd name="cmdundo" key="undo" ref="cmdUndo"/>
<cmd name="cmdredo" key="redo" ref="cmdRedo"/>
<cmd name="cmdfind" key="find" ref="cmdFind"/>
<cmd name="cmdbold" key="bold" ref="cmdBold" style="toggle"/>
<cmd name="cmditalic" key="italic" ref="cmdItal" style="toggle"/>
<cmd name="cmdunderline" key="underline" ref="cmdUndln" style="toggle" enabled="true"/>
<command name="cmdnumbered" style="toggle">
<image key="numbered"/>
<caption localeRef="btnCapNumL"/>
<tooltiptext localeRef="cmdNumL"/>
</command>
<command name="cmdbullets" style="toggle">
<image key="bullets"/>
<caption localeRef="btnCapBul"/>
<tooltiptext localeRef="cmdBul"/>
</command>
<command name="cmdindentleft">
<image key="indentleft"/>
<caption localeRef="btnCapIndl"/>
<tooltiptext localeRef="cmdIndl"/>
</command>
<command name="cmdindentright">
<image key="indentright"/>
<caption localeRef="btnCapIndr"/>
<tooltiptext localeRef="cmdIndr"/>
</command>
<command name="cmdleft" style="toggle">
<image key="left"/>
<caption localeRef="btnCapAL"/>
<tooltiptext localeRef="cmdAL"/>
</command>
<command name="cmdcenter" style="toggle">
<image key="center"/>
<caption localeRef="btnCapAC"/>
<tooltiptext localeRef="cmdAC"/>
</command>
<command name="cmdright" style="toggle">
<image key="right"/>
<caption localeRef="btnCapAR"/>
<tooltiptext localeRef="cmdAR"/>
</command>
<cmd name="cmdbookmark" key="bookmark" ref="cmdBkm"/>
<cmd name="cmdhyperlink" key="hyperlink" ref="cmdHyp"/>
<cmd name="cmdunlink" key="removelink" ref="cmdUnlnk"/>
<cmd name="cmdstrike" key="strikethrough" ref="cmdStrike" style="toggle"/>
<cmd name="cmdsub" key="subscript" ref="cmdSub" style="toggle"/>
<cmd name="cmdsup" key="superscript" ref="cmdSup" style="toggle"/>
<command name="cmdhr">
<image key="horzrule"/>
<caption localeRef="btnCapHR"/>
<tooltiptext localeRef="cmdHR"/>
</command>
<command name="cmdclean">
<image key="clean"/>
<caption localeRef="btnCapClean"/>
<tooltiptext localeRef="cmdClean"/>
</command>
<command name="cmdshowborders" style="toggle">
<image key="borders"/>
<caption localeRef="btnCapShBord"/>
<tooltiptext localeRef="cmdShBord"/>
</command>
<command name="cmdshowdetails" style="toggle">
<image key="glyphs"/>
<caption localeRef="btnCapGlyph"/>
<tooltiptext localeRef="cmdGlyph"/>
</command>
<command name="cmdchr151" style="icon" enabled="true" visible="true">
<image key="mdash"/>
<caption localeRef="btnCapmdash"/>
<tooltiptext localeRef="cmdmdash"/>
</command>
<command name="cmdchr160">
<caption localeRef="btnCapnbsp"/>
<tooltiptext localeRef="cmdnbsp"/>
</command>
<command name="cmdchr169">
<caption>(c)</caption>
<tooltiptext localeRef="cmdC169"/>
</command>
<command name="cmdchr174">
<caption>(r)</caption>
<tooltiptext localeRef="cmdC174"/>
</command>
</standard>
<!-- publish options are "minimal", "cleanhtml", "xhtml" -->
<!-- mode options are "body", "whole" -->
<viewas enabled="true" publish="cleanhtml" mode="body">
<cmd name="cmdviewaswysiwyg" key="page" ref="cmdVAW"/>
<cmd name="cmdviewashtml" key="pagetag" ref="cmdVAH"/>
<cmd name="cmdviewasproperties" key="properties" ref="cmdVAProp"/>
</viewas>
<edithtml enabled="true"/>
<spellcheck enabled="true">
<spellayt autostart="false" markmisspelledsrc="[eWebEditProPath]/wavyred.gif" delay="20"/>
<spellingsuggestion enabled="true" max="4"/>
<cmd name="cmdspellayt" key="spellayt" ref="cmdSplayt" style="toggle"/>
<cmd name="cmdspellcheck" key="spellcheck" ref="cmdSplck"/>
</spellcheck>
<table enabled="true">
<cmd name="cmdtable" key="tablemenu" ref="cmdTbl"/>
</table>
<mediafiles>
<cmd name="cmdmfumedia" key="picture" ref="cmdPic" enabled="true"/>
<!-- 0 is unlimited size -->
<maxsizek>0</maxsizek>
<validext>gif,jpg,png,jpeg,jif</validext>
<mediaconfig enabled="true" allowedit="true"/>
<!-- If this section is not defined it will default to FTP with no settings -->
<!-- The attribute 'type' values "ftp" and "file" are handled within the editor. -->
<!-- The scripting will load the page specified in the type attribute. -->
<transport enabled="true" type="imagepopup.htm" xfer="binary" pasv="true">
<!-- Encrypt username and password using Ektron's encrypt.exe program. -->
<!-- blank for user entry -->
<username encrypted="true"></username>
<password encrypted="true"></password>
<!-- Set to 0 for default port number -->
<port>0</port>
<!-- Upload location is: [domain]+[xferdir]+[filename] -->
<domain></domain>
<!-- e.g., ftp.mydomain.com -->
<!-- Directory transferred into relative to domain -->
<xferdir src="[eWebEditProPath]/upload"/>
<!-- Referencing a file through HTTP is: [webroot]+[filename] -->
<!-- if webroot is blank then it defaults to xferdir value -->
<webroot src=""/>
<!-- Possible values for resolvepath are: full, host, local, given -->
<resolvemethod value="local" src="" resolve="false" allowoverride="true"/>
<roottobaseurl value="true"/>
</transport>
</mediafiles>
</features>
</config>