Needs work
Project:
Field extra widgets
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2012 at 09:59 UTC
Updated:
8 Mar 2012 at 12:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
imiksuI've attached a patch which shows the proposed direction of implementation. The widget is working currently with 'text' field type.
The basic idea is to re-use the original widget and use that as "base widget". Then we just call the form for that widget and make it disabled.
TODO
Comment #2
imiksuThis patch also handovers the widget settings and tells the widget module. There was a conflict where Field API thought that widget was by
field_extrawidgetsmodule insteadtextmodule.TODO: Also discovered that something needs to be done for widget settings. I think the setting should be handled by "base widget"?
Note: First patch was against beta1, this one is against current dev.