# File lib/formtastic-bootstrap/actions/base.rb, line 17
      def default_button_html
        {
          :accesskey => accesskey,
          :class => wrapper_class.strip,
          :id => wrapper_id
         }
      end