Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.6
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 19:46 UTC
Updated:
6 Dec 2009 at 10:00 UTC
i want to use tooltips on field labels. i mean, something like Advanced Help.
is it possible?
Comments
Comment #1
markus_petrux commentedVersion 6.x-2.0? If that's true, then please upgrade.
As per your question... you need custom code. If you want tooltips in node edit form for CCK fields, then start from your own implementation of hook_form_alter(), scan the form to find out which fields are present, then alter the elements as you please. You may also need to add javascript behaviors, depending on the effects you're looking for.