similar to: TinyMCE / Spellcheck integration with rails

Displaying 20 results from an estimated 1000 matches similar to: "TinyMCE / Spellcheck integration with rails"

2006 Mar 16
2
Developers Wanted
Hello - Gusto.com (http://www.gusto.com/) is looking for talented Ruby programmers to help us build the next version of our website. Currently we''re looking for contract positions but will consider full time employment in Springfield, MO or San Francisco, CA. Requirements: 3-5 years database driven web development in Ruby, Java, Python or similar 2+ years SQL experience Experience
2009 Feb 21
5
aspell
can u suggest a link for downloading aspell spellchecker (for tinyMCE Editor) using rails --~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send email to
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
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
2007 Dec 01
1
Spellchecking Sweave documents
I have been using Aspell on a Linux system, but it doesn't understand the noweb chunks, which I'd rather it not spellcheck. I can run it on the generated .tex files, but then changes I make during the spellcheck will not be propagated back to the original source. Any suggestions on how to spellcheck Sweave documents? I see from a search that some people seem to be trying Flyspell on
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"
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
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 Aug 12
0
tinymce // problem with underline and strikethrough
as my title said! i use tinymce pluging from: http://tinymcehammer.lanalot.com/ i have successfully loaded and use it but nderline and strikethrough didnt work for me! any suggestions ? thanks a lot philip g. -- 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
2019 Jun 08
0
Does CentOS support aspell?
On Sat, 8 Jun 2019 17:27:19 -0000 (UTC) Beartooth wrote: > > I haven't run CentOS on a machine of my own for several years; > but my domain (NOT the address I post from) is hosted on a machine > running CentOS. The list for the mailer I run recommends using aspell, > which is not installed (according to rpm -q) on the remote host, as a > spellchecker. > > Does
2005 Dec 28
0
openoffice spellcheck
Anyone use the spell check in OO on Cent4? When I start the spell checker, it has the dialog to change misspelled words, I select the properly spelled words but it never changes the words in the document. Anyone else get this or is there some config I need to set to save changes for the spell checker?