For fckeditor auto attach the updateLinkedField() to form submit event,
and this invoked after my validation function(),
if I make some changes about the linked textarea value, these changes will lost.
my code like this:
<form onSubmit="return validation();">
What should I do?
and this invoked after my validation function(),
if I make some changes about the linked textarea value, these changes will lost.
my code like this:
<form onSubmit="return validation();">
What should I do?