|
AutoChemneo
|
$GetVar(AC_plugin_path)
|
Custom (PHIL)
|
$+
html.Snippet("gui/snippets/input-combo",
"name=AC_CLASS_PHIL",
"value=AC7",
"width=100%",
"items=spy.ac.get_AC_classes()",
"readonly=False",
"onchange=spy.ac.switch_flavour(html.GetValue(~name~))>>html.update()",
"onchangealways=True",
"manage=True",
)
$-
|
#ignoreif -->
Available AC7 Receipes
|
$+
html.Snippet("gui/snippets/input-combo",
"name=AC_CLASS_FOLDER",
"value=AC7",
"items=spy.ac.get_scripts_by_folder()",
"readonly=True",
"manage=True",
"onchange=spy.ac.switch_flavour(html.GetValue(~name~))",
"onchangealways=True"
)
$-
|
#ignoreif -->