Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 60

Wiki Markup
{html}<MCE:STYLE><#comment></#comment></MCE:STYLE><STYLE mce_bogus="1"><!--

.hidable{display:none;}
--></STYLE>
<MCE:SCRIPT type="mce-text/javascript"><#comment></#comment></MCE:SCRIPT> <style> 
.hidable{display:none;} 
</style> 
<script>{html}

Wiki Markup
{html}function showhide(section){ 
var ele=document.getElementById(section); 
if(ele.style.display!="block") { 
ele.style.display="block"; 
document.getElementById(section+"show").innerHTML = "Hide this design"; 
} else { 
ele.style.display="none"; 
document.getElementById(section+"show").innerHTML = "Show this design"; 
}}</script> 
{html}

GR2 - Designs

Scenario

...

2.1 Claudia

Wiki Markup
{html}<A<a href="javascript:showhide('design1');" id="design1show" mce_href="javascript:showhide('design1');">Show this design</A>a>{html}

Wiki Markup
{html}<DIV class="hidable"<div id="design1"></DIV><P mce_style="display:none" style="display:none" user="true"><BR></BR></P>
<P>content</P>
<P mce_style="display:none" style="display:none" user="true"><BR></BR></P>
<DIV class="wysiwyg-macro" macrohasbody="true" macroname="html" macrostarttag="hidable">{html}
" wikihasnewlineafterbody="false" wikihasnewlinebeforebody="false" wikihasprecedingnewline="true" wikihastrailingnewline="false"></DIV>

content

Wiki Markup
{html}</div>{html}

...

GR2 - Designs

Scenario

...