9

1

Today a custom field value is rendered as

<div class="content" title="field description">field value</div>

This is not very script/css friendly. Could you please extend the rendered html to include the field name, e.g.:

<div class="content" id="field name" title="field description">field value</div>

This will make it easier to apply custom styling and functionality (with JQuery) to the field.

Thanks!

Fog Creek Case FC2036675

flag

1 Answer

4

We should absolutely do this. Total win.

Please up-vote this question (not this answer) to show your support for adding this feature.

link|flag
Great! Looking forward to it :) – Peter Oct 16 2009 at 21:16
Any update on the status of this? – cdeszaq Mar 25 2010 at 15:01
I've prodded eng on this. – Rich Armstrong Mar 25 2010 at 15:50
It's been a while, but following-up, this change would require a change deeper down in a library which Custom Fields uses, not just a quick change to the plugin. – adambox Mar 25 2011 at 20:53

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.