orange gold
04-17-2009, 10:00 PM
please leave feedback
...
The following bbcode creates a spoiler which allows you to give a button a title then when the button is pressed it reveals the text inside
Title:
Spoiler
BB Code Tag Name
Spoiler
Replacement:
<div>
<div class="pre-spoiler">
<input type="button" value="{option}" style="width:450px;font-size:14px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName(' div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '{option}';}">
</div>
<div>
<div class="spoiler" style="display: none;"><div style="border: 1px solid ;">{param}</div></div>
</div>
</div>
Example:
enter your text here
Description:
shows and hides text with the click of a button
Remove Tag If Empty: Yes
ENJOY!
...
The following bbcode creates a spoiler which allows you to give a button a title then when the button is pressed it reveals the text inside
Title:
Spoiler
BB Code Tag Name
Spoiler
Replacement:
<div>
<div class="pre-spoiler">
<input type="button" value="{option}" style="width:450px;font-size:14px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName(' div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '{option}';}">
</div>
<div>
<div class="spoiler" style="display: none;"><div style="border: 1px solid ;">{param}</div></div>
</div>
</div>
Example:
enter your text here
Description:
shows and hides text with the click of a button
Remove Tag If Empty: Yes
ENJOY!