Closed (fixed)
Project:
TableField
Version:
6.x-2.0-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2010 at 21:54 UTC
Updated:
6 Jul 2010 at 10:46 UTC
I was just curious it was possible to have a textarea instead of the text fields for data that needs a line break.
Thanks for the hard work on this. It has certainly made things easier for building and managing tables.
Comments
Comment #1
kevin hankens commentedCheck out line 382 in tablefield.module
You could change the form #type to whatever you like here.
Good luck!
Comment #2
vthirteen commentedyou can get a textarea, for example, but it'll be processed as a textfield anyway. that is, you won't be able to pass html, no wysiwyg, as in the rest of textareas (if you set input formats in that way). am i wrong?
EDIT: my mistake, wysiwyg editor won't work, but you can indeed pass some html.