I don't think that will work for a few reasons.  I have to be able to
see the decoded text in a certain size, thus what I have is something
where you click on the editable area, and it switches to editing.
Plus, I have a few custom bbcodes that are being used, and I didn't
see a way to add them.  Granted, I could have missed.

Thanks for that link though, it might come in handy somewhere else.

On Dec 5, 2:41 am, Kevin Kietel <[EMAIL PROTECTED]> wrote:
> How about this jQuery editor:
>
> http://markitup.jaysalvat.com/
>
> it's called markItUp! and uses Html, Textile, Wiki Syntax, Markdown,
> BBcode
>
> On 5 dec, 08:27, Brian  Ronk <[EMAIL PROTECTED]> wrote:
>
> > I'm making an edit in place plugin, and am running into an issue,
> > mainly because I'm not sure how to do it.  The data I am working with
> > is bbcode, so what is seen on screen (non editing) is not bbcode, but
> > it decoded.  I would like to be able to return the bbcode to work with
> > it in another area.  I'm just not sure how to do that.
>
> > What I'd like to be able to do is to initialize it: $('#test').bbcode
> > ();  and then be able to call it again (or something) to get the
> > actual bbcode out.  So, something like $('#test').bbcode('code');  or $
> > ('#test').showcode();
>
> > It basically works right now, except for the returning data.  I'm just
> > not sure on how to procede to do that.

Reply via email to