forminput view inside form

Good day. I can’t figure out how to put “tinymce-editor” inside my form. I’m getting “Uncaught TypeError: ei[i] is not a constructor” everytime I use (view: “forminput”).
Thank you in advance!

https://snippet.webix.com/evc805vr

full code: https://snippet.webix.com/raazn6pz (26 row)

Hello @arik,

I’m getting “Uncaught TypeError: ei[i] is not a constructor” everytime I use (view: “forminput”).

The reason you are getting this error is due to the fact that you are trying to use a component that isn’t available within the core library. Any component that entails a third-party library integration needs to be included separately. There are a few ways you can do this:

Please take a look at the fixed example: https://snippet.webix.com/1ibkg2c3.