Page 1 of 1

TypeError: b is undefined

PostPosted: Sun Oct 21, 2018 8:13 am
by hermanja
hey,

the following error:

"addCkEditor("mate1_notes"); did not execute correctly. Error: TypeError: b is undefined"

what is the problem?
is there a solution....

h.

Re: TypeError: b is undefined

PostPosted: Tue Apr 27, 2021 8:55 pm
by museum
in CkEditor @
public function addCkEditor()
{
$this->Editor->addJavascript('addCkEditor("'.$this->instanceName.'notes");');

Change 'notes" to note, or what name actual db_name is.