Results 1 to 6 of 6

Thread: Is TinyMCE still the best option for WYSIWYG?

  1. #1
    Join Date
    Sep 2007
    Location
    Maui
    Posts
    642
    Thanks
    284
    Thanked 15 Times in 15 Posts

    Default Is TinyMCE still the best option for WYSIWYG?

    I created a site a couple of years ago that allows users to submit events. At the time, the best way to add WYSIWYG to the textarea fields was to use TinyMCE. I just noticed that it is no longer working so, before I fix it, I was wondering if there is currently a better way to add WYSIWYG to textarea fields or should I update the TinyMCE? As I recall the TinyMCE was huge.

    Thanks!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    I still prefer TinyMCE - I'm just waiting for v3.4 to come out of beta mode so all the IE9 bugs have been fixed.

    If you're only using a few functions on your WYSIWYG toolbar you can strip the vast majority of plugins out of the plugins folder and that will reduce the overall size of it considerably

    For example, with a setup like this;
    Code:
    	tinyMCE.init({
    		mode : "exact",
    		elements : "mytextarea",
    		width : "100%",
    		height : "250",
    		theme : "advanced",
    		convert_urls : false,
    		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,bullist,numlist,|,undo,redo",
    		theme_advanced_buttons2 : "",
    		theme_advanced_buttons3 : "",
    		theme_advanced_buttons4 : "",
    		theme_advanced_toolbar_location : "top"
    		});
    You can totally empty the plugins folder, delete the examples and themes you dont need and get it down to about 750kb.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    kuau (03-02-2011)

  4. #3
    Join Date
    Sep 2007
    Location
    Maui
    Posts
    642
    Thanks
    284
    Thanked 15 Times in 15 Posts

    Default

    Just what I needed to know. Thanks very much!

    I haven't tried IE9 yet. How is it? I'm always a bit nervous using the latest IE in case sites I am working on look OK in it but not in previous versions. I'm hoping MS will push the upgrade once it is stable.

  5. #4
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    I'm not using IE9 yet either but I plugged it into IETester and have been testing websites with it that way: http://www.my-debugbar.com/wiki/IETester/IE9Preview

    Hope that helps
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  6. The Following User Says Thank You to Beverleyh For This Useful Post:

    kuau (03-05-2011)

  7. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Sorry, I have nothing on small rodents (tinyMCE), except no WYSIWYG editor can really afford to ignore IE 9.

    IE 9 looks very nice. I have the current release candidate running under Win 7. I also have a Virtual PC running IE 8, 7, and 6 under Win XP, so I pretty much have the testing spectrum covered for IE.

    It should be interesting to note however that relatively speaking very few use IE 6 now. Once 9 comes out, unless MS screws it up somehow, 7 will probably die as well, it already is, perhaps 8. 9 is so much like other browsers, it's scary. MS is obviously trying to regain dominance. If 9 continues to perform as well as other modern browsers, they just might have something there.

    See:

    http://www.w3counter.com/globalstats.php

    especially the second graph on their trends page:

    http://www.w3counter.com/trends

    If that holds true when 9 comes out, the long global nightmare of designing for IE may finally be nearing its end.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  8. #6
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi)
    After installing the JS aggregator, TinyMCE stopped working, and I noticed that there were a few new wysiwyg editors. Should I go through the trouble of figuring out how to get TinyMCE back or is there a better option?

    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •