Displaying 4 results from an estimated 4 matches for "editor_id".
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
...39;'
});
...
</script>
My Ajax form has a textarea like this:
<textarea name="text-foo" id="text-foo"><%= @item.text
%></textarea>
When my form appears on the page with the magic of Ajax (this is in a
method in a wrapper object I use):
this.editor_id = ''mce_editor_'' + tinyMCE.idCounter;
tinyMCE.execCommand("mceAddControl", true, edit_element.id);
In my ''Save'' function - the tinyMCE onsubmit code is hooked in too late
for my purposes:
tinyMCE.triggerSave();
The important part - when my Ajax form...
2007 Mar 27
18
Textile Editor Plugin v0.1
The Textile Editor Helper (TEH) is a Javascript-based text formatting
toolbar that will be added to all of your text areas that utilize the
TEH feature. TEH was developed to provide a more WYSIWYG-ish option
for users of our Rails CMS called slate while still letting us use
Textile.
======================
= So what are the features?
======================
These are a list of the current features
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...#39;ve entered edit mode, so disable edit button.
$(content_elements[''edit_button'']).disabled = true;
// and enable the save button.
$(content_elements[''save_button'']).disabled = false;
}
function set_focus_to_editor(editor_id) {
// After we added the hash with all the content variables,
this doesn''t work anymore....
//
// We have to call this function to be able to start
dragging images and links into the editor.
// If we wouldn''t do this we would not be able to...
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
--------------