Opened 12 years ago
Closed 12 years ago
#5689 closed enhancement (worksforme)
edit_field_html doesn't have a filter
| Reported by: | SGr33n | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Extended Profile | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
Is it possible to have a filter for edit_field_html in order to manipulate the view of input fields?
In my specific case I'd like to add a placeholder, but it's impossible, unless I use Javascript.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We can look into it, sure. When I built this, I intended the filter in the
get_edit_field_html_elementsmethod to be used to let people add placeholder fields, etc. Did you look to see if this was suitable for what you needed to do with it?