I've just upgraded an xowiki instance from 0.5 to 0.6.
In the 0.5 version we had changed the textarea size of the edit form by changing the html value of the f.text parameter in the WikiForm class thus;
{f.text
{text:richtext(richtext),nospell,optional
...
{html {rows 30 cols 50 style {width: 100%}}}}
}
In 0.6 the style of the parameter list seems to have changed and I can't work out how to change the default (small) rows value. Could anyone give me a pointer as to how I achieve this now.
Thanks
Steve
Request notifications