How can it keep chanaged value after blur without submission and ajax.

How can it keep chanaged value after blur without submission and ajax.

jschoijschoi Posts: 13Questions: 5Answers: 0

I use Editor with inline edit function.
but It should be used enter and submission.

I blocked submission via preSubmit return false.

but changed and entered value is gone...How can I keep this one?

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin

    Can you link me to your page showing the issue. Editor itself won't clear out the value if you stop the submit using the preSubmit event to stop the submission.

    Allan

Sign In or Register to comment.