[Pmwiki-users] A little help for PmWiki skinning
Patrick R. Michaud
pmichaud
Mon Dec 20 12:07:46 CST 2004
On Mon, Dec 20, 2004 at 06:22:40PM +0100, Dominique Faure wrote:
> There's already <div id="wikiedit"> for edition, but this would be nice
> having some kind of <div id="wikiupload">, <div id="wikiattr">, <div
> id="wikisearch">,... encapsulating relevant actions.
> Same consideration applies to unamed forms/form fields (cf EditBar
> Cookbook).
Added the following for beta12:
<div id='wikipreview'>
<div id='wikiupload'>
<div id='wikiattr'>
<div class='wikisearch'>
Note that this last one has to be a class, because there can be multiple
search results within a single page. Also, class='wikisearch' is also
used in the (:searchbox:) form, so perhaps this should be changed to
class='wikisearchform' instead. Either that or we can just expect
designers to distinguish between "div.wikisearch" and "form.wikisearch".
Pm
More information about the pmwiki-users
mailing list