Difference between revisions of "AMI Script"
Jump to navigation
Jump to search
(Created blank page) |
m Tag: visualeditor |
||
| Line 1: | Line 1: | ||
| − | + | <syntaxhighlight lang="amiscript"> | |
| + | FormRadioField frf = session.getPanel("there's no way"); | ||
| + | TablePanel tp = session.getPanel("another one"); | ||
| + | </syntaxhighlight> | ||
Revision as of 16:06, 12 March 2021
FormRadioField frf = session.getPanel("there's no way");
TablePanel tp = session.getPanel("another one");