21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 981 Views |
-
TextareaField add attribute "wrap"

23 February 2011 at 4:46am
I'm looking at adding an attribute (wrap) to a TextareaField - I've yet to find an $field->AddAttribute(name,val) - can anyone help with this please?
-
Re: TextareaField add attribute "wrap"

25 February 2011 at 1:07am
As far as I see it's not there
All attributes seem to be hardcoded into the FormField::Fields() method, that calls the FormField::createTag() that in turn only creates attributes it receives in its param list. I've tried following the chain of methods involved in creating a field, and it won't be simple to wriggle in some general AddAttributes() thing - definitely not without changing core...
So probably it's extending the TextareaField - unless I'm totally missing something...
-
Re: TextareaField add attribute "wrap"

25 February 2011 at 10:46pm
shame - that seems a bit basic to add something like that
| 981 Views | ||
|
Page:
1
|
Go to Top |

