applied patch #1634704 - FOCUS flag for InstallOptions Plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4864 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bd86ee1bfc
commit
31154c4424
2 changed files with 19 additions and 4 deletions
|
@ -507,6 +507,13 @@ create multiple groups of radio button and makes keyboard
|
|||
navigation using arrow keys easier.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="righttable">FOCUS</td>
|
||||
<td class="righttable">Sets focus on the specified control,
|
||||
instead of the first focusable control. If more than one field
|
||||
is specified with this flag, only the last one will receive
|
||||
focus.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="righttable">NOTABSTOP</td>
|
||||
<td class="righttable">Do not stop on the control when the user
|
||||
pressed the Tab key. Add NOTABSTOP to all controls of a group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue