Displaying 20 results from an estimated 400 matches similar to: "help with an error with tinymce (installation)"
2006 Oct 18
1
New to Mocha
Hi all
I am new to Mocha. I am trying to use it for my pet rails project.
I seem to be getting loads of errors when I add mocha as a plugin. It
seems to be conflicting with TinyMCE plugin http://johnwulff.com/
articles/2006/05/31/tinymce-with-ruby-on-rails
I am getting the following errors
ActionView::TemplateError: undefined method `using_tiny_mce?'' for
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
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
2012 Sep 16
2
flash plugin
How do I get a flash plugin to work with firefox?
I thought that I installed it correctly,
but I have yet to see any flash videos through firefox.
I keep being told that I need an additional plugin.
When I folow directions, I'm told I already have it?
At least once, I was told I needed to upgrade.
In case it helps, here is the output of
yum provides '*flash*' | grep -e lash -e dobe
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2006 May 29
19
WYSIWYG Editors and Rails
Hi everyone,
I''m currently investigating re-writing our School CMS application in
Rails and the only drawback I can see is there isn''t an ample supply (if
any) of WYSIWYG In-browser editors written with a raw Ruby backend. We
currently use KTML4 which is written with PHP as a base. I''m interested
to hear from anyone who''s integrated a PHP based editor into
2006 Apr 30
7
Rich text aera?
Hi all,
I am trying to add an article editing interface to my future webstore,
and I am wondering what to use for text formatting.
I would like to avoid using HTML, and calibre-bbcode just won''t work
(see my last post).
Is there some kind of library for live text formatting right in the
browser? I would just need bold, italics, size and ul lists... Do you
know of a good solution?
2006 Jun 09
2
php within public
I''m working on integrating tiny_mce with rails, which has been very
successful so far. I want to use the imagemanger and filemanager
plugins for image uploads directly through the editor toolbar, which are
php scripts. My first attempt was to modify the .htaccess to prevent
apache from routing the requests to rails.
Here''s what i''ve got in my htaccess:
2009 Apr 02
4
Uploads with FCKEditor
Hello everyone.
Since I''ve found very poor documentation about the rails FCKEditor
plug-in and Easy-FCKEditor (which is a fork of the very same plug-in),
I decided to bother you with my noobish questions.
I have this weird sensation that the image-uploading feature of
FCKEditor isn''t supposed to work magically, without some sort of
server side preparation, but I have no idea
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like:
http://www.dynarch.com/projects/calendar/
http://tinymce.moxiecode.com/example_full.php?example=true
in ruby forms, by plugins or whatever?
Thank you
Rodrigo Dom?nguez
Iplan Networs
www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar
www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar
--------------
2007 May 06
2
InPlaceRichEditor V 1.1.1 released
Hi all,
Just few days after the version 1.1 released I may like to announce
the release of the version 1.1.1 fixing a bug when loading external
text (Thanks to Robert Muzslai).
I''ve also added to the website a version feed to keep looking at the
new release easier.
http://inplacericheditor.box.re
Have fun ;-)
--
Sébastien Grosjean - ZenCocoon
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
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.
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
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 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"
2005 Dec 22
3
getting onto edge rails
Following directions from the wiki, I first tried to use svn:externals
$ svn propedit svn:externals vendor
svn: ''.'' is not a working copy
and got that error. I then checked out the trunk into my /vendor
folder. How do I install from this source? The only install
directions I can find use gem.
Thanks for your help with either problem.
-Mike
2010 Nov 26
2
cucumber
Hello How do i test the tiny_mce using cucumber + capybara.
Thanks for any help.
abhis
--
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 from this group, send email to
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