Skip to content

表單有多個editor時只會顯示最後一個 #63

@lilashih

Description

@lilashih
  • Laravel Version: #.#.#
  • PHP Version: #.#.#
  • Dcat Admin Version: #.#.#

Description:

因為editor的渲染會先remove掉,所以如果一個表單有多個editor的話就只會顯示最後一個editor

Dcat\Admin\Form\Field\Editor

public function render()
{
    $this->script = <<<JS
    tinymce.remove(); // here
    tinymce.init({$this->formatOptions()})
JS;

    return parent::render();
}

Steps To Reproduce:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions