[Ur] Need help with UPO: Ckeditor, Fail: Can't find variable: CKEDITOR?
Jeevjyot Chhabda
jeevsingh at mail.fresnostate.edu
Wed Apr 12 00:41:20 EDT 2017
Greetings all,
I am trying to execute Ckeditor example of UPO, it successfully compiles and creates an exe but when i try to run,
I get error: "Fail: Can't find variable: CKEDITOR”
I made few changes to the original files, here is
ckbasic.ur
fun main () = return <xml><body>
<active code={ck <- Ckeditor.editor {Width = Ckeditor.DefaultSize,
Height = Ckeditor.DefaultSize,
ToolbarSet = Ckeditor.DefaultToolbarSet,
InitialText = ""};
return (Ckeditor.show ck)}/>
</body></xml>
ckbasic.urp
library ../
ckbasic
ckbasic.urs
val main : unit -> transaction page
Rest the library is just same as uploaded on the Github.
Here is the link to the complete project https://github.com/JeevFresno/CkEditorUrweb <https://github.com/JeevFresno/CkEditorUrweb>
I can’t figure where i am going wrong?
thanks,
Jeevjyot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.impredicative.com/pipermail/ur/attachments/20170411/8b801ccd/attachment.html>
More information about the Ur
mailing list