Displaying 20 results from an estimated 400 matches similar to: "cool components in the form"
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
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
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 Jun 12
3
Ajax - preloading images
I could experiment to figure this out, but maybe the work has been done so
I''m going to ask.
Using Ajax, if I wanted to preload several (20) small (<1K) images, behind
the scenes... would I...
1 - Queue the loading of the images with Ajax one at a time,
asynchronously, and ignore the completion results. Would this result in the
image being in the browser''s cache even if
2011 Mar 10
8
How to install rails_tiny_mce in Rails2.3.10
I have tried followed the guide in https://github.com/sandipransing/rails_tiny_mce/tree/rails_2.x,but
failed.I suggest the newest plugin in git://github.com/sandipransing/rails_tiny_mce.git
only support Rails3.0.How to install in Rails2.3.10?
--
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
2007 Aug 29
6
RSYNC Hang on client match_sums
Hi,
Got a strange problem with rsync ! Here is the story ...
I got a linux rsync server running for 8 months without any problem (rsync
2.6.6 18)
I got about a dozen of rsync clients (linux and windows, generally using a
2.6.5 rsync version) that synchronize their datas without any problem. Some
of them only synchronize a few datas (10 GB) and some others synchronize
large amount of data
2006 Feb 17
7
Rich Text Editor (RTE)
Hello,
We are developing an commercial application that need to use an RTE.
Someone know one RTE editor that can I use in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some
2008 Mar 03
1
How change text_area form helper into rich text entry area/control?
Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I''m hoping this is very easy to pull off?!?
<%= text_area ''blogentry'', ''entry'' %></p>
TO
<%= rich_text_area ''blogentry'', ''entry'' %></p> ???
Haven''t found
2006 Jan 15
2
rookie with text editing
Greetings,
This might be a pretty basic question not even totally rails specific,
but how do I control text editing using ruby on rails?
For instance, I am using the ruby forum
http://www.ruby-forum.com/topic/new as I type this and am typing into a
textarea tag. I have this in my rails app and I want to know how to
save the formatting - such as when I hit returns to go to a new line
when I
2005 Nov 25
4
Rich Text Editor
I know this doesn''t necessarily fall under AJAX, but does anyone have any plans of donating a RTE (Rich Text Editor) plugin to scriptaculous?
2008 Jan 09
4
Problems with widgEditor (HTML rich text editor)
Hello, I need a HTML rich text editor for a field, and widgEditor seems
to be just what I need:
http://www.themaninblue.com/experiment/widgEditor/
I''ve installed it, following the Aidanf.net''s post:
http://www.aidanf.net/adding-a-rich-text-editor-to-your-rails-application
But althougth it displays well, I can''t write inside; as if it was
Read-only!! I can''t
2005 Sep 19
5
accept on Sortable
Hi all,
I am working on a Google Suggest Like thing, where you can add / remove,
drag n drop ... mini-apps, it is nearly done but I need some advices
(here it is if you want to check it :
http://dev.karibou.org/default/edit ).
I am using Sortables, is it the best way to do it ?
I needed to modify the Serialize function cause I didn''t like the way I
had to id my elements. Sorry, the
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 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 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 Jan 08
10
Resource Bundle Roundup
I''ve recently made a first release of what I''m calling
"bundled_resource" which is a plugin that makes our lives *much*
easier when we need to use javascripts, stylesheets and images in
conjunction with one another to deliver a special effect or tool on
the client (browser) side. If you missed the release, read about it
on my blog at
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
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
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
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
Hi Guys,
I'm currently using the Dojo Rich text editor on my site
https://wideword.net but am not 100% happy with it as I'm a prototype
kind of guy.
So I started writing this Rich Text Editor the other day on an
experiment. I used the In Place Editor as a template for it and have
gotten it to more or less work under IE and Gecko. Unfortunately it
still isn't working on Safari ( The