git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3554 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-01-21 09:27:59 +00:00
parent 805b50e5b5
commit 06c4a4d05c
3 changed files with 21 additions and 16 deletions

View file

@ -2,7 +2,7 @@ function editorStartTextarea(editor_sequence, content_key, primary_key) {
var obj = xGetElementById('editor_'+editor_sequence);
obj.form.setAttribute('editor_sequence', editor_sequence);
xWidth(obj,xWidth(obj.parentNode)-20);
xWidth(obj,xWidth(obj.parentNode)-24);
editorRelKeys[editor_sequence] = new Array();
editorRelKeys[editor_sequence]["primary"] = obj.form[primary_key];