Changes between Version 2 and Version 3 of MolgenisFaq
- Timestamp:
- 2009-09-14T15:24:16+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisFaq
v2 v3 2 2 3 3 Here you can find answers to some of the most frequently asked questions about MOLGENIS. If you have a question not answered on this page, you can ask it on the MailingList. See the MolgenisSupport page for more options on getting support and services for MOLGENIS. 4 5 = I want to automatically select my plugin = 6 Solution: 7 1. Use the '_target' paramater, i.e. 8 {{{!#html 9 <input type="hidden" name="_target" value="name of the plugin"/> 10 }}} 11 2. In the handleRequest state 12 {{{#!java 13 ((MenuScreen)getParent()).setSelected(this.name); 14 }}}