search for: tinymc

Displaying 20 results from an estimated 58 matches for "tinymc".

Did you mean: tinycc
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 -------------- n...
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....
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 fr...
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....
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 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 on rails... Can you please help me out or point...
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
...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. I''ve added your toggle script to the onclickCancel function in the modified controls.js: /* begin TinyMCE addon */ if (this.options.veButton && this.options.veIsOn) { this.veToggle(); } /* end TinyMCE addon */ That resolves the problem. I hope this helps :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &quo...
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 have Rails 3 set up yet. Could any one give me a quick han...
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 :...
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 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 #<#<Class:0x316af20>:0x312adbc> On line #5 of app/views/layouts/admin.rhtml 2: <...
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:e...
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 has a textarea like this: <textarea name="text-foo" id="text-foo"><%= @item.text %&gt...
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 rubyonrai...
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
...r effect and tiny_mce bug onopera 9 Opera 9 is available as a final version. Opera guys says that it''s the first version compatible with WYSIWYG controls. I have tested Tiny_mce and works pretty well. Only have found an error with scriptaculous opacity effects. When a hidden div with a tinymce control appear with the effect ( Effect.Appear ), tinymce is appear weird. There is some problem with opacity styles on tinymce. But these errors, only appear if the opacity has an intermediate value. A workaround to this is, after the Effect.Appear, set the opacity to 1 ( Element.setStyle( $( div...
2012 Sep 16
2
flash plugin
.../lib/python2.6/site-packages/tg/flash.pyo Filename : /usr/lib/python2.6/site-packages/tg/flash.py Filename : /usr/lib/python2.6/site-packages/tg/flash.pyc Filename : /usr/lib/kde4/kipiplugin_flashexport.so Other : kipiplugin_flashexport.so Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js Filename : /var/www/mambo/mambots/editors/tinymce/js...
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 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
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://w...
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 o...