I am currently tasked with implementing CKEditor into a project and was wondering if anyone is working on an adapter for MooTools? There is a jQuery adapter that comes with CKEditor already but my entire projects is already all MooTools.
Would rather not reinvent the wheel if someone is already doing it. If not then I guess if I can get it done it will be a good plugin to share.
There isn't a CKEditor adaptor for mootools as far as I know. So it would be cool if you could make one! As you, i guess, already know, you can use CKEditor without any js framework as wel.
But if you create an adaptor, it would be cool if you use github and add it to the MooTools Forge so others do not have to invent the as well.
On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote:
> I am currently tasked with implementing CKEditor into a project and was > wondering if anyone is working on an adapter for MooTools? There is a > jQuery adapter that comes with CKEditor already but my entire projects is > already all MooTools.
> Would rather not reinvent the wheel if someone is already doing it. If not > then I guess if I can get it done it will be a good plugin to share.
Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
Whenever I get it done I will add it to the MooTools Forge.
On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: > There isn't a CKEditor adaptor for mootools as far as I know. So it > would be cool if you could make one! > As you, i guess, already know, you can use CKEditor without any js > framework as wel.
> But if you create an adaptor, it would be cool if you use github and > add it to the MooTools Forge so others do not have to invent the as > well.
> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: > > I am currently tasked with implementing CKEditor into a project and was > > wondering if anyone is working on an adapter for MooTools? There is a > > jQuery adapter that comes with CKEditor already but my entire projects is > > already all MooTools.
> > Would rather not reinvent the wheel if someone is already doing it. If > not > > then I guess if I can get it done it will be a good plugin to share.
Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: > Yes I know that CKEditor can be used without a framework. I have it > implemented and working, what a royal pain though. I have it in a MochaUI > window built on the fly from an unknown number of elements on different > pages. I think if I had the adapter that this would have been easier to > implement. I am going to build the adapter as I know I am going to continue > to use MooTools and more than likely going to continue to use CKEditor in > more projects.
> Whenever I get it done I will add it to the MooTools Forge.
> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote:
>> There isn't a CKEditor adaptor for mootools as far as I know. So it >> would be cool if you could make one! >> As you, i guess, already know, you can use CKEditor without any js >> framework as wel.
>> But if you create an adaptor, it would be cool if you use github and >> add it to the MooTools Forge so others do not have to invent the as >> well.
>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >> > I am currently tasked with implementing CKEditor into a project and was >> > wondering if anyone is working on an adapter for MooTools? There is a >> > jQuery adapter that comes with CKEditor already but my entire projects >> is >> > already all MooTools.
>> > Would rather not reinvent the wheel if someone is already doing it. If >> not >> > then I guess if I can get it done it will be a good plugin to share.
On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: > Trevor, I'm glad you're going to take the time to write this and release > it. MooTools gets more useful every time one of its users takes the time to > release code. If you get stuck with anything and need help, just post back > here and we'll do what we can to help you out.
> Aaron
> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote:
>> Yes I know that CKEditor can be used without a framework. I have it >> implemented and working, what a royal pain though. I have it in a MochaUI >> window built on the fly from an unknown number of elements on different >> pages. I think if I had the adapter that this would have been easier to >> implement. I am going to build the adapter as I know I am going to continue >> to use MooTools and more than likely going to continue to use CKEditor in >> more projects.
>> Whenever I get it done I will add it to the MooTools Forge.
>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote:
>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>> would be cool if you could make one! >>> As you, i guess, already know, you can use CKEditor without any js >>> framework as wel.
>>> But if you create an adaptor, it would be cool if you use github and >>> add it to the MooTools Forge so others do not have to invent the as >>> well.
>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>> > I am currently tasked with implementing CKEditor into a project and was >>> > wondering if anyone is working on an adapter for MooTools? There is a >>> > jQuery adapter that comes with CKEditor already but my entire projects >>> is >>> > already all MooTools.
>>> > Would rather not reinvent the wheel if someone is already doing it. If >>> not >>> > then I guess if I can get it done it will be a good plugin to share.
On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: > Will do, thanks for the offer.
> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote:
>> Trevor, I'm glad you're going to take the time to write this and release >> it. MooTools gets more useful every time one of its users takes the time to >> release code. If you get stuck with anything and need help, just post back >> here and we'll do what we can to help you out.
>> Aaron
>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote:
>>> Yes I know that CKEditor can be used without a framework. I have it >>> implemented and working, what a royal pain though. I have it in a MochaUI >>> window built on the fly from an unknown number of elements on different >>> pages. I think if I had the adapter that this would have been easier to >>> implement. I am going to build the adapter as I know I am going to continue >>> to use MooTools and more than likely going to continue to use CKEditor in >>> more projects.
>>> Whenever I get it done I will add it to the MooTools Forge.
>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote:
>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>> would be cool if you could make one! >>>> As you, i guess, already know, you can use CKEditor without any js >>>> framework as wel.
>>>> But if you create an adaptor, it would be cool if you use github and >>>> add it to the MooTools Forge so others do not have to invent the as >>>> well.
>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>> > I am currently tasked with implementing CKEditor into a project and >>>> was >>>> > wondering if anyone is working on an adapter for MooTools? There is a >>>> > jQuery adapter that comes with CKEditor already but my entire projects >>>> is >>>> > already all MooTools.
>>>> > Would rather not reinvent the wheel if someone is already doing it. >>>> If not >>>> > then I guess if I can get it done it will be a good plugin to share.
> -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interfaces
> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote:
>> Will do, thanks for the offer.
>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote:
>>> Trevor, I'm glad you're going to take the time to write this and release >>> it. MooTools gets more useful every time one of its users takes the time to >>> release code. If you get stuck with anything and need help, just post back >>> here and we'll do what we can to help you out.
>>> Aaron
>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote:
>>>> Yes I know that CKEditor can be used without a framework. I have it >>>> implemented and working, what a royal pain though. I have it in a MochaUI >>>> window built on the fly from an unknown number of elements on different >>>> pages. I think if I had the adapter that this would have been easier to >>>> implement. I am going to build the adapter as I know I am going to continue >>>> to use MooTools and more than likely going to continue to use CKEditor in >>>> more projects.
>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>> would be cool if you could make one! >>>>> As you, i guess, already know, you can use CKEditor without any js >>>>> framework as wel.
>>>>> But if you create an adaptor, it would be cool if you use github and >>>>> add it to the MooTools Forge so others do not have to invent the as >>>>> well.
>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>> > I am currently tasked with implementing CKEditor into a project and >>>>> was >>>>> > wondering if anyone is working on an adapter for MooTools? There is >>>>> a >>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>> projects is >>>>> > already all MooTools.
>>>>> > Would rather not reinvent the wheel if someone is already doing it. >>>>> If not >>>>> > then I guess if I can get it done it will be a good plugin to share.
Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: > Don't get too excited, I am working 12+ hours days right now so this might > take a little time to get done.
> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
> Yeah, nice initiative Trevor.
>> -- >> Fábio Miranda Costa >> Solucione Sistemas >> Engenheiro de interfaces
>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote:
>>> Will do, thanks for the offer.
>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote:
>>>> Trevor, I'm glad you're going to take the time to write this and release >>>> it. MooTools gets more useful every time one of its users takes the time to >>>> release code. If you get stuck with anything and need help, just post back >>>> here and we'll do what we can to help you out.
>>>> Aaron
>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote:
>>>>> Yes I know that CKEditor can be used without a framework. I have it >>>>> implemented and working, what a royal pain though. I have it in a MochaUI >>>>> window built on the fly from an unknown number of elements on different >>>>> pages. I think if I had the adapter that this would have been easier to >>>>> implement. I am going to build the adapter as I know I am going to continue >>>>> to use MooTools and more than likely going to continue to use CKEditor in >>>>> more projects.
>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>>> would be cool if you could make one! >>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>> framework as wel.
>>>>>> But if you create an adaptor, it would be cool if you use github and >>>>>> add it to the MooTools Forge so others do not have to invent the as >>>>>> well.
>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>> > I am currently tasked with implementing CKEditor into a project and >>>>>> was >>>>>> > wondering if anyone is working on an adapter for MooTools? There is >>>>>> a >>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>> projects is >>>>>> > already all MooTools.
>>>>>> > Would rather not reinvent the wheel if someone is already doing it. >>>>>> If not >>>>>> > then I guess if I can get it done it will be a good plugin to share.
On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: > Thanks Trevor for becoming officially responsible! Keep us posted daily > with the progress. Don't forget we're under a tight deadline and the > investors need to see it.
> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote:
>> Don't get too excited, I am working 12+ hours days right now so this might >> take a little time to get done.
>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>> Yeah, nice initiative Trevor.
>>> -- >>> Fábio Miranda Costa >>> Solucione Sistemas >>> Engenheiro de interfaces
>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>> Will do, thanks for the offer.
>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote:
>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>> release it. MooTools gets more useful every time one of its users takes the >>>>> time to release code. If you get stuck with anything and need help, just >>>>> post back here and we'll do what we can to help you out.
>>>>> Aaron
>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>> Yes I know that CKEditor can be used without a framework. I have it >>>>>> implemented and working, what a royal pain though. I have it in a MochaUI >>>>>> window built on the fly from an unknown number of elements on different >>>>>> pages. I think if I had the adapter that this would have been easier to >>>>>> implement. I am going to build the adapter as I know I am going to continue >>>>>> to use MooTools and more than likely going to continue to use CKEditor in >>>>>> more projects.
>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>>>> would be cool if you could make one! >>>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>>> framework as wel.
>>>>>>> But if you create an adaptor, it would be cool if you use github and >>>>>>> add it to the MooTools Forge so others do not have to invent the as >>>>>>> well.
>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>> > I am currently tasked with implementing CKEditor into a project and >>>>>>> was >>>>>>> > wondering if anyone is working on an adapter for MooTools? There >>>>>>> is a >>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>> projects is >>>>>>> > already all MooTools.
>>>>>>> > Would rather not reinvent the wheel if someone is already doing it. >>>>>>> If not >>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>> share.
On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: > Wow, that is amazing, you sound *exactly* like my boss, when did you join > the company?
> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote:
>> Thanks Trevor for becoming officially responsible! Keep us posted daily >> with the progress. Don't forget we're under a tight deadline and the >> investors need to see it.
>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote:
>>> Don't get too excited, I am working 12+ hours days right now so this >>> might take a little time to get done.
>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>> Yeah, nice initiative Trevor.
>>>> -- >>>> Fábio Miranda Costa >>>> Solucione Sistemas >>>> Engenheiro de interfaces
>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>>> Will do, thanks for the offer.
>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>> time to release code. If you get stuck with anything and need help, just >>>>>> post back here and we'll do what we can to help you out.
>>>>>> Aaron
>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>> Yes I know that CKEditor can be used without a framework. I have it >>>>>>> implemented and working, what a royal pain though. I have it in a MochaUI >>>>>>> window built on the fly from an unknown number of elements on different >>>>>>> pages. I think if I had the adapter that this would have been easier to >>>>>>> implement. I am going to build the adapter as I know I am going to continue >>>>>>> to use MooTools and more than likely going to continue to use CKEditor in >>>>>>> more projects.
>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>>>>> would be cool if you could make one! >>>>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>>>> framework as wel.
>>>>>>>> But if you create an adaptor, it would be cool if you use github and >>>>>>>> add it to the MooTools Forge so others do not have to invent the as >>>>>>>> well.
>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>> > I am currently tasked with implementing CKEditor into a project >>>>>>>> and was >>>>>>>> > wondering if anyone is working on an adapter for MooTools? There >>>>>>>> is a >>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>> projects is >>>>>>>> > already all MooTools.
>>>>>>>> > Would rather not reinvent the wheel if someone is already doing >>>>>>>> it. If not >>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>> share.
> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote:
>> Wow, that is amazing, you sound *exactly* like my boss, when did you join >> the company?
>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>> Thanks Trevor for becoming officially responsible! Keep us posted daily >>> with the progress. Don't forget we're under a tight deadline and the >>> investors need to see it.
>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>> Don't get too excited, I am working 12+ hours days right now so this >>>> might take a little time to get done.
>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>> Yeah, nice initiative Trevor.
>>>>> -- >>>>> Fábio Miranda Costa >>>>> Solucione Sistemas >>>>> Engenheiro de interfaces
>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>> Will do, thanks for the offer.
>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>> post back here and we'll do what we can to help you out.
>>>>>>> Aaron
>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>> Yes I know that CKEditor can be used without a framework. I have it >>>>>>>> implemented and working, what a royal pain though. I have it in a MochaUI >>>>>>>> window built on the fly from an unknown number of elements on different >>>>>>>> pages. I think if I had the adapter that this would have been easier to >>>>>>>> implement. I am going to build the adapter as I know I am going to continue >>>>>>>> to use MooTools and more than likely going to continue to use CKEditor in >>>>>>>> more projects.
>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>>>>>> would be cool if you could make one! >>>>>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>>>>> framework as wel.
>>>>>>>>> But if you create an adaptor, it would be cool if you use github >>>>>>>>> and >>>>>>>>> add it to the MooTools Forge so others do not have to invent the as >>>>>>>>> well.
>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>> > I am currently tasked with implementing CKEditor into a project >>>>>>>>> and was >>>>>>>>> > wondering if anyone is working on an adapter for MooTools? There >>>>>>>>> is a >>>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>>> projects is >>>>>>>>> > already all MooTools.
>>>>>>>>> > Would rather not reinvent the wheel if someone is already doing >>>>>>>>> it. If not >>>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>>> share.
Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> > wrote: > Don't forget the new cover sheet for the outgoing TPS reports.
> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> > wrote: > Wow, that is amazing, you sound exactly like my boss, when did you > join the company?
> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> > wrote: > Thanks Trevor for becoming officially responsible! Keep us posted > daily with the progress. Don't forget we're under a tight deadline > and the investors need to see it.
> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> > wrote: > Don't get too excited, I am working 12+ hours days right now so this > might take a little time to get done.
> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
> Yeah, nice initiative Trevor.
> -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interfaces
> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> > wrote: > Will do, thanks for the offer.
> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> > wrote: > Trevor, I'm glad you're going to take the time to write this and > release it. MooTools gets more useful every time one of its users > takes the time to release code. If you get stuck with anything and > need help, just post back here and we'll do what we can to help you > out.
> Aaron
> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> > wrote: > Yes I know that CKEditor can be used without a framework. I have it > implemented and working, what a royal pain though. I have it in a > MochaUI window built on the fly from an unknown number of elements > on different pages. I think if I had the adapter that this would > have been easier to implement. I am going to build the adapter as I > know I am going to continue to use MooTools and more than likely > going to continue to use CKEditor in more projects.
> Whenever I get it done I will add it to the MooTools Forge.
> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> > wrote: > There isn't a CKEditor adaptor for mootools as far as I know. So it > would be cool if you could make one! > As you, i guess, already know, you can use CKEditor without any js > framework as wel.
> But if you create an adaptor, it would be cool if you use github and > add it to the MooTools Forge so others do not have to invent the as > well.
> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: > > I am currently tasked with implementing CKEditor into a project > and was > > wondering if anyone is working on an adapter for MooTools? There > is a > > jQuery adapter that comes with CKEditor already but my entire > projects is > > already all MooTools.
> > Would rather not reinvent the wheel if someone is already doing > it. If not > > then I guess if I can get it done it will be a good plugin to share.
On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: > Also, did you get the new graphics we uploaded at midnight? I still see the > old stuff from Monday, and even some of the way old stuff from Friday. It > should all be in your inbox.
> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
> I'll get right on that. <361.gif>
> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote:
>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote:
>>> Wow, that is amazing, you sound *exactly* like my boss, when did you >>> join the company?
>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>> Thanks Trevor for becoming officially responsible! Keep us posted daily >>>> with the progress. Don't forget we're under a tight deadline and the >>>> investors need to see it.
>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>>> Don't get too excited, I am working 12+ hours days right now so this >>>>> might take a little time to get done.
>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>> Yeah, nice initiative Trevor.
>>>>>> -- >>>>>> Fábio Miranda Costa >>>>>> Solucione Sistemas >>>>>> Engenheiro de interfaces
>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>> Will do, thanks for the offer.
>>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>>> post back here and we'll do what we can to help you out.
>>>>>>>> Aaron
>>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>> Yes I know that CKEditor can be used without a framework. I have >>>>>>>>> it implemented and working, what a royal pain though. I have it in a >>>>>>>>> MochaUI window built on the fly from an unknown number of elements on >>>>>>>>> different pages. I think if I had the adapter that this would have been >>>>>>>>> easier to implement. I am going to build the adapter as I know I am going >>>>>>>>> to continue to use MooTools and more than likely going to continue to use >>>>>>>>> CKEditor in more projects.
>>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So >>>>>>>>>> it >>>>>>>>>> would be cool if you could make one! >>>>>>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>>>>>> framework as wel.
>>>>>>>>>> But if you create an adaptor, it would be cool if you use github >>>>>>>>>> and >>>>>>>>>> add it to the MooTools Forge so others do not have to invent the >>>>>>>>>> as >>>>>>>>>> well.
>>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>>> > I am currently tasked with implementing CKEditor into a project >>>>>>>>>> and was >>>>>>>>>> > wondering if anyone is working on an adapter for MooTools? >>>>>>>>>> There is a >>>>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>>>> projects is >>>>>>>>>> > already all MooTools.
>>>>>>>>>> > Would rather not reinvent the wheel if someone is already doing >>>>>>>>>> it. If not >>>>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>>>> share.
> And don't forget that this has to live tomorrow morning and yes I know it is 5pm now.
> Hey, I am starting to think that we all really work for the same company.
> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: > Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>> I'll get right on that. <361.gif>
>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote: >> Don't forget the new cover sheet for the outgoing TPS reports.
>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: >> Wow, that is amazing, you sound exactly like my boss, when did you join the company?
>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: >> Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: >> Don't get too excited, I am working 12+ hours days right now so this might take a little time to get done.
>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>> Yeah, nice initiative Trevor.
>> -- >> Fábio Miranda Costa >> Solucione Sistemas >> Engenheiro de interfaces
>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: >> Will do, thanks for the offer.
>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: >> Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
>> Aaron
>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: >> Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
>> Whenever I get it done I will add it to the MooTools Forge.
>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: >> There isn't a CKEditor adaptor for mootools as far as I know. So it >> would be cool if you could make one! >> As you, i guess, already know, you can use CKEditor without any js >> framework as wel.
>> But if you create an adaptor, it would be cool if you use github and >> add it to the MooTools Forge so others do not have to invent the as >> well.
>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >> > I am currently tasked with implementing CKEditor into a project and was >> > wondering if anyone is working on an adapter for MooTools? There is a >> > jQuery adapter that comes with CKEditor already but my entire projects is >> > already all MooTools.
>> > Would rather not reinvent the wheel if someone is already doing it. If not >> > then I guess if I can get it done it will be a good plugin to share.
> You are not really thinking about going home *now*, aren't you?
> On 18.02.2010, at 00:17, Trevor Orr wrote:
> And don't forget that this has to live tomorrow morning and yes I know it > is 5pm now.
> Hey, I am starting to think that we all really work for the same company.
> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com>wrote:
>> Also, did you get the new graphics we uploaded at midnight? I still see >> the old stuff from Monday, and even some of the way old stuff from Friday. >> It should all be in your inbox.
>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>> I'll get right on that. <361.gif>
>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>> Wow, that is amazing, you sound *exactly* like my boss, when did you >>>> join the company?
>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>> Thanks Trevor for becoming officially responsible! Keep us posted daily >>>>> with the progress. Don't forget we're under a tight deadline and the >>>>> investors need to see it.
>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>> Don't get too excited, I am working 12+ hours days right now so this >>>>>> might take a little time to get done.
>>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>>> Yeah, nice initiative Trevor.
>>>>>>> -- >>>>>>> Fábio Miranda Costa >>>>>>> Solucione Sistemas >>>>>>> Engenheiro de interfaces
>>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>> Will do, thanks for the offer.
>>>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>>>> post back here and we'll do what we can to help you out.
>>>>>>>>> Aaron
>>>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>>> Yes I know that CKEditor can be used without a framework. I have >>>>>>>>>> it implemented and working, what a royal pain though. I have it in a >>>>>>>>>> MochaUI window built on the fly from an unknown number of elements on >>>>>>>>>> different pages. I think if I had the adapter that this would have been >>>>>>>>>> easier to implement. I am going to build the adapter as I know I am going >>>>>>>>>> to continue to use MooTools and more than likely going to continue to use >>>>>>>>>> CKEditor in more projects.
>>>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com>wrote:
>>>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So >>>>>>>>>>> it >>>>>>>>>>> would be cool if you could make one! >>>>>>>>>>> As you, i guess, already know, you can use CKEditor without any >>>>>>>>>>> js >>>>>>>>>>> framework as wel.
>>>>>>>>>>> But if you create an adaptor, it would be cool if you use github >>>>>>>>>>> and >>>>>>>>>>> add it to the MooTools Forge so others do not have to invent the >>>>>>>>>>> as >>>>>>>>>>> well.
>>>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>>>> > I am currently tasked with implementing CKEditor into a project >>>>>>>>>>> and was >>>>>>>>>>> > wondering if anyone is working on an adapter for MooTools? >>>>>>>>>>> There is a >>>>>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>>>>> projects is >>>>>>>>>>> > already all MooTools.
>>>>>>>>>>> > Would rather not reinvent the wheel if someone is already doing >>>>>>>>>>> it. If not >>>>>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>>>>> share.
> See you tomorrow, I have to go, have a party to go to, thanks for staying late.
> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: > You are not really thinking about going home *now*, aren't you?
> On 18.02.2010, at 00:17, Trevor Orr wrote:
>> And don't forget that this has to live tomorrow morning and yes I know it is 5pm now.
>> Hey, I am starting to think that we all really work for the same company.
>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: >> Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>> I'll get right on that. <361.gif>
>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>> Don't forget the new cover sheet for the outgoing TPS reports.
>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: >>> Wow, that is amazing, you sound exactly like my boss, when did you join the company?
>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>> Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: >>> Don't get too excited, I am working 12+ hours days right now so this might take a little time to get done.
>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>> Yeah, nice initiative Trevor.
>>> -- >>> Fábio Miranda Costa >>> Solucione Sistemas >>> Engenheiro de interfaces
>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: >>> Will do, thanks for the offer.
>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: >>> Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
>>> Aaron
>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: >>> Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
>>> Whenever I get it done I will add it to the MooTools Forge.
>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: >>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>> would be cool if you could make one! >>> As you, i guess, already know, you can use CKEditor without any js >>> framework as wel.
>>> But if you create an adaptor, it would be cool if you use github and >>> add it to the MooTools Forge so others do not have to invent the as >>> well.
>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>> > I am currently tasked with implementing CKEditor into a project and was >>> > wondering if anyone is working on an adapter for MooTools? There is a >>> > jQuery adapter that comes with CKEditor already but my entire projects is >>> > already all MooTools.
>>> > Would rather not reinvent the wheel if someone is already doing it. If not >>> > then I guess if I can get it done it will be a good plugin to share.
We should start a list of the best phrases from mangers and then once we have a good list compiled send it to all of our managers and see what their reaction is.
On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse <annismcken...@googlemail.com>wrote:
> The actual tragedy begins when you start like that yourself. :(
> I hope to never do that!
> On 18.02.2010, at 00:21, Trevor Orr wrote:
> See you tomorrow, I have to go, have a party to go to, thanks for staying > late.
> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse < > annismcken...@googlemail.com> wrote:
>> You are not really thinking about going home *now*, aren't you?
>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>> And don't forget that this has to live tomorrow morning and yes I know it >> is 5pm now.
>> Hey, I am starting to think that we all really work for the same company.
>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com>wrote:
>>> Also, did you get the new graphics we uploaded at midnight? I still see >>> the old stuff from Monday, and even some of the way old stuff from Friday. >>> It should all be in your inbox.
>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>> I'll get right on that. <361.gif>
>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote:
>>>>> Wow, that is amazing, you sound *exactly* like my boss, when did you >>>>> join the company?
>>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>>> Thanks Trevor for becoming officially responsible! Keep us posted >>>>>> daily with the progress. Don't forget we're under a tight deadline and the >>>>>> investors need to see it.
>>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>> Don't get too excited, I am working 12+ hours days right now so this >>>>>>> might take a little time to get done.
>>>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>>>> Yeah, nice initiative Trevor.
>>>>>>>> -- >>>>>>>> Fábio Miranda Costa >>>>>>>> Solucione Sistemas >>>>>>>> Engenheiro de interfaces
>>>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>> Will do, thanks for the offer.
>>>>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>>>>> post back here and we'll do what we can to help you out.
>>>>>>>>>> Aaron
>>>>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>>>> Yes I know that CKEditor can be used without a framework. I have >>>>>>>>>>> it implemented and working, what a royal pain though. I have it in a >>>>>>>>>>> MochaUI window built on the fly from an unknown number of elements on >>>>>>>>>>> different pages. I think if I had the adapter that this would have been >>>>>>>>>>> easier to implement. I am going to build the adapter as I know I am going >>>>>>>>>>> to continue to use MooTools and more than likely going to continue to use >>>>>>>>>>> CKEditor in more projects.
>>>>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com >>>>>>>>>>> > wrote:
>>>>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So >>>>>>>>>>>> it >>>>>>>>>>>> would be cool if you could make one! >>>>>>>>>>>> As you, i guess, already know, you can use CKEditor without any >>>>>>>>>>>> js >>>>>>>>>>>> framework as wel.
>>>>>>>>>>>> But if you create an adaptor, it would be cool if you use github >>>>>>>>>>>> and >>>>>>>>>>>> add it to the MooTools Forge so others do not have to invent the >>>>>>>>>>>> as >>>>>>>>>>>> well.
>>>>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>>>>> > I am currently tasked with implementing CKEditor into a >>>>>>>>>>>> project and was >>>>>>>>>>>> > wondering if anyone is working on an adapter for MooTools? >>>>>>>>>>>> There is a >>>>>>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>>>>>> projects is >>>>>>>>>>>> > already all MooTools.
>>>>>>>>>>>> > Would rather not reinvent the wheel if someone is already >>>>>>>>>>>> doing it. If not >>>>>>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>>>>>> share.
> That would be horrible if I ever star doing that.
> We should start a list of the best phrases from mangers and then once we have a good list compiled send it to all of our managers and see what their reaction is.
> On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: > The actual tragedy begins when you start like that yourself. :(
> I hope to never do that!
> On 18.02.2010, at 00:21, Trevor Orr wrote:
>> See you tomorrow, I have to go, have a party to go to, thanks for staying late.
>> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >> You are not really thinking about going home *now*, aren't you?
>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>>> And don't forget that this has to live tomorrow morning and yes I know it is 5pm now.
>>> Hey, I am starting to think that we all really work for the same company.
>>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: >>> Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>>> I'll get right on that. <361.gif>
>>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>> Don't forget the new cover sheet for the outgoing TPS reports.
>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: >>>> Wow, that is amazing, you sound exactly like my boss, when did you join the company?
>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>> Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: >>>> Don't get too excited, I am working 12+ hours days right now so this might take a little time to get done.
>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>> Yeah, nice initiative Trevor.
>>>> -- >>>> Fábio Miranda Costa >>>> Solucione Sistemas >>>> Engenheiro de interfaces
>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: >>>> Will do, thanks for the offer.
>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: >>>> Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
>>>> Aaron
>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: >>>> Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: >>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>> would be cool if you could make one! >>>> As you, i guess, already know, you can use CKEditor without any js >>>> framework as wel.
>>>> But if you create an adaptor, it would be cool if you use github and >>>> add it to the MooTools Forge so others do not have to invent the as >>>> well.
>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>> > I am currently tasked with implementing CKEditor into a project and was >>>> > wondering if anyone is working on an adapter for MooTools? There is a >>>> > jQuery adapter that comes with CKEditor already but my entire projects is >>>> > already all MooTools.
>>>> > Would rather not reinvent the wheel if someone is already doing it. If not >>>> > then I guess if I can get it done it will be a good plugin to share.
> I don't care how you do it, just – get – it – done!
> On 18.02.2010, at 00:30, Trevor Orr wrote:
> That would be horrible if I ever star doing that.
> We should start a list of the best phrases from mangers and then once we > have a good list compiled send it to all of our managers and see what their > reaction is.
> On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse < > annismcken...@googlemail.com> wrote:
>> The actual tragedy begins when you start like that yourself. :(
>> I hope to never do that!
>> On 18.02.2010, at 00:21, Trevor Orr wrote:
>> See you tomorrow, I have to go, have a party to go to, thanks for staying >> late.
>> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse < >> annismcken...@googlemail.com> wrote:
>>> You are not really thinking about going home *now*, aren't you?
>>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>>> And don't forget that this has to live tomorrow morning and yes I know it >>> is 5pm now.
>>> Hey, I am starting to think that we all really work for the same company.
>>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com>wrote:
>>>> Also, did you get the new graphics we uploaded at midnight? I still see >>>> the old stuff from Monday, and even some of the way old stuff from Friday. >>>> It should all be in your inbox.
>>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>>> I'll get right on that. <361.gif>
>>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>> Wow, that is amazing, you sound *exactly* like my boss, when did you >>>>>> join the company?
>>>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>>>> Thanks Trevor for becoming officially responsible! Keep us posted >>>>>>> daily with the progress. Don't forget we're under a tight deadline and the >>>>>>> investors need to see it.
>>>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>> Don't get too excited, I am working 12+ hours days right now so this >>>>>>>> might take a little time to get done.
>>>>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>>>>> Yeah, nice initiative Trevor.
>>>>>>>>> -- >>>>>>>>> Fábio Miranda Costa >>>>>>>>> Solucione Sistemas >>>>>>>>> Engenheiro de interfaces
>>>>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>>> Will do, thanks for the offer.
>>>>>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>>>>>> post back here and we'll do what we can to help you out.
>>>>>>>>>>> Aaron
>>>>>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>>>>> Yes I know that CKEditor can be used without a framework. I >>>>>>>>>>>> have it implemented and working, what a royal pain though. I have it in a >>>>>>>>>>>> MochaUI window built on the fly from an unknown number of elements on >>>>>>>>>>>> different pages. I think if I had the adapter that this would have been >>>>>>>>>>>> easier to implement. I am going to build the adapter as I know I am going >>>>>>>>>>>> to continue to use MooTools and more than likely going to continue to use >>>>>>>>>>>> CKEditor in more projects.
>>>>>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian < >>>>>>>>>>>> stolwijk.ar...@gmail.com> wrote:
>>>>>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. >>>>>>>>>>>>> So it >>>>>>>>>>>>> would be cool if you could make one! >>>>>>>>>>>>> As you, i guess, already know, you can use CKEditor without any >>>>>>>>>>>>> js >>>>>>>>>>>>> framework as wel.
>>>>>>>>>>>>> But if you create an adaptor, it would be cool if you use >>>>>>>>>>>>> github and >>>>>>>>>>>>> add it to the MooTools Forge so others do not have to invent >>>>>>>>>>>>> the as >>>>>>>>>>>>> well.
>>>>>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>>>>>> > I am currently tasked with implementing CKEditor into a >>>>>>>>>>>>> project and was >>>>>>>>>>>>> > wondering if anyone is working on an adapter for MooTools? >>>>>>>>>>>>> There is a >>>>>>>>>>>>> > jQuery adapter that comes with CKEditor already but my entire >>>>>>>>>>>>> projects is >>>>>>>>>>>>> > already all MooTools.
>>>>>>>>>>>>> > Would rather not reinvent the wheel if someone is already >>>>>>>>>>>>> doing it. If not >>>>>>>>>>>>> > then I guess if I can get it done it will be a good plugin to >>>>>>>>>>>>> share.
> What do you mean it's not ready? I told the client it would be live in 10 minutes.
> On Wed, Feb 17, 2010 at 3:32 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: > I don't care how you do it, just – get – it – done!
> On 18.02.2010, at 00:30, Trevor Orr wrote:
>> That would be horrible if I ever star doing that.
>> We should start a list of the best phrases from mangers and then once we have a good list compiled send it to all of our managers and see what their reaction is.
>> On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >> The actual tragedy begins when you start like that yourself. :(
>> I hope to never do that!
>> On 18.02.2010, at 00:21, Trevor Orr wrote:
>>> See you tomorrow, I have to go, have a party to go to, thanks for staying late.
>>> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >>> You are not really thinking about going home *now*, aren't you?
>>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>>>> And don't forget that this has to live tomorrow morning and yes I know it is 5pm now.
>>>> Hey, I am starting to think that we all really work for the same company.
>>>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: >>>> Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
>>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>>>> I'll get right on that. <361.gif>
>>>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>>> Don't forget the new cover sheet for the outgoing TPS reports.
>>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>> Wow, that is amazing, you sound exactly like my boss, when did you join the company?
>>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>>> Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>> Don't get too excited, I am working 12+ hours days right now so this might take a little time to get done.
>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>> Yeah, nice initiative Trevor.
>>>>> -- >>>>> Fábio Miranda Costa >>>>> Solucione Sistemas >>>>> Engenheiro de interfaces
>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>> Will do, thanks for the offer.
>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: >>>>> Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
>>>>> Aaron
>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: >>>>> Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: >>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>> would be cool if you could make one! >>>>> As you, i guess, already know, you can use CKEditor without any js >>>>> framework as wel.
>>>>> But if you create an adaptor, it would be cool if you use github and >>>>> add it to the MooTools Forge so others do not have to invent the as >>>>> well.
>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>> > I am currently tasked with implementing CKEditor into a project and was >>>>> > wondering if anyone is working on an adapter for MooTools? There is a >>>>> > jQuery adapter that comes with CKEditor already but my entire projects is >>>>> > already all MooTools.
>>>>> > Would rather not reinvent the wheel if someone is already doing it. If not >>>>> > then I guess if I can get it done it will be a good plugin to share.
> What do you mean it's not ready? I told the client it would be live in 10 > minutes.
> On Wed, Feb 17, 2010 at 3:32 PM, Daniel Lohse < > annismcken...@googlemail.com> wrote:
>> I don't care how you do it, just – get – it – done!
>> On 18.02.2010, at 00:30, Trevor Orr wrote:
>> That would be horrible if I ever star doing that.
>> We should start a list of the best phrases from mangers and then once we >> have a good list compiled send it to all of our managers and see what their >> reaction is.
>> On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse < >> annismcken...@googlemail.com> wrote:
>>> The actual tragedy begins when you start like that yourself. :(
>>> I hope to never do that!
>>> On 18.02.2010, at 00:21, Trevor Orr wrote:
>>> See you tomorrow, I have to go, have a party to go to, thanks for staying >>> late.
>>> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse < >>> annismcken...@googlemail.com> wrote:
>>>> You are not really thinking about going home *now*, aren't you?
>>>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>>>> And don't forget that this has to live tomorrow morning and yes I know >>>> it is 5pm now.
>>>> Hey, I am starting to think that we all really work for the same >>>> company.
>>>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com>wrote:
>>>>> Also, did you get the new graphics we uploaded at midnight? I still see >>>>> the old stuff from Monday, and even some of the way old stuff from Friday. >>>>> It should all be in your inbox.
>>>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>>>> I'll get right on that. <361.gif>
>>>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>> Wow, that is amazing, you sound *exactly* like my boss, when did you >>>>>>> join the company?
>>>>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com>wrote:
>>>>>>>> Thanks Trevor for becoming officially responsible! Keep us posted >>>>>>>> daily with the progress. Don't forget we're under a tight deadline and the >>>>>>>> investors need to see it.
>>>>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>> Don't get too excited, I am working 12+ hours days right now so >>>>>>>>> this might take a little time to get done.
>>>>>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>>>>>> Yeah, nice initiative Trevor.
>>>>>>>>>> -- >>>>>>>>>> Fábio Miranda Costa >>>>>>>>>> Solucione Sistemas >>>>>>>>>> Engenheiro de interfaces
>>>>>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com>wrote:
>>>>>>>>>>> Will do, thanks for the offer.
>>>>>>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com>wrote:
>>>>>>>>>>>> Trevor, I'm glad you're going to take the time to write this and >>>>>>>>>>>> release it. MooTools gets more useful every time one of its users takes the >>>>>>>>>>>> time to release code. If you get stuck with anything and need help, just >>>>>>>>>>>> post back here and we'll do what we can to help you out.
>>>>>>>>>>>> Aaron
>>>>>>>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com >>>>>>>>>>>> > wrote:
>>>>>>>>>>>>> Yes I know that CKEditor can be used without a framework. I >>>>>>>>>>>>> have it implemented and working, what a royal pain though. I have it in a >>>>>>>>>>>>> MochaUI window built on the fly from an unknown number of elements on >>>>>>>>>>>>> different pages. I think if I had the adapter that this would have been >>>>>>>>>>>>> easier to implement. I am going to build the adapter as I know I am going >>>>>>>>>>>>> to continue to use MooTools and more than likely going to continue to use >>>>>>>>>>>>> CKEditor in more projects.
>>>>>>>>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>>>>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian < >>>>>>>>>>>>> stolwijk.ar...@gmail.com> wrote:
>>>>>>>>>>>>>> There isn't a CKEditor adaptor for mootools as far as I know. >>>>>>>>>>>>>> So it >>>>>>>>>>>>>> would be cool if you could make one! >>>>>>>>>>>>>> As you, i guess, already know, you can use CKEditor without >>>>>>>>>>>>>> any js >>>>>>>>>>>>>> framework as wel.
>>>>>>>>>>>>>> But if you create an adaptor, it would be cool if you use >>>>>>>>>>>>>> github and >>>>>>>>>>>>>> add it to the MooTools Forge so others do not have to invent >>>>>>>>>>>>>> the as >>>>>>>>>>>>>> well.
>>>>>>>>>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>>>>>>>>>> > I am currently tasked with implementing CKEditor into a >>>>>>>>>>>>>> project and was >>>>>>>>>>>>>> > wondering if anyone is working on an adapter for MooTools? >>>>>>>>>>>>>> There is a >>>>>>>>>>>>>> > jQuery adapter that comes with CKEditor already but my >>>>>>>>>>>>>> entire projects is >>>>>>>>>>>>>> > already all MooTools.
>>>>>>>>>>>>>> > Would rather not reinvent the wheel if someone is already >>>>>>>>>>>>>> doing it. If not >>>>>>>>>>>>>> > then I guess if I can get it done it will be a good plugin >>>>>>>>>>>>>> to share.
> On Wed, Feb 17, 2010 at 3:44 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: > Ran into any problems this past night? *smirks*
> On 18.02.2010, at 00:40, Trevor Orr wrote:
>> What do you mean it's not ready? I told the client it would be live in 10 minutes.
>> On Wed, Feb 17, 2010 at 3:32 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >> I don't care how you do it, just – get – it – done!
>> On 18.02.2010, at 00:30, Trevor Orr wrote:
>>> That would be horrible if I ever star doing that.
>>> We should start a list of the best phrases from mangers and then once we have a good list compiled send it to all of our managers and see what their reaction is.
>>> On Wed, Feb 17, 2010 at 3:27 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >>> The actual tragedy begins when you start like that yourself. :(
>>> I hope to never do that!
>>> On 18.02.2010, at 00:21, Trevor Orr wrote:
>>>> See you tomorrow, I have to go, have a party to go to, thanks for staying late.
>>>> On Wed, Feb 17, 2010 at 3:18 PM, Daniel Lohse <annismcken...@googlemail.com> wrote: >>>> You are not really thinking about going home *now*, aren't you?
>>>> On 18.02.2010, at 00:17, Trevor Orr wrote:
>>>>> And don't forget that this has to live tomorrow morning and yes I know it is 5pm now.
>>>>> Hey, I am starting to think that we all really work for the same company.
>>>>> On Wed, Feb 17, 2010 at 3:11 PM, Ryan Florence <rpflore...@gmail.com> wrote: >>>>> Also, did you get the new graphics we uploaded at midnight? I still see the old stuff from Monday, and even some of the way old stuff from Friday. It should all be in your inbox.
>>>>> On Feb 17, 2010, at 2:27 PM, Trevor Orr wrote:
>>>>>> I'll get right on that. <361.gif>
>>>>>> On Wed, Feb 17, 2010 at 1:21 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>>>> Don't forget the new cover sheet for the outgoing TPS reports.
>>>>>> On Wed, Feb 17, 2010 at 1:19 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>>> Wow, that is amazing, you sound exactly like my boss, when did you join the company?
>>>>>> On Wed, Feb 17, 2010 at 1:16 PM, Guillermo Rauch <rau...@gmail.com> wrote: >>>>>> Thanks Trevor for becoming officially responsible! Keep us posted daily with the progress. Don't forget we're under a tight deadline and the investors need to see it.
>>>>>> On Wed, Feb 17, 2010 at 1:03 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>>> Don't get too excited, I am working 12+ hours days right now so this might take a little time to get done.
>>>>>> 2010/2/17 Fábio M. Costa <fabiomco...@gmail.com>
>>>>>> Yeah, nice initiative Trevor.
>>>>>> -- >>>>>> Fábio Miranda Costa >>>>>> Solucione Sistemas >>>>>> Engenheiro de interfaces
>>>>>> On Wed, Feb 17, 2010 at 2:56 PM, Trevor Orr <fract...@gmail.com> wrote: >>>>>> Will do, thanks for the offer.
>>>>>> On Wed, Feb 17, 2010 at 8:38 AM, Aaron Newton <aa...@iminta.com> wrote: >>>>>> Trevor, I'm glad you're going to take the time to write this and release it. MooTools gets more useful every time one of its users takes the time to release code. If you get stuck with anything and need help, just post back here and we'll do what we can to help you out.
>>>>>> Aaron
>>>>>> On Wed, Feb 17, 2010 at 8:23 AM, Trevor Orr <fract...@gmail.com> wrote: >>>>>> Yes I know that CKEditor can be used without a framework. I have it implemented and working, what a royal pain though. I have it in a MochaUI window built on the fly from an unknown number of elements on different pages. I think if I had the adapter that this would have been easier to implement. I am going to build the adapter as I know I am going to continue to use MooTools and more than likely going to continue to use CKEditor in more projects.
>>>>>> Whenever I get it done I will add it to the MooTools Forge.
>>>>>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote: >>>>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>>>>> would be cool if you could make one! >>>>>> As you, i guess, already know, you can use CKEditor without any js >>>>>> framework as wel.
>>>>>> But if you create an adaptor, it would be cool if you use github and >>>>>> add it to the MooTools Forge so others do not have to invent the as >>>>>> well.
>>>>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>>>>> > I am currently tasked with implementing CKEditor into a project and was >>>>>> > wondering if anyone is working on an adapter for MooTools? There is a >>>>>> > jQuery adapter that comes with CKEditor already but my entire projects is >>>>>> > already all MooTools.
>>>>>> > Would rather not reinvent the wheel if someone is already doing it. If not >>>>>> > then I guess if I can get it done it will be a good plugin to share.
on a more serious note - i've been going over the JQ adapter and it shouldn't be too difficult to modify it to a moo version. i would have done it myself (i actualy tried) but i can't distinguish between JQ methods and CKE's ones. I'll be happy to help btw. ----------- אריה גלזר 052-5348-561 5561
On Wed, Feb 17, 2010 at 18:23, Trevor Orr <fract...@gmail.com> wrote: > Yes I know that CKEditor can be used without a framework. I have it > implemented and working, what a royal pain though. I have it in a MochaUI > window built on the fly from an unknown number of elements on different > pages. I think if I had the adapter that this would have been easier to > implement. I am going to build the adapter as I know I am going to continue > to use MooTools and more than likely going to continue to use CKEditor in > more projects.
> Whenever I get it done I will add it to the MooTools Forge.
> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote:
>> There isn't a CKEditor adaptor for mootools as far as I know. So it >> would be cool if you could make one! >> As you, i guess, already know, you can use CKEditor without any js >> framework as wel.
>> But if you create an adaptor, it would be cool if you use github and >> add it to the MooTools Forge so others do not have to invent the as >> well.
>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >> > I am currently tasked with implementing CKEditor into a project and was >> > wondering if anyone is working on an adapter for MooTools? There is a >> > jQuery adapter that comes with CKEditor already but my entire projects >> is >> > already all MooTools.
>> > Would rather not reinvent the wheel if someone is already doing it. If >> not >> > then I guess if I can get it done it will be a good plugin to share.
On Thu, Feb 18, 2010 at 12:33 AM, אריה גלזר <arieh.gla...@gmail.com> wrote: > on a more serious note - i've been going over the JQ adapter and it > shouldn't be too difficult to modify it to a moo version. > i would have done it myself (i actualy tried) but i can't distinguish > between JQ methods and CKE's ones. I'll be happy to help btw. > ----------- > אריה גלזר > 052-5348-561 > 5561
> On Wed, Feb 17, 2010 at 18:23, Trevor Orr <fract...@gmail.com> wrote:
>> Yes I know that CKEditor can be used without a framework. I have it >> implemented and working, what a royal pain though. I have it in a MochaUI >> window built on the fly from an unknown number of elements on different >> pages. I think if I had the adapter that this would have been easier to >> implement. I am going to build the adapter as I know I am going to continue >> to use MooTools and more than likely going to continue to use CKEditor in >> more projects.
>> Whenever I get it done I will add it to the MooTools Forge.
>> On Wed, Feb 17, 2010 at 2:21 AM, Arian <stolwijk.ar...@gmail.com> wrote:
>>> There isn't a CKEditor adaptor for mootools as far as I know. So it >>> would be cool if you could make one! >>> As you, i guess, already know, you can use CKEditor without any js >>> framework as wel.
>>> But if you create an adaptor, it would be cool if you use github and >>> add it to the MooTools Forge so others do not have to invent the as >>> well.
>>> On Feb 17, 4:15 am, Trevor Orr <fract...@gmail.com> wrote: >>> > I am currently tasked with implementing CKEditor into a project and was >>> > wondering if anyone is working on an adapter for MooTools? There is a >>> > jQuery adapter that comes with CKEditor already but my entire projects >>> is >>> > already all MooTools.
>>> > Would rather not reinvent the wheel if someone is already doing it. If >>> not >>> > then I guess if I can get it done it will be a good plugin to share.