Displaying 20 results from an estimated 7000 matches similar to: "[OT] Javascript based drawing editor for RoR project"
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
2010 Apr 20
2
Javascript validations for word count in fckeditor
I need to count the number of words in fckeditor using javascript
--
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 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
2006 Apr 10
0
About inplace editor
Hi,
I wanted to know if it''s possible to integrate FCKEditor with the
inplace editor, and is it possible to have comboboxes too? If yes,
could you give me some quick directions? Thanks a real lot,
Blaise Bernier
2009 Mar 26
0
Error On relative_url_root
I''m attempting to mash together Adva CMS'' Fckeditor and the Fckeditor
plugin provided by Scott Rutherford.
http://blog.caronsoftware.com/2008/6/21/fckeditor-plugin-0-5-1-released
The Scott''s plugin has a controller than handles the Fckeditor file
upload and browse, but it errors out on the following lines.
def upload_directory_path
uploaded =
2006 Mar 11
2
Customising FCKeditor
I would like to customise my FCKeditor-instance so that when the "add
image" button is pressed, it opens my own add_image popup.
In this popup i would handle the image upload/image browser/etc. tasks
with rails.
How can I open the popup and pass the picture information from there
back to FCKeditor''s textarea?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 03
2
FCKEditor Image uploading feature
Hello,
I followed instructions on
http://www.joshuamcharles.com/rails/fckeditor.html
Added FCKEditor to my rails app which works great, but I''m not able to
upload images using the WYSISYG editor.
Is there a way to enable this feature in rails app? If not, where is the
images folder that FCK looks into it for images, so I can upload my images
manully there?
Thanks,
- Dunnil
--------------
2006 Jun 15
0
fckeditor not working in lighttpd
Hi there
We arethinking about switching from apache to lighttpd, but we are
having problem with the fckeditor...
it was working normally in apache and in webrick...
but not now, it does not show up
I followed the site :
http://www.joshuamcharles.com/rails/fckeditor.html
So it might be a configuration thing in lighttpd
any help is very apreciate it
jorge mario
2001 Mar 03
1
Winamp Plugin Info Editor
Jack, Michael, Monty, Chris,
Hi guys, it's me again. ;-) The one major feature missing from the winamp
plugin has been a info/comment editor option. I've been working on an idea
for the last day or so. The idea was to add Warren Spits VCE program to
take on this job. I've got all of the code done and I now have a working
comment editor in the vorbis winamp plugin. It's all
2008 Feb 19
0
help for newbies and developers in ror
Hi all,
I m a rails developer from last an year and collected much data about
ruby and rails development.. those i m pasting on this site..
pls refer in case of any help
for newbies, and also for all.. in case of any help in ruby on rails pls
refer to http://saurabh.purnaye.googlepages.com
Having Rails References:- documentation, downloads, open source
projects
Regards
Saurabh Purnaye
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
2007 Sep 28
1
evalJSON problem
Hey there,
I have a FCKeditor(a WYSIWYG online html editor) and i want to bring
it to a page by Ajax and JSON by a php request-catcher.
I have sth like this in my ajax request:
new Ajax.Request(''myactions.php'',
{
method:''get'',
parameters: {action:''bringeditor'', id:<?php echo $uid; ?>},
onSuccess: function(transport){
2013 Oct 30
3
Use of FCKEDITOR as normal text area
Hi all
I am trying to use Fckeditor as text area to send mails.here is my code
<% remote_form_for :send_sms,
:before => "Element.show(''loader'')",
:success => "Element.hide(''loader'')" do |sms| %>
<div id="news_content_text_field_bg">
<%= fckeditor_textarea :send_sms, :message,:lang =>
2006 Jan 17
2
New RoR app: RTRails 0.1. Uses HTTP push and a window system
hi all,
anybody care to see my new rails app? It is the second version of
Realtime on Rails.
Link: http://ccml01.medien.uni-weimar.de/
Two screenshots:
http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_1.jpg
http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_2.jpg
Here''s the project description:
A RoR app using Ajax HTTP streaming to update browsers from
2006 Sep 11
8
fckeditor works, but i cant get my buttons back...
I am going to bet this is a mongrel issue,because this doesn''t happen
under webrick. Anyway, I was able to get fckeditor: http://www.fckeditor.net/
to work under rails: http://www.joshuamcharles.com/xhtml/fckrails.php
i even saw the part about adding "1. Adding a YAML configuration file. For example, create
$(RAILS_ROOT)/config/mongrel_mime.yml with the contents:
xml:
2015 Jan 11
2
flac (encoder, analyzer, decoder) tool now (also) available in JavaScript
After compiling opusenc.js to JavaScript [1], now the flac tool is also available [2][3], too.
s/Check out/Clone/ https://github.com/Rillke/flac.js !
I
am slightly nervous about its license, the GPL and what CloudFlare is
doing: It's melting a lot of content together into one file and adding
JavaScript that doesn't appear to be GPL or compatibly licensed -- by
any chance, is there a
2015 Jan 11
2
flac (encoder, analyzer, decoder) tool now (also) available in JavaScript
After compiling opusenc.js to JavaScript [1], now the flac tool is also available [2][3], too.
s/Check out/Clone/ https://github.com/Rillke/flac.js !
I
am slightly nervous about its license, the GPL and what CloudFlare is
doing: It's melting a lot of content together into one file and adding
JavaScript that doesn't appear to be GPL or compatibly licensed -- by
any chance, is there a
2006 Oct 28
0
xlsReadWritePro trial available
Hi,
I just finished xlsReadWritePro, a package that is - like the free
xlsReadWrite - capable to read and write native Excel files.
The Pro version is a shareware package and adds features such as: ?
Sheet handling (select/insert/copy/delete/ren.) ? Select regions
(columns, rows, cells or area) ? Append data (several possibilities) ?
Work with multiple files at the same time ? Inside information
2015 Jan 20
0
FW: flac (encoder, analyzer, decoder) tool now (also) available in JavaScript
I'm not sure that I understand your goal. In a browser setting, I would think that you want to decode a stream, not a file, because streaming should have less of a memory impact. The reference decoder is a file decoder, so you probably don't want to port that. I don't think that there is a reference streaming decoder, so you'd need to write your own using the libFLAC or libFLAC++
2006 Sep 13
0
File Upload in FCKeditor
Just wandering if anyone has used fckeditor for file uploads other than
images and flash files, from rails?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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