Page 1 of 1

large text

Posted: Fri Jan 16, 2026 1:04 am
by nad
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.

Re: large text

Posted: Sat Jan 17, 2026 5:42 am
by jphoarau
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.