Hi all,
I've been searching on the forums on the way to make use of the vb wysiwyg text editor within my custom code but am not having any luck finding a way to do this.
Could anyone please give me some advice on what I should do to the code below to make it have the functionality of the vbeditor?
Code:
<form action="test.php" method="post">
<input type="hidden" name="do" value="savestep">
<input type="hidden" name="q_id" value="$q_id">
<input type="hidden" name="q_step" value="$i">
<textarea wrap="virtual" cols="100" rows="15" name="message">$q_stepdesc</textarea>