Displaying 1 result from an estimated 1 matches for "content_or_editor".
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...nt(ev);
}
}
function set_content_and_editor_variables(content_id) {
// First create the object that we will turn into a hash.
var content_and_editor_variables = {
content_container: "content_container_" + content_id,
content_or_editor: "content_or_editor_" + content_id,
content_editor: "content_editor_" + content_id,
content_node: "content_node_" + content_id,
editor_textarea: "editor_textarea_" + content_id,
editor: "editor_" + con...