OpenNTF.org - DominoWiki

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: DominoWiki (Managed by Benedict R Poole)
Actions:


Response
Subjectsuggestion for implementation
Created 06/15/2005 03:03 AM by Julian Buss.
Modified<none> by <none>.
Body

I've encountered the same problem and fixed it for me in this way:

1.) in shared field $HTMLHeader: add this at the beginning:
---
@newline+"<title>"+@DbTitle + ": " + @If(@IsNewDoc; "New page"; title)+"</title>"+
--
2.) in form "Wiki" (web): add a simple field after the <!-- hiden when reading-->
---
<!-- Hidden when reading -->
Title: <field named "title">
---

give the title field the HTML attribute
---
"size=80"
---