Home » Eclipse Projects » Remote Application Platform (RAP) » Wysiwyg html editor
Wysiwyg html editor [message #135263] |
Sat, 06 June 2009 07:23  |
Eclipse User |
|
|
|
Hi, all,
I wonder if you have thought about integrating in RAP qooxdoo's htmleditor
or another wysiwyg html editor like FCKEditor or TinyMCE.
With rcp you can easily integrate an editor of this type with the browser
widget. But the RAP's browser does not support events and so is
impossible.
I suppose that it could be do with a custom widget but unfortunately now I
do not have time to do it.
Regards,
Jorge
|
|
| |
Re: Wysiwyg html editor [message #135316 is a reply to message #135290] |
Sun, 07 June 2009 03:27   |
Eclipse User |
|
|
|
Hi Jorge, Hasan,
qooxdoo have a contribute project [1] HtmlArea, which is a cross-browser
WYSIWYG HTML editing widget. Maybe someone can try to make a RAP custom
widget based on it.
[1] http://qooxdoo.org/contrib/project#htmlarea
Best,
Ivan
Hasan Ceylan wrote:
> Hello Jorge,
>
> I must have one and am almost there.
>
> Would you like to give me a hand on that?
> See my post.
>
> Regards,
> Hasan Ceylan
>
> Jorge wrote:
>
>
>> Hi, all,
>>
>> I wonder if you have thought about integrating in RAP qooxdoo's htmleditor
>> or another wysiwyg html editor like FCKEditor or TinyMCE.
>>
>> With rcp you can easily integrate an editor of this type with the browser
>> widget. But the RAP's browser does not support events and so is
>> impossible.
>>
>> I suppose that it could be do with a custom widget but unfortunately now I
>> do not have time to do it.
>>
>> Regards,
>> Jorge
>>
>
>
>
|
|
|
Re: Wysiwyg html editor [message #135329 is a reply to message #135316] |
Sun, 07 June 2009 14:34   |
Eclipse User |
|
|
|
Hello Ivan,
I had seen that component, but I took the midas path for a reason:
1) I have a strong time pressure to have the editor
2) As far as I know RAP uses a modified and trimmed version of qooxdoo and
that is based on 0.7.x.
3) Again as far as I understand Htmleditor is needed to provide a toolbar
for HTMLArea which is based on qooxdoo 0.8
Therefore midas looked more secure and I started with it.
Hasan
Ivan Furnadjiev wrote:
> Hi Jorge, Hasan,
>
> qooxdoo have a contribute project [1] HtmlArea, which is a cross-browser
> WYSIWYG HTML editing widget. Maybe someone can try to make a RAP custom
> widget based on it.
>
> [1] http://qooxdoo.org/contrib/project#htmlarea
>
> Best,
> Ivan
>
> Hasan Ceylan wrote:
>> Hello Jorge,
>>
>> I must have one and am almost there.
>>
>> Would you like to give me a hand on that?
>> See my post.
>>
>> Regards,
>> Hasan Ceylan
>>
>> Jorge wrote:
>>
>>
>>> Hi, all,
>>>
>>> I wonder if you have thought about integrating in RAP qooxdoo's
>>> htmleditor or another wysiwyg html editor like FCKEditor or TinyMCE.
>>>
>>> With rcp you can easily integrate an editor of this type with the
>>> browser widget. But the RAP's browser does not support events and so is
>>> impossible.
>>>
>>> I suppose that it could be do with a custom widget but unfortunately now
>>> I do not have time to do it.
>>>
>>> Regards,
>>> Jorge
>>>
>>
>>
>>
|
|
|
Re: Wysiwyg html editor [message #135342 is a reply to message #135329] |
Sun, 07 June 2009 16:26   |
Eclipse User |
|
|
|
Hi Hasan,
I've build the qooxdoo HTMLArea demo several months ago and it was
running fine with qx 0.7.4. The toolbar is a simple set of buttons that
execute commands on the selection in the HTMLArea.
Of course it will be interesting if you share a RAP custom component
based on midas too.
Best,
Ivan
Hasan Ceylan wrote:
> Hello Ivan,
>
> I had seen that component, but I took the midas path for a reason:
>
> 1) I have a strong time pressure to have the editor
> 2) As far as I know RAP uses a modified and trimmed version of qooxdoo and
> that is based on 0.7.x.
> 3) Again as far as I understand Htmleditor is needed to provide a toolbar
> for HTMLArea which is based on qooxdoo 0.8
>
> Therefore midas looked more secure and I started with it.
>
> Hasan
>
> Ivan Furnadjiev wrote:
>
>
>> Hi Jorge, Hasan,
>>
>> qooxdoo have a contribute project [1] HtmlArea, which is a cross-browser
>> WYSIWYG HTML editing widget. Maybe someone can try to make a RAP custom
>> widget based on it.
>>
>> [1] http://qooxdoo.org/contrib/project#htmlarea
>>
>> Best,
>> Ivan
>>
>> Hasan Ceylan wrote:
>>
>>> Hello Jorge,
>>>
>>> I must have one and am almost there.
>>>
>>> Would you like to give me a hand on that?
>>> See my post.
>>>
>>> Regards,
>>> Hasan Ceylan
>>>
>>> Jorge wrote:
>>>
>>>
>>>
>>>> Hi, all,
>>>>
>>>> I wonder if you have thought about integrating in RAP qooxdoo's
>>>> htmleditor or another wysiwyg html editor like FCKEditor or TinyMCE.
>>>>
>>>> With rcp you can easily integrate an editor of this type with the
>>>> browser widget. But the RAP's browser does not support events and so is
>>>> impossible.
>>>>
>>>> I suppose that it could be do with a custom widget but unfortunately now
>>>> I do not have time to do it.
>>>>
>>>> Regards,
>>>> Jorge
>>>>
>>>>
>>>
>>>
>
>
>
|
|
| | | | |
Re: Wysiwyg html editor [message #136038 is a reply to message #135938] |
Sat, 13 June 2009 05:37   |
Eclipse User |
|
|
|
Hi Ralf,
I do not want to involve with the licensing issues rather leave it up to you
guys.
But I would certainly like to contribute the code...
Hasan
Ralf Sternberg wrote:
> Hi Hasan,
>
> would you be interested in contributing this custom widget to the RAP
> Incubator project? This would allow you to maintain this editor in the
> Eclipse repository and get help and feedback from the community.
>
> I guess the Midas editor is available under the Mozilla Public License,
> right?
>
> Regards, Ralf
>
> Hasan Ceylan wrote:
>> Here's the code.
>>
>> Sorry for the delay as I was sisck for the last couple of days...
>>
>> Hasan
>>
>> Hasan Ceylan wrote:
>>
>>> Hello Jorge,
>>>
>>> I must have one and am almost there.
>>>
>>> Would you like to give me a hand on that?
>>> See my post.
>>>
>>> Regards,
>>> Hasan Ceylan
>>>
>>> Jorge wrote:
>>>
>>>> Hi, all,
>>>>
>>>> I wonder if you have thought about integrating in RAP qooxdoo's
>>>> htmleditor or another wysiwyg html editor like FCKEditor or TinyMCE.
>>>>
>>>> With rcp you can easily integrate an editor of this type with the
>>>> browser widget. But the RAP's browser does not support events and so is
>>>> impossible.
>>>>
>>>> I suppose that it could be do with a custom widget but unfortunately
>>>> now I do not have time to do it.
>>>>
>>>> Regards,
>>>> Jorge
>>
|
|
| | | | |
Re: Wysiwyg html editor [message #136520 is a reply to message #136038] |
Tue, 16 June 2009 14:05   |
Eclipse User |
|
|
|
Hi Hasan,
thanks for sharing your code, but unless we have someone who maintains
it, I'm afraid we cannot host it in the incubator.
Regards, Ralf
Hasan Ceylan wrote:
> Hi Ralf,
>
> I do not want to involve with the licensing issues rather leave it up to you
> guys.
> But I would certainly like to contribute the code...
>
> Hasan
>
> Ralf Sternberg wrote:
>
>> Hi Hasan,
>>
>> would you be interested in contributing this custom widget to the RAP
>> Incubator project? This would allow you to maintain this editor in the
>> Eclipse repository and get help and feedback from the community.
>>
>> I guess the Midas editor is available under the Mozilla Public License,
>> right?
>>
>> Regards, Ralf
>>
>> Hasan Ceylan wrote:
>>> Here's the code.
>>>
>>> Sorry for the delay as I was sisck for the last couple of days...
>>>
>>> Hasan
>>>
>>> Hasan Ceylan wrote:
>>>
>>>> Hello Jorge,
>>>>
>>>> I must have one and am almost there.
>>>>
>>>> Would you like to give me a hand on that?
>>>> See my post.
>>>>
>>>> Regards,
>>>> Hasan Ceylan
>>>>
>>>> Jorge wrote:
>>>>
>>>>> Hi, all,
>>>>>
>>>>> I wonder if you have thought about integrating in RAP qooxdoo's
>>>>> htmleditor or another wysiwyg html editor like FCKEditor or TinyMCE.
>>>>>
>>>>> With rcp you can easily integrate an editor of this type with the
>>>>> browser widget. But the RAP's browser does not support events and so is
>>>>> impossible.
>>>>>
>>>>> I suppose that it could be do with a custom widget but unfortunately
>>>>> now I do not have time to do it.
>>>>>
>>>>> Regards,
>>>>> Jorge
>
>
|
|
|
Re: Wysiwyg html editor [message #139461 is a reply to message #135329] |
Mon, 06 July 2009 10:50  |
Eclipse User |
|
|
|
Hello Hasan,
Thanks for sharing the code.
But isn't a Midas editor too limited to be used in RAP? Afaik Midas only
works on Mozilla/Firefox browsers. So one would have to add different code
to make all users happy.
Or am I missing some point?
Hans
Hasan Ceylan wrote:
> Hello Ivan,
> I had seen that component, but I took the midas path for a reason:
> 1) I have a strong time pressure to have the editor
> 2) As far as I know RAP uses a modified and trimmed version of qooxdoo and
> that is based on 0.7.x.
> 3) Again as far as I understand Htmleditor is needed to provide a toolbar
> for HTMLArea which is based on qooxdoo 0.8
> Therefore midas looked more secure and I started with it.
> Hasan
> Ivan Furnadjiev wrote:
>> Hi Jorge, Hasan,
>>
>> qooxdoo have a contribute project [1] HtmlArea, which is a cross-browser
>> WYSIWYG HTML editing widget. Maybe someone can try to make a RAP custom
>> widget based on it.
>>
>> [1] http://qooxdoo.org/contrib/project#htmlarea
>>
>> Best,
>> Ivan
>>
>> Hasan Ceylan wrote:
>>> Hello Jorge,
>>>
>>> I must have one and am almost there.
>>>
>>> Would you like to give me a hand on that?
>>> See my post.
>>>
>>> Regards,
>>> Hasan Ceylan
>>>
>>> Jorge wrote:
>>>
>>>
>>>> Hi, all,
>>>>
>>>> I wonder if you have thought about integrating in RAP qooxdoo's
>>>> htmleditor or another wysiwyg html editor like FCKEditor or TinyMCE.
>>>>
>>>> With rcp you can easily integrate an editor of this type with the
>>>> browser widget. But the RAP's browser does not support events and so is
>>>> impossible.
>>>>
>>>> I suppose that it could be do with a custom widget but unfortunately now
>>>> I do not have time to do it.
>>>>
>>>> Regards,
>>>> Jorge
>>>>
>>>
>>>
>>>
|
|
|
Goto Forum:
Current Time: Sat Jul 19 04:57:50 EDT 2025
Powered by FUDForum. Page generated in 0.05903 seconds
|