Hi,
Would it be possible to add a case "Admin" to the method CreateChildControls or any similar solution (public method called via reflection, ie RenderAdmin)?
This would enable the ability to customize settings for custom types in admin-mode, not just in edit-mode.
For example:
You should create a DropDown-list and want to specify some labels and values. The problem is that you have to write code for each different list of labels and values even if the logic is the same. Here you would benefit for a more general and flexible solution.
This is were the admin-extension comes in mind. The ability to define a list of labels and values in admin mode for one (1) custom type.
Is this possible?
Regards,
Micke