Displaying 20 results from an estimated 100000 matches similar to: "spell check"
2009 Feb 26
2
rails spell check
Is ruby on rails supports aspell spell check ?
Is there any links for spell check for rails application ?
All links I gone through are discussing about php but not ruby on
rails?
Plzzzzzzzzzz give me reply ....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
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
2008 Jun 03
0
spell checker in text area an text field
Plz anyone can give me a hint on how to do spelling check in text area
and text field. If there is any plugin available then let me know
guys. Fck editior is not what I am looking at.
Help me
--~--~---------~--~----~------------~-------~--~----~
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
2008 Mar 14
0
Thunderbird: can't seem to install french spell checker
Hi,
I can't install a french spell checker in Thunderbird. There's a link in
Thunderbird's preferences, to download new dictionaries, but it's dumb.
So I downloaded the dictionary manually (spell-FR.xpi) and installed it
in Thunderbird using the 'Extensions' dialog. But the installed
dictionary doesn't appear anywhere.
Googled some over this problem, and it seems
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
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.
2007 Apr 18
5
Turning off spell checker in TextCtrl
Hi,
I''m running WxRuby2 on Mac OS X. Something is spell checking the text
that I put into it; words it doesn''t recognize get an annoying red
line under them. How can I turn the spell checker off?
Thanks,
Paul
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"
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
2007 Jan 16
2
Using view helpers in migrations?
I''m writing a bloggish/CMSish thing. I had been using simple_format,
but my users requested a rich editor, so I added TinyMCE.
Anyway, I was trying to migrate the existing content (since TinyMCE
assumes it''s reading HTML-formatted text), and realized that I
couldn''t call simple_format (or other helper methods) from Migrations.
Can someone enlighten me here?
2001 Dec 05
1
Agent spell checker behavior
Howdy,
I've got an interesting behavior change in Agent in Wine as compared
to Agent in Windows. (And it doesn't have to do with the Clipboard
;-)
When I spell check an email in Agent(Windows), and I get a word not
found, I get a window that shows the not found word with a highlighted
suggested correction. When I spell check an email in Agent(Wine) the
same thing happens except the
2009 Mar 02
3
Truncate function and html tags
I have a text field in the db for the body of user posts. Users
submit the posts using the tinymce editor, which allows certain html
tags. The posts are stored in the db with allowed html tags directly
in the post, so I could have something like:
<p>This post will try to eliminate the confusion regarding rails and
the truncate function.</p>
I am trying to display the first 300
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
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
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
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
What I have so far.
In my main HTML:
<script type="text/javascript"
src="/javascripts/tiny_mce/tiny_mce_src.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode: "textareas",
theme: ''advanced'',
theme_advanced_toolbar_location: ''top''
});
...
</script>
My Ajax form
2008 Feb 05
0
prototype-1.6.0.2 Newbie Why is AJAX.request fired 3 times?
Hello list!
I am taking my first steps with AJAX and decided to give prototype a
try.
- I add a reference to the script to my page
- Then somewhere near the bottom of the page I fire up:
new Ajax.Request(''ws_adrestype.php'', {
method:''get'',
requestHeaders: {Accept: ''application/json''},
onSuccess:
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 Jan 27
1
javascript and caching
Hi guys,
I''ll start to develop a new app that uses some heavy js librarys
(prototype, scriptaculous, tinymce and so on).
Someone told me to make all the app using ajax, so all the js files
will be loaded only once.
My question is, I really must do everything on ajax?
Lets say if I call myapp.com/projects and projects use all those js
files, then I click on a "show" link and
2005 Apr 23
1
[OT] R-project.Borg?
A few moments ago I used Mozilla Thunderbird to send an email message
that contained a forwarded message sent from an R-project.org address.
The spell checker flagged this phrase as a potential spelling error and
offered the replacement "R-project.Borg". If it wasn't that Mozilla is
another Open Source project, I would think this indicated paranoia.
P.S. I do realize that the