Tagged Questions

0
votes
1answer
56 views

How to modify how the custom field looks on sharepoint list (allitems view)?

Hi, I'm trying to write a custom field that is representing the time spend on the task. The field derives from NumberField (number is representing minutes) but I want to display i …
1
vote
0answers
42 views

Is the OnAdded field event fired when a content type is added to a list

Say I have a custom field type called MyCoolField that I have deployed in a solution. This solution also contains a an SPEventReceivers that has overridden ItemAdded, ItemUpdated, …
0
votes
4answers
462 views

How would you recommend adding an image as a custom field in WordPress?

I need to add an image to each page in WordPress. I don't wish to insert it using the WYSIWYG editor, I just need the url as a custom field, which I later use in the template. I t …
1
vote
1answer
746 views

Problem displaying custom property values for SharePoint custom field types

I'm trying to create a custom field type in SharePoint (WSS 3.0) that has custom properties. I have created my fldtypes*.xml file based on the SDK docs and this blog post and it s …