# File lib/ramaze/helper/form.rb, line 105
      def form_tabindex
        @tabindex ||= 0
        @tabindex += 1

        {:tabindex => @tabindex}
      end