# File lib_wpm/wpm.rb, line 3071
    def view
      make_attr_desc{ |attr_desc|
        attr_desc += ' type="reset"'
        attr_desc += ' value="' + escapeHTML(@properties.value) + '"' if @properties.has_value?
        yield('<input' + attr_desc + ' />')
      }

      nil
    end