Sep 08, 2008, 05:29 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Read what MODx Developers say: MODx Dev. Blogs
Pages: 1 ... 3 4 [5] 6   Go Down
  Print  
Author Topic: Integrate a web based WYSIWYM editor : a good idea ?  (Read 21760 times)
0 Members and 1 Guest are viewing this topic.
ZAP
Testers
*
Posts: 1,328



« Reply #60 on: Mar 29, 2007, 10:13 AM »

I find that TinyMCE slows down page loading so much that I often just turn it off. So for me lightweight is crucial. Personally I would love to see an RTE that uses no images at all (and of course generates complicant content, can be customized, etc.).
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
rthrash
Foundation
*
Posts: 9,105



WWW
« Reply #61 on: Mar 29, 2007, 10:21 AM »

Good idea Zap... time for you to start coding! Tongue
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
ZAP
Testers
*
Posts: 1,328



« Reply #62 on: Mar 29, 2007, 11:17 AM »

I thought we wanted a GOOD RTE though...
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
grad
Coding Team
*
Posts: 139


« Reply #63 on: Mar 29, 2007, 01:23 PM »

I recall there were (or were to be) some attempts to integrate Xstandard Lite into MODx. What's the status of it?
Logged

Polish MODx Community/Polskie forum MODx
- MODx, GPL i Ty

- GetField - the ultimate way to get any document content field
- SiteMap - Google sitemaps in MODx
- PHP Markdown plugin

This is the Web. The only thing you know about who will come is that you do not know who will come.
rthrash
Foundation
*
Posts: 9,105



WWW
« Reply #64 on: Mar 29, 2007, 01:28 PM »

There is no status currently. Anyone is welcome to take up the effort though.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
serban
Jr. Member
*
Posts: 23


WWW
« Reply #65 on: Mar 29, 2007, 06:30 PM »

Any progress so fart with Tiny serban?
I hope I will come back with some results in a couple of days.
Logged

I am a freelance web designer. Find out more about me on byskyedition.com
Jesse R.
Coding Team
*
Posts: 778


WWW
« Reply #66 on: Apr 24, 2007, 12:03 PM »

Just thought I would post a quick note that the first alpha version of WYMEDITOR 0.3 has been released.

http://forum.wymeditor.org/forum/viewtopic.php?t=81

If I recall correctly, there was talk, by Jeff, about this being more difficult to implement because it used a bunch of divs, as opposed to using javascript to replace a text area.  The 0.3 release now uses jQuery to replace text areas with instances of WYMEDITOR.
Logged

Jesse R.
Consider trying something new and extraordinary.
Illinois Wine

Have you considered donating to MODx lately?
Donate now.  Every contribution helps.
pixelchutes
Coding Team
*
Posts: 801



WWW
« Reply #67 on: Apr 24, 2007, 12:46 PM »

Just thought I would post a quick note that the first alpha version of WYMEDITOR 0.3 has been released.

http://forum.wymeditor.org/forum/viewtopic.php?t=81

If I recall correctly, there was talk, by Jeff, about this being more difficult to implement because it used a bunch of divs, as opposed to using javascript to replace a text area.  The 0.3 release now uses jQuery to replace text areas with instances of WYMEDITOR.

Anyone know if jQuery plays nicely with MooTools? I would think it should...
Logged

Mike Reid - www.pixelchutes.com
MODx Team Member / Contributor
[Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
________________________________
Where every pixel matters.
ZAP
Testers
*
Posts: 1,328



« Reply #68 on: Apr 24, 2007, 12:50 PM »

Er... actually no, I think that they don't play so well together.
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
rthrash
Foundation
*
Posts: 9,105



WWW
« Reply #69 on: Apr 24, 2007, 01:12 PM »

Mootools is not namespaced and doesn't play well with other libs indeed.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
Jesse R.
Coding Team
*
Posts: 778


WWW
« Reply #70 on: Apr 24, 2007, 01:34 PM »

Hmm...this might be relevant then:

http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Logged

Jesse R.
Consider trying something new and extraordinary.
Illinois Wine

Have you considered donating to MODx lately?
Donate now.  Every contribution helps.
ZAP
Testers
*
Posts: 1,328



« Reply #71 on: Apr 24, 2007, 02:21 PM »

Indeed that looks like exactly the trick needed.
Logged

"Things are not what they appear to be; nor are they otherwise." - Buddha

"Well, gee, Buddha - that wasn't very helpful..." - ZAP

Useful MODx links: documentation | wiki  | forum guidelines  | bug reports  | info you should include with your post | commercial support options
Jesse R.
Coding Team
*
Posts: 778


WWW
« Reply #72 on: Apr 24, 2007, 11:43 PM »

Even better, it looks like the developer has already taken namespace conflicts into account and has posted a integration example that looks like it should be pretty simple.

http://trac.wymeditor.org/trac/wiki/0.3/Integration
Logged

Jesse R.
Consider trying something new and extraordinary.
Illinois Wine

Have you considered donating to MODx lately?
Donate now.  Every contribution helps.
Xsss4hell
Full Member
***
Posts: 140


Believe or not I'm member #6666 =(


« Reply #73 on: May 05, 2007, 05:54 AM »

OKAY, I was for XStandard before I knew from WYSIWYM.
Now I'm converted to the "WYM-Editor"!

WYM-Editor now supports: MSIE 6.0+, Gecko-based browsers (e.g. Firefox 1.5+) and Opera 9.0+.
ADDING EVEN IE5.01 support is no problem in my eyes. Thanks to Dean Edwards BASE2 and legacy file (http://dean.edwards.name/weblog/2007/03/yet-another/)

The MSIE6.0+ limitation is due to jQuery which is based on the base library version 1. Thanks to version 2 and some Javascript developers we can achieve realy crossbrowser support.
However the most important is that it gets integrated into modx as alternative or main editor.

*I've tested it and it works like a charm*

Please integrate it in the next built.

Pleas inform us about news regarding the BUILT-IN Editor in MODx
« Last Edit: May 05, 2007, 05:57 AM by Xsss4hell » Logged
rthrash
Foundation
*
Posts: 9,105



WWW
« Reply #74 on: May 05, 2007, 08:51 AM »

If WYM doesn't support or at least have a fall-back working mode for Safari, it won't be a replacement.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
Pages: 1 ... 3 4 [5] 6   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!