[Rails] Re: convert HTML to LaTeX or text

2015-05-12 Thread Luca Massimini
Hi Cal, I'm probably trying to solve the same (or very similar) problem. Started with FCKEditor and developed some code to convert tags into readable Latex ones...but I've not completed the work because very problematic. Now, I'm retrying...installed last ruby and rails versions, downloaded

[Rails] adding a FCKeditor toolbar button

2012-09-20 Thread luca massimini
Hi, I'm trying to add a plugin, but it doesn't work! The button doesn't appear in the toolbar (the message is:unknown element). I've used tutorial like this one: http://www.kindblad.com/2008/09/07/fckeditor-2x-how-to-add-a-new-button-with-custom-javascript-to-the-toolbar/ I've tested it on a

[Rails] insert text from a drop down list in a fckeditor textarea

2012-09-18 Thread luca massimini
Hi! I'm trying to do a form with a FCKeditor textarea and a drop down list (not a FCKeditor button!). I would like to insert the selected item of the list into the textarea, at the cursor position. Could anyone help me with the code? Thnks! -- Posted via http://www.ruby-forum.com/. -- You