;; Copyright (C) 1995 Jun Ishikawa
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
(require 'html-helper-mode)
(define-key html-helper-mode-map [menu-bar] (make-sparse-keymap))
(define-key html-helper-mode-map [menu-bar html]
(cons "HTML" (make-sparse-keymap "HTML")))
; define Form submenu
(setq menu-bar-form-menu (make-sparse-keymap))
(define-key menu-bar-form-menu [input-reset]
'("Reset" . tempo-template-html-input-reset))
(define-key menu-bar-form-menu [input-submit]
'("Submit" . tempo-template-html-input-submit))
(define-key menu-bar-form-menu [input-text]
'("Text" . tempo-template-html-input-text))
(define-key menu-bar-form-menu [input-textarea]
'("Textarea" . tempo-template-html-input-textarea))
(define-key menu-bar-form-menu [input-select]
'("Select" . tempo-template-html-input-select))
(define-key menu-bar-form-menu [input-radio]
'("Radio Button" . tempo-template-html-input-radio))
(define-key menu-bar-form-menu [form]
'("Form