Quote:
Originally Posted by binevi
is it possible to allow users to choose any title instead of Spoiler on the table ?
|
Yes this is possible.
If you use the things as posted before and change this:
Use {option} -> yes.
Replacement:
HTML Code:
<div class="tcat" colspan="3">
{option}
</div>
<div style="background-color:#fff;color:#fff;border:1px solid #CCCFDD;">
<span class="spoiler" onmouseover="this.style.color='#000000';" onmouseout="this.style.color=this.style.backgroundColor='#ffffff'">
{param}
</span>
</div>
Example [Spoiler=Spoiler!]Testing[/Spoiler]
But in this case you always have to fill the option [Spoiler=Title]
It is possible but i wouldnt reccomend it.