The display-form tag has no wiki summary.
0
votes
1answer
46 views
Unable to modify the font weight for the DispForm.aspx fields
I want to change the font weight for the title, body, etc fields to be bold.
Using the IE tools I have identified that these title are within an h3 with class ms-standardheader. as follow:-
So ...
0
votes
0answers
12 views
Hide icon EditItemButton and change styling to the styling of the default buttons in SP2013?
I am using sharepoint 2013. I have created a copy of the dispform.aspx of the task list. I would like to show some button with my custom label "Finish this task". This button needs to go to the edit ...
0
votes
0answers
22 views
Embed PDF in anouncement library
I am trying to embed a PDF in a announcement library. I have tried the code I found here, which works in edit mode, but as soon as I save it, the code is removed.
<object>
<embed ...
0
votes
1answer
37 views
Multiple ListForm WebParts on single DispForm.aspx
Has anybody an idea of how I could achieve this? In my test scenario I'm displaying two ListForm WebParts, but only one shows data. I think the context is wrong / missing for the second one.
0
votes
1answer
18 views
Can I hide 1 column only in the dispform of a list for users which are not in the administrators group?
I have a Sharepoint 2013 portal. I have a list with 10 columns in the content type. 1 of the 10 columns I would like to hide or set readonly if the user is not in the administrator group. Is this ...
0
votes
0answers
110 views
Unable to remove link to Lookup field in default DispForm
Here's the deal :
I have a list, with several fields, including a Lookup and a LookupMulti fields. I display the items of the list in a Calendar View. Everything works fine.
When I double-click on an ...
1
vote
1answer
55 views
Adding several ListFieldIterators in one Page does not work as expected
I tried to display several ListItems, each with a ListFieldIterator, but all the LFIs display the same Item (the first one assigned). Is there a way to have each Iterator Display the Item it got ...
0
votes
2answers
271 views
Custom List Display Form doesn't apply to all users
I created a custom Display Form but only system admin can see this change. I set the disp form as default disp form and checked in. What else should I do? Thank you.
3
votes
2answers
742 views
SharePoint 2010 how to customize display form using application page or code behind
I am working on a project that requires code behind in the dispform.aspx as well as the edit and new form. The reson being, I am synching to a web service, on view of an item, I want to make a sall ...
1
vote
0answers
14 views
The window to add attachments appears behind the page
I am opening a page from another page, and when I click the paperclip to add an attachment to the attachment field, the window for the upload appears behind the page???
I am guessing this is because ...
0
votes
0answers
50 views
How to Display Author Information in Custom Disp Form
I want to add the Author information to the top of a custom DispForm in WSS 3.0. I have tried the following and nothing works. Could someone suggest a way to get this right?
<xsl:value-of ...
1
vote
1answer
69 views
WebPart on Top of Displayform for Custom List, ListItem deleted => Server Error
so I have a visual webpart for registering/unregistering for an event on top of a custom lists' ("events"-list) display form (added via &ToolPaneView=2).
Now my use-case is this: potential ...
2
votes
0answers
135 views
Are Display Form FieldControls used in 2013 Custom Field Types?
When using a Custom Field Type that has a Field Control (provided by FieldRenderingControl), it seems that the Field Control isn't used when rendering data on the Display Form if the SPField.JSLink is ...
1
vote
0answers
144 views
display InputFormSection
Can we hide an wssuc:InputFormSection ??
I have a wssuc:InputFormSection made for adding items and it's only shown when you click on add link as the code shows :
<Table border="0" width="100%" ...
1
vote
3answers
869 views
How to set columns visible only in Display Form on a Column used by a Content Type
I have a column that we will call C. This Column is associated to a Content Type (CT).
If I go to the properties of the CT -> Column C I can set the column to be Facoltative or Hidden:
If I put it ...