| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebMail/Mobile/Controls/ |
Upload File : |
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="TextBox.ascx.vb" Inherits="MailEnable.Clients.WebMail.Mobile.TextBox" %>
<% If Visible Then%>
<div data-role="fieldcontain" <%= IIf(String.IsNullOrEmpty(CssClass), String.Empty, "class=""" & CssClass & """") %>>
<label for="<%= Id %>" <%= IIf(LabelVisible, String.Empty, "class=""ui-hidden-accessible""") %>><%=Label%>:</label>
<<%= IIf(Multiline, "textarea", "input") %> <%= IIf(Multiline, String.Empty, "type=""" & Type & """") %> <%= IIf(Multiple, "multiple=""multiple""", String.Empty) %> name="<%= Id %>" id="<%= Id %>" <%= IIf(Multiline, String.Empty, "value=""" & Value & """") %> <%= IIf(String.IsNullOrEmpty(Placeholder), String.Empty, "placeholder=""" & Placeholder & """") %> <%= IIf(Focused And Enabled, "class=""focus""", String.Empty) %> <%= IIf(Enabled, String.Empty, "disabled=""disabled""") %>><%=IIf(Multiline, Value, String.Empty)%></<%= IIf(Multiline, "textarea", "input") %>>
<asp:PlaceHolder ID="_AssociatedContentPlaceholder" runat="server" />
</div>
<% End If%>