2

親要素が編集可能であるのに、中型エディタで子要素を編集できないようにする方法。例:

<div class="editable">
 This text should be editable<span class="no-editable"> This text should not be editable.</span>
</div>

<script>
  var editor = new MediumEditor('.editable');
</script>
4

1 に答える 1