Added DISABLED flag to docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2003-01-03 23:15:01 +00:00
parent 6bac2cbff9
commit 913066089e

View file

@ -390,6 +390,9 @@ numbers from 1 to NumFields. Each Field section can contain the following values
<td class="righttable">GROUP</td>
<td class="righttable">Always add this flag to the first control in a group
of "<span class="italic">RadioButton</span>" controls.</td></tr>
<tr>
<td class="righttable">DISABLED</td>
<td class="righttable">Causes a control to be disabled.</tr>
</table></td></tr></table>
<p class="header">How to use</p>
<p class="subheader">Modern UI</p>