I'm testing a php program to spider. In php I have a list of persons. When some fields from SQLite are larger than 20 characters I list them in a <textarea> that is 1 line and 20 characters. The user can streatch the <textarea> down and across to reveal more of that text area.
How do I do that in spider.
large text
Re: large text
I don't know if I'm able to reply to you, but I think, in first view, that you should prefer use an EditorGadget instead of a TextGadget. EditorGadget will give you scrolling possibilities.
I hope it can help.
I hope it can help.