Fixed flags collisions (thanks Ramon) and added the ONLY_NUMBERS flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2597 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ff40948ffa
commit
8dace3977a
3 changed files with 31 additions and 17 deletions
|
@ -403,6 +403,9 @@ numbers from 1 to NumFields. Each Field section can contain the following values
|
|||
<tr>
|
||||
<td class="righttable">DISABLED</td>
|
||||
<td class="righttable">Causes a control to be disabled.</td></tr>
|
||||
<tr>
|
||||
<td class="righttable">ONLY_NUMBERS</td>
|
||||
<td class="righttable">Used by "<span class="italic">Text</span>" controls. Forces the user to enter only numbers into the edit box.</td></tr>
|
||||
</table></td></tr></table>
|
||||
<p class="header">How to use</p>
|
||||
<p class="subheader">Modern UI</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue