Hi,
I'm developing one zimlet for communication with IM Web Client, however i'm with a problem referring Display ICON in Zimbra WEBClient. Below it follows my Zimlet and ScreenShot Webclient.
Somebody can help me?
<!-- MY ZIMLET
<zimlet name="com_zimbra_im" version="1.0" description="IM">
<toolTipText>Inicia Sistema De Bate Papo (IM)</toolTipText>
<!-- <include>im.js</include> -->
<includeCSS>im.css</includeCSS>
<resource>im.gif</resource>
<zimletPanelItem label="Bate Papo" icon="IM-panelIcon">
<onClick>
<canvas type="window" width="1" height="1" />
<actionUrl target="http://correio.teste.com.br:8081/im/index2.html" method="post">
<param name="jid">${prop.user}</param>
<param name="pass">${prop.pass}</param>
<param name="server">${prop.server}</param>
</actionUrl>
</onClick>
</zimletPanelItem>
<userProperties>
<property type="string" name="server" minLength="0" maxLength="32" label="Servidor IM" />
<property type="string" name="user" minLength="0" maxLength="32" label="Nome do Usuario" />
<property type="password" name="pass" minLength="0" maxLength="32" label="Senha" />
</userProperties>
</zimlet>
END -->
My IM.css
.ImgIM-panelIcon {
background: url("im.gif") no-repeat 0 0;
width: 16px;
height: 16px;
overflow: hidden;
}
OBS: I sorry for my English.![]()
Thanks,
Rômulo Giordani Boschetti


LinkBack URL
About LinkBacks

