similar to: tinymce // problem with underline and strikethrough

Displaying 20 results from an estimated 2000 matches similar to: "tinymce // problem with underline and strikethrough"

2005 Dec 05
1
Scriptaculous conflict with TinyMCE
I''m using TinyMCE[1], a popular javascript WYSIWYG html editor. The editor fails to work when I load Scriptaculous before it -- well depending on the browser. I can make my application load the javascript in a different order, but just in case it''s an issue in scriptaculous I thought I''d report. I have a few pages up -- I''d like to find out if anyone else
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
Hello all! I''m having a problem which is driving me insane. It''s probably related to the fact that I''m new to javascript.... :) Here''s the thing, I have a couple of effects which are all being put in the queue. Some of these effects have callbacks; e.g. "afterFinish". But the calback is being made directly instead of after the effect is done. The
2007 May 01
3
How to get TinyMCE editor value( text content)
Hi everybody ! I included one tinymce editor in my rails application. But I cant get the textarea content from the tiny editor. I dont know how to include the submit button . And also I wrote a javascript for getting the textarea content when the user press the enter button. Its also not working. Why it is. tinyMCE.init({ mode : "textareas", }); <textarea name="msg"
2009 Nov 04
2
A Suggestion for Strikethrough Syntax
All, Hopefully, I'm not covering old territory, and a search of the list archives seems to indicate that I'm not. If I am, then I extend my apologies in advance. I use strikethrough a lot so I modify my Movable Type Markdown module as shown below, right about line 1040 or so. I assume other Markdown implementations can use this change as well: sub _DoItalicsAndBold { my
2010 Jul 22
5
markdown do not support Strikethrough ?
I am using indefero,and its wiki use markdown as wiki syntax,and I found that markdown do not support Strikethrough ? Thanks!
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine, I am currently trying out your inPlaceEditor and I am happy with so far as it helps with the CMS I am developing in Rails at the moment. However, when you click cancel and go into in-place editing right after again, the textfield does not switch into WYSIWYG mode anymore. That behaviour is correct, because you do not disconnect the editor instance form the DOM tree on cancel.
2011 Feb 24
1
Rails 3 testing help with TinyMCE gem and plugin
Hiya, I''ve taken over maintenance of the tiny_mce gem (https://github.com/kete/tiny_mce/) and am preparing a release that will have the latest TinyMCE and take advantage of some TinyMCE jQuery integration. I''m in the process of getting things working again with Rails 2.3.x (jQuery integration stuff broke things) and I could use hand with testing with Rails 3.x. I don''t
2006 Mar 03
3
TinyMCE or FCKEditor (WYSISYG editor)
TinyMCE or FCKEditor? which one is the best from your experience? Or anything better than these two for rails env? Thank you all, - Dunnil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/7350e5df/attachment.html
2006 May 06
1
TinyMCE and AJAX calls
Hi, First of all I have been dealing with rails for a little bit only, so please excuse me if questions are basic! I''m trying to use TinyMCE in my application... I got it installed and it was working ok. The problem is that when I tried to update the text area with an AJAX call, the editor didn''t load... I had a look around for solutions, but couldn''t implement any
2008 Jun 06
1
tinymce and Rails 2.0
is there some trick to installing tinymce w/ rails 2.xx ?? None of the old intructions I''ve found seem to be working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2006 Nov 04
0
TinyMCE / Spellcheck integration with rails
Just wanted to post a link to my blog about how I integrated TinyMCE''s aspell based spell checker into Ruby on Rails. The default configuration required PHP so I rolled my own. http://www.gusto.com/mike/blog/post202 I think it works great and you can try it out on our review pages, comment pages and blog pages on http://www.gusto.com/ Cheers Mike Engelhart http://www.gusto.com/mike
2012 Aug 11
0
how do u deal with tinymce and uploaded images
if i upload an image with tinymce while i''m in the new-article-action, how do u set a reference on that image? article has paperclip attachement. thx -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe
2008 Aug 26
0
character limit for tinyMCE textarea
Hi, I am using TinyMCE editor for textarea.how to limit the characters in that textarea. 500 is limit for that textarea,how to limit characters for this textarea in client side. alert message after 500 characters or displaying dynamic count of characters above the text area. thanks, Ravi. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2009 Mar 23
1
Bounding width when we give users' TinyMCE or FCKEditor?
I finally got TinyMCE to work beautifully and now am trying to understand how I will bound my users'' from not pushing the HTML beyond the borders that I grant them. For example, if I type; 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 It goes off the edge of the <div> space I have defined for this element. Is there a
2012 Apr 02
0
tinymce-rails-imageupload
Hi. I have a beginner level. And I can not get the image url (i do not know how). https://github.com/Atlantia/tinymce-rails-imageupload Create name = params[:file].original_filename directory = "public/data" #create the file path path = File.join(directory, name) #write the file File.open(path, "wb") { |f| f.write(params[:file].read) } Render
2007 Feb 18
2
help with an error with tinymce (installation)
hi, i''m trying to install tinymce following the wiki, so i''ve done svn propedit svn:externals vendor/plugins into the tmp saved tiny_mce <a href="https://secure.near-time.com/svn/plugins/trunk/tiny_mce">https://secure.near-time.com/svn/plugins/trunk/tiny_mce</a> but it say this $ svn propedit svn:externals vendor/plugins svn: Error parsing svn:externals
2006 Sep 15
7
OT: TinyMCE in Rails
I''m having a problem getting the text area the size I want it to be. In my view at the top I have this init calls <script type="text/javascript" > tinyMCE.init({ mode: "textareas", theme: ''advanced'', theme_advanced_toolbar_location: ''top'' }); </script> Then in my form: <%= text_area
2011 Sep 02
0
No subject
penSuse 12.1. Lets check with OpenSuse 12.1.&nbsp; <div><br /> </div> <div>Regards.</div> <div><br /> <br /> <div class=3D"gmail_quote">On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan = N <span dir=3D"ltr">&lt;<a href=3D"mailto:gopalakrishnan.an at gmail.com" targ=
2007 Jan 24
14
Strikethroughs and dashes
Who really uses strikethroughs?? This is one of the most common tripwires in RedCloth. You are the friend--the only friend--who has offered to help. Obviously em dashes. I died in -2006- wait, no, two-thousand-FIVE! Obviously strikethrough. I''m going on a trip - a long one - to the Virgin Islands. That''s got to be en dashes. Such a cheap, no-hassle, no-worry
2016 Jan 22
0
Wine release 1.9.2
The Wine development release 1.9.2 is now available. What's new in this release (see below for details): - GStreamer 1.0 support. - Support for SHA hashes in BCrypt. - Synthesizing bold glyphs also for bitmap fonts. - Underlines support in DirectWrite. - Still more Shader Model 4 instructions. - Various bug fixes. The source is available from the following locations: