Forum OpenACS Q&A: About htmlArea.

Collapse
Posted by Miguel Marin on
I have this problem:

I used htmlArea with ad_form like this:

ad_form -name f -form {
...
...
...
    {element:richtext(richtext),optional
        {label "<b>Text:</b>"}
        {html {rows 4 cols 70 }}
        {help_text "optional text" }
        {value $def}
        {htmlarea_p 1}
    }
...
...
...
}

When I want to use it, I see the tools bar but I can't see
the text area where I write, does anyone knows why?

Collapse
2: Re: About htmlArea. (response to 1)
Posted by xx xx on
Rows 6 or more (instead of 4) should show the textarea... right?