I have a interactive grid with a tinymce column. So I want put some Javascript Initialization Code in for the custom toolbar. It does not work. In a form element it works perfectly.
So i found Same Problem here. They described that the internal id is not matching. So i follow the instruction and get the elementId from the page source and put it in the static id.
Now the toolbar looks great, but now i can't save or submit the page.
The following error appears:
"ERR-1002 Element-ID für Element "1142944402993567203" in Anwendung "750" nicht gefunden."
Can anyone help me?