We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e49775 commit 1a2f83cCopy full SHA for 1a2f83c
R7.Documents.Dnn/EditDocuments.ascx
@@ -35,7 +35,7 @@
35
</div>
36
<div class="dnnFormItem">
37
<dnn:Label id="lblSortIndex" runat="server" ControlName="txtSortIndex" />
38
- <asp:TextBox id="txtSortIndex" runat="server">10</asp:TextBox>
+ <asp:TextBox id="txtSortIndex" runat="server" TextMode="Number">10</asp:TextBox>
39
<asp:RangeValidator id="valSortIndex" runat="server" ControlToValidate="txtSortIndex"
40
Type="Integer" MaximumValue="2147483647" MinimumValue="-2147483648"
41
resourcekey="SortIndex.Invalid" CssClass="dnnFormMessage dnnFormError" Display="Dynamic" />
0 commit comments