xml - Custom tab Excel -



xml - Custom tab Excel -

i using custom xml editor ms office create new tab add-in.

i've added next code within xlam file:

<customui xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon startfromscratch="false"> <tabs> <tab id="comdinheiro" label="comdinheiro"> <group id="comdinheirologinbutton" label=" "> <button id="comdinheiro_login" label="login" image="login.png" size="large" onaction="onactionlogin"/> <button id="comdinheiro_configuracoes" label="config" image="config.png" size="large" onaction="onactionconfiguracao"/> <button id="comdinheiro_url_import" label="dados" image="dados.png" size="large" onaction="onactionimportadados"/> <button id="comdinheiro_erro_report" label="suporte" image="support.png" size="large" onaction="onactionsupport"/> </group> </tab> </tabs> </ribbon> </customui>

i don't tab show up. going on?

xml excel

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -