Change Toggle Sign in the Overlay

Cyrill / 2015-02-06 19:01:07   

Hello everbody! How can I let change the "toggle" sign in the OVERLY Format if the DIV is toggled down … So for example from "(Information)" to "(Closed)"?

I think it must be a customization in this line …

"[+]"

I want that there is another text if the link is active…

How do I write that?

Cyrill / 2015-02-06 21:31:11   
  1. "<div id='dialog-box-text'><a href='#' onclick="$('#dialog-toggle').toggle();if($(this).text()=='[+]')$(this).text('[x]');else $(this).text('[+]')" style='display: block;'>[+]</a><div id='dialog-toggle'>"

This thread has been closed, thank you.