Atom r:
|
|
%Style%:
|
$+
html.Snippet("gui/snippets/input-combo",
"name=LIST_STYLES#scope",
"items=spy.gui.getFileListAsDropdownItems(BaseDir()/etc/styles, 'glds')",
"value=spy.GetParam(user.atoms.style)",
"onchange=load style -c html.GetValue(~name~)>>telp 50>>spy.SetParam(user.atoms.style,html.GetValue(~name~))",
"readonly=false",
)
$-
|