[pmwiki-users] editform questions

H. Fox haganfox at users.sourceforge.net
Mon Feb 20 17:45:48 CST 2006


On 2/20/06, noskule <noskule at gmx.net> wrote:
> hi list
> some questions about editform
>
> Textarea Size
> -----------------------
> I would like to have a variable size of the textarea (like on the
> pmwiki.org page). I realised it with
>
>  textarea#text {width:98%}
>
> this seams not the most elegant solution cause there are also
> Site.Preferences  |and PageEditFmt. With Site.Preferences I hade no
> suggsess and PageEditFmt I wouldnt like to touch if possible. What is
> here the best solution?

I think you're looking for

    #wikiedit textarea {  }

> Styling textarea and buttons:
> -----------------------------
> |||
> <http://pmwiki.netstreams.org/index.php/PmWiki/EditVariables#PageEditFmt>I
> noticed that there are now classes for the search form
>     class="inputbox searchbox"
>     class="inputbutton searchbuttom"
>
> this could maybe made for the editfrom like this
>     class="inputbox editbox"
>     class="inputbutton editbuttom"

or this:

    class="inputbox summarybox"
    class="inputbox authorbox"
    class="inputbutton editbuttom"

 Hagan




More information about the pmwiki-users mailing list