Hidden Widget

Component ID

845388

Component name

Hidden Widget

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

1056

Component created

Component changed

Component body

Gives the ability to create CCK fields which have no input fields.

This gives developers the ability to use CCK to create fields and make use of of all the back end integration such as views, tokens etc.

Supported following field types

  • Text field
  • Number fields - (integer, decimal, and float)
  • Node Reference
  • User Reference
  • Content Taxonomy

Notes

Hidden Widgets provides no user method of input into the system, but in association with standard CCK it will provide output, views and other things provided by CCK.

Hidden Widgets is different from Computed Field in that it is extremely light weight (only 2 functions) and provides no manipulation of content.

I have been using this for deleting fields from input, but retaining all historical data.