umangenius-logo
U Man Genius docs
Ninext documentation

icon picker
Installation

JT
Jacques TUR

Add the Ninext initialisation code
1 - open your database,
2 - click on the administrator button,
3 - in "Options" > "trigger after open", insert the code below ;

GraphiqueCollé-2-1.png
var res := http("GET", "
").result.code;
dialog("Ninext initialization", html("<script ninext=''>
" +
res +
"
ninext.start({
badges: true,
viewEvent: true,
buttonEvent : true,
fieldsInspector: true,
nativeJS: true,
tableView: true,
debugTracer : true,
languages : false,
errorsViewer : true,
codeFinder : true,
autoCloseDialog: false })
</script>"), ["close"])
4 - Exit and reopen your database
GraphiqueCollé-3-2.png
Your application may need a special operation to accept Ninext. In this case, the panel below will appear:
image.png
Send us an e-mail and we'll send you back a special procedure.


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.