# File lib_wpm/wpm.rb, line 2915 def view make_attr_desc{|attr_desc| attr_desc += ' name="' + escapeHTML(action_id) + '"' attr_desc += ' type="password"' attr_desc += ' size="' + escapeHTML(@properties.size.to_s) + '"' if @properties.has_size? yield('<input' + attr_desc + ' />') } nil end