Yes and no. If you want this to happen on a standard property sheet view, no. But you can do anything you want if you make a custom property sheet. 1. Make a DTML method that has a form that uses the values on the property sheet. To make an INPUT password-like, use type="password". 2. To put the management tabs at the top, so it looks just like the other management sheets, start your DTML method with: <html><head><title><dtml-var id></title></head> <body bgcolor="#FFFFFF" link="#000099" vlink="#555555"> <dtml-var manage_tabs><p> 3. Under "views" in your ZClass, attach that method to whatever you want to name the management tab. hth, -- Jim Washington Sergey Trofimov wrote:
Hello Zopistas.
Is it possible to assign password-like text fields for string properties in property sheet of ZClass? E.g. for password property...
-- Jim Washington Center for Assessment, Evaluation and Educational Programming Department of Teaching and Learning, Virginia Tech