Displaying 20 results from an estimated 1000 matches similar to: "Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce"
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 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
2007 Sep 28
1
Ajax.InplaceEditor (script.aculo.us / Prototype)
I am new to script.aculo.us and prototype and I am having problem
using it. It only has problem in IE. There is no problem in Firefox
and it works fine. I am using script.aculo.us InPlaceEditor and it
always returns object expected as an exception. What I could debug so
far is I could see element and url which are the parameters. I could
see object in Ajax.InPlaceEditor after creating class but
2006 Jan 22
6
Bug in Script.aculo.us'' Ajax.InPlaceEditor?
Guys,
I am likely going to submit this as a bug, but wanted to see if anyone
else is experiencing it. I''m trying to use an Ajax.InPlaceEditor. In
firefox, it works great, but in IE, it adds two form elements when
clicked instead of one.
In other words, you have two text fields, two ok buttons, and two cancel
links after clicking an element to be edited.
This even happens when
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 Mar 02
0
[PATCH] small correction to allow editing of html with Ajax.InPlaceEditor
Ajax.InPlaceEditor will not let you edit HTML as it strips all tags
coming from the loadTextURL Ajax callback. Bug or feature? I say bug.
The patch below fixes this.
-Rob
--- js/controls.js.old 2006-03-02 13:46:26.000000000 +0000
+++ js/controls.js 2006-03-02 13:46:29.000000000 +0000
@@ -628,7 +628,7 @@
onLoadedExternalText: function(transport) {
Element.removeClassName(this.form,
2006 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it.
1) When I specify URL for save changes or not it doesn''t work. See example below:
<script type="text/javascript">
new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre'');
</script>
In productos.php file I have
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"
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 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