Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. namespace web.insurance.Models
  2. {
  3. public class SingleLineTextWithPlaceholderField : Sitecore.Forms.Mvc.ViewModels.Fields.SingleLineTextField
  4. {
  5. [Default Value("")]
  6. public string PlaceholderText { get; set; }
  7. public SingleLineTextWithPlaceholderField(Item item) : base()
  8. {
  9.  
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement