# File lib/cgikit/delegate.rb, line 88
      def textfield( attributes = {}, other = '' )
        attributes[:type] ||= 'text'
        new(:input, attributes, other)
      end