|
Cookbook /
EditForm Custom FieldsSummary: Add "Title", "Creation Date", etc. custom input fields to the edit form of PmWiki. This enables mentioning the title of a page in a separate input field rather than in the
(:title ...:) markup. Also enables changing the value of a page's 'ctime'. Can be customized to include more fields.Version: 1.0
Prerequisites: PmWiki
Status: Working
Maintainer: Subhrajit
Questions answered by this recipeCan I have a 'Title' input field in the edit-form of PmWiki rather than needing to mention the title of a page inside the Can I edit a page's 'ctime' (creation time) property from the edit-form of PmWiki? (PmWiki 2.1.beta15 or higher) Can I edit the existing attributes (like 'title','ctime','author','host',etc.) or add additional attributes to a page from PmWiki's edit-form instead of needing to manually modify the files in wiki.d folder? Ans: Yes, you can using this recipe. The first two features are provided out-of-the box by this recipe. This enables mentioning the title of a page in a separate input field rather than in the DescriptionUsing this recipe you can add "Title", "Creation Date", etc. custom input fields to the edit form of PmWiki. This enables mentioning the title of a page in a separate input field rather than in the <code class='escaped'>(:</code><code class='escaped'>title ...:)</code> markup within the wiki-text. Also enables changing the value of a page's 'ctime'. The recipe can be customized to include more fields. Sample screenshot: ![]() Installation
NotesPHP variables: The following PHP variables may be set on config.php
Adding custom fields: The future versions will have more friendly ways of adding new/custom fields other than 'title' and 'ctime'. Release notesNone.
See alsoContributors
CommentsUser notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |