Hello - I am preparing a website where users needs to insert dates (an unlimited number of dates using text field/date picker) and it occurred to me that user interface for *removing* dates is not very intuitive. It basically consists of deleting the text, while a remove button would be easier to understand. Now, before diving in and trying to do something about it I just wanted to ask if such a "remove" button functionality already exists and I missed some setting somewhere.
Comments
Comment #1
karens commentedThat is the way CCK does it. There is a proposal on the CCK issue queue to add a delete button for all CCK fields. If it gets added to CCK, it will be available in this module.
Comment #2
ronald_istos commentedThanks for the clarification, have been looking for a possible interim solution - was thinking of just changing the form through some jQuery that will empty the fields and hide them (essentially simulating a deletion). Remains to be seen whether it can work as a generalised solution to release as a module. Will post an update as soon as I have something.
Comment #3
arlinsandbulte commented@istos:
Any update???
Comment #4
arlinsandbulte commentedNo update... maybe someday CCK will implement this...