google-code-export / lwrte

Automatically exported from code.google.com/p/lwrte
1 stars 0 forks source link

lwrte + jquery UI Tabs widget #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I'm trying to implement lwrte in a chat platform i'm working on...
the platform is built upon jquery UI's Tabs widget (
http://jqueryui.com/demos/tabs )...
Each tab represents a chat window with a user, and each tab contains an
instance of lwrte...
The editor seems to work fine, but there are a few issues that only happens
when lwrte is integrated to the tabs:
* color selection doesnt work
* the array returned from the rte() function, comes empty.. And therefore -
internal functions cannot be used as described in the documentation

Got any idea why?
I'm using jQuery 1.2.6 - can it be the reason?

Many thanks in advance,
David

Original issue reported on code.google.com by jit...@gmail.com on 17 Jun 2009 at 7:33