Add new title text

This commit is contained in:
David Botton 2022-02-13 08:39:45 -05:00
parent 74e38ba1ab
commit 1f3ca8d587

View file

@ -59,7 +59,7 @@
(defun new-content (app) (defun new-content (app)
(setf (inner-html (main app)) "") (setf (inner-html (main app)) "")
(let ((new-page (create-form-element (main app) :text)) (let ((new-page (create-form-element (main app) :text :value "New Title"))
(tmp (create-br (main app))) (tmp (create-br (main app)))
(text-area (create-text-area (main app) :rows 10 :columns 40))) (text-area (create-text-area (main app) :rows 10 :columns 40)))
(declare (ignore tmp)) (declare (ignore tmp))