In first, excuse me ; my english is poor (i am french)
In second, congratulations for all people who make CMSMS. it's a very simple but powerfull CMS ; i like it a lot
I use last version 0.13 "canary" of CMSMS and i have a problem with ExpandCollapse
Here is the code of this tag, inserted in my page.
Code: Select all
(startExpandCollapse id="nom" title="Cliquez ici").
Ici du texte s'affiche en mode détracté. Cliquez à nouveau sur Cliquez ici pour masquer/contracter le texte
(stopExpandCollapse)
when i load this page on my browser, i can see that :
Code: Select all
<hr class="tags">
<div class="tagtitle"> {startExpandCollapse} {stopExpandCollapse} </div>
<div class="left"> <em>Syntaxe</em><br><br><br> <em>Affiche</em><br> <em>Exemple</em> </div>
<div class="right"> <code>{startExpandCollapse id="nom" title="Cliquez ici"}</code><br>Texte ici<br> <code>{stopExpandCollapse id="nom" title="Cliquez ici"}</code><br> Permet que le texte soit détractable ou contractable.<br> <__script__ type="text/javascript" language="javascript" src="lib/helparea.js"></__script><a href="#nom" onclick="expandcontent('nom')" style="cursor: pointer;">Cliquez ici</a><br>
<div style="display: none;" id="nom" class="expand">. Ici du texte s'affiche en mode détracté. Cliquez à nouveau sur Cliquez ici pour masquer/contracter le texte</div> </div>
i have this problem with I.E. or Firefox.
Somebody did have this problem ? how can i resolve it ?
Thanks for all