start/stop ExpandCollapse doesn't work as it must do
Posted: Sat Jun 10, 2006 9:17 am
Hello
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.
for this topic, i replace in the code the left and right delim by "(" and ")" because i don't do that, the code seems to not be displayed correctly.
when i load this page on my browser, i can see that :
when i click on the collapse link "click here", i see the text but a few seconds after, the home page of my website is displayed and i the url address displayed by my browser is : http://mysite/#nom
i have this problem with I.E. or Firefox.
Somebody did have this problem ? how can i resolve it ?
Thanks for all
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