Are you looking in your browser’s developer console for errors, or just on the page? Does your control appear but with standard formatting, or does it not appear at all?
good night mr.Zuluru, I have seen the error in console browser, but I don’t know the right answer to fix it
//i'm come from Indonesia, so I will translate to English
loading failed script with source “http://localhost/alseanasa/scripts/module.js”. add: 178: 1
....
...
Gagal memuat <script> dengan sumber “http://localhost/alseanasa/scripts/module.js”. add:178:1
Gagal memuat <script> dengan sumber “http://localhost/alseanasa/scripts/hotkeys.js”. add:178:1
Gagal memuat <script> dengan sumber “http://localhost/alseanasa/scripts/simditor.js”.
and other error shown below
SyntaxError: missing } after property list add:209:1 note: { opened at line 207, column 28
I have question, I was download package Simditor used node js, and I have read the docs.
The docs guide me to include library above.
The folder nodejs package Simditor script js below
It seems that http://localhost/alseanasa/scripts/module.js is not a valid URL, because that would reference the folder C:\xampp\htdocs\alseanasa\scripts, while you’ve actually put them under C:\xampp\htdocs\alseanasa\Grafik3D\bower_components\simditor\site\assets\scripts. Either move the files so they are in the folder the URL expects, or change the URL you’re using to load them to include the longer path.
I think that those line numbers refer to the HTML that your browser is seeing. “View source” on the page in question and hopefully it will be obvious what the error is.