How do I edit the specified field?

How do I edit the specified field?

wujingjingwujingjing Posts: 10Questions: 4Answers: 1

The editor instance has multiple fields, and using edit() will display and submit multiple fields of the editor. How do you edit and submit one or more fields when you don't use the bubble() and inline()?
The purpose of this is to not validate other fields and to display error messages.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,444Questions: 1Answers: 10,053 Site admin
    Answer ✓

    Not quite sure I follow I'm afraid. You can use bubble() to modify any field (or multiple fields) and also have it not show as an option if you want to do it programmatically.

    Allan

This discussion has been closed.