Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @Html.TextBox("nomeTxt", null, new { @class = "form-control", @placeholder = "Exemplo de placeholder", @type = "text" })
  2.  
  3. @Html.TextBox("nomeTxt", null, new { @class = "form-control", @placeholder = "Exemplo de placeholder", @type = "text", @maxlength="10" })
  4.  
  5. <input id="txtData" name="txtData" placeholder="Ex.: 13/10/2019" data-date-format="dd/mm/yyyy" maxlength="10">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement