Re: [Ur] [Ur/Web Ffi: JavaScript]

2017-04-25 Thread Jeevjyot Chhabda
Okay, thanks! I have been playing around with CKEditor library and example from the UPO repo. Currently, I am writing an interface to the TinyMCE editor, which requires writing some Javascript coding, so I don’t want a user to set the wrong configuration or miss out on some dependency. I can

Re: [Ur] [Ur/Web Ffi: JavaScript]

2017-04-25 Thread Jeevjyot Chhabda
Got it, Thank you. I am writing an interface to the TinyMCE framework so i am using the library but requires javascript code just to initialize the Editor and few other functions for setting the right configuration. thanks, Jeevjyot ___ Ur mailing

Re: [Ur] [Ur/Web Ffi: JavaScript]

2017-04-25 Thread Adam Chlipala
On 04/24/2017 11:54 PM, Jeevjyot Chhabda wrote: I am developing an application in Ur/Web which requires good amount of javascript code. I would like to warn/ throw an error during the compile time when the user doesn’t set the right configuration in javascript? Is it possible to throw compile

Re: [Ur] [Ur/Web Ffi: JavaScript]

2017-04-25 Thread Artyom Shalkhakov
Hello Jeevjyot, 2017-04-25 9:54 GMT+06:00 Jeevjyot Chhabda : > Greetings all, > > I am developing an application in Ur/Web which requires good amount of > javascript code. I would like to warn/ throw an error during the compile time > when the user doesn’t set