AI OnAI Off
Hi,
You Could try to set ClientEditor and use ValidationTextBox as class
namespace Alloy.Models.Pages { public class TestPage : SitePageData { [ClientEditor(ClientEditingClass = "dijit.form.ValidationTextBox", EditorConfiguration = "{type: 'password'}")] public virtual string Pwd { get; set; } } }
What we need is for site admin to be able to setup an SMTP server's credentials on the site's start page. In that case the admin will need to provide server's address, username and password. Is there a way to flag a start page's property as a password so when the field is created in the editor it is of type "password"?