Log in

View Full Version : bbcode button for <hr>


sagym
11-24-2007, 08:33 AM
Hello,

I would like to add a new bbcode button for <hr> (horizontal rule) in the wysiwyg editor. Can I create a tag like this where there is no need in using the {param} and no need in a closing tag?

Thanks.

Opserty
11-24-2007, 12:18 PM
I don't think you can create an unclosed BBCode tag, you could create a BBCode like for example which you change

[ruleoff]
This is just some content text


To:

This is just some content text
<hr />


So your replacement code is like:

{param}

<hr />