The forum operates in read-only mode. Please head to StackOverflow for support.
function MyClass() { this.UpdateEditorFormValue = function() { for ( i = 0; i < parent.frames.length; ++i ) if ( parent.frames[i].FCK ) parent.frames[i].FCK.UpdateLinkedField(); } } // instantiate the class var MyObject = new MyClass();
MyObject.UpdateEditorFormValue();
Re: FCK and protoype form.serialize()
function MyClass() { this.UpdateEditorFormValue = function() { for ( i = 0; i < parent.frames.length; ++i ) if ( parent.frames[i].FCK ) parent.frames[i].FCK.UpdateLinkedField(); } } // instantiate the class var MyObject = new MyClass();Re: FCK and protoype form.serialize()