Various extension modules for Olex2 are currently under development. If you are interested in
testing these, please sign up below! Please do not use temporary emails - we may need to
contact you in the case of new releases or feature updates.
|
e-mail |
$+
html.Snippet("gui/snippets/input-text", "name=modules_email",
"width=100%",
"value=spy.GetParam('user.email')",
"onchange=spy.SetParam('user.email',html.GetValue('~name~'))",
"onleave=html.call('~name~.onchange')")
$- |
Reference |
$+
html.Snippet("gui/snippets/input-text", "name=modules_reference",
"width=100%",
"value=spy.GetParam('user.modules.reference')",
"onchange=spy.SetParam('user.modules.reference',html.GetValue('~name~'))",
"onleave=html.call('~name~.onchange')")
$- |
Modules |
$+
html.Snippet("gui/snippets/input-combo", "name=available_modules",
"width=100%",
"items=spy.plugins.gui.getModuleList()",
"value=spy.plugins.gui.getCurrentModuleName()",
"onchange=spy.plugins.gui.update(html.GetValue(~name~))",
"onreturn=html.call(~name~.onchange)",
"readonly=false")
$-
|
$+
html.Snippet(GetVar(default_link),
"value=spy.plugins.gui.getAction()",
"onclick=spy.plugins.gui.doAct()",
"td1="
)$-
| $spy.plugins.gui.getInfo() |
#ignoreif -->
Install offline module in ZIP format.
|
$+
html.Snippet(GetVar(default_link),
"value=Install Offline",
"onclick=spy.plugins.offlineInstall()",
"td1="
)$-
#ignoreif -->
| Network commincation is disabled |
$+
html.Snippet("gui/snippets/input-button", "name=MODULES_ENABLE_NET",
"value=Enable", "fit=true", "flat=false",
"onclick=spy.SetParam('olex2.network', 'True')>>html.Update")
$-
|
#ignoreif -->