You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
I can instantiate a form via Javascript, but the JurassicExposer by itself does not expose methods as functions to call in JS. So I can't just call form.Show via JS.
I looked at your website and tried to imitate the functionality by creating JurassicInfos for each property.
Hi, me again.
I tried to register a class with your JurassicExposer.
I can instantiate a form via Javascript, but the JurassicExposer by itself does not expose methods as functions to call in JS. So I can't just call form.Show via JS.
I looked at your website and tried to imitate the functionality by creating JurassicInfos for each property.
If I try to run that code, an exception occurs:
(Parameter count does not match passed in argument value count.)
Am I doing something wrong here?
Thank you in advance.