The 'add new item' link which is always located at the end of the list. Is there a way that we can add a similar link at the top of the list?
|
Not possible by just configuring web part. Of course you could modify the Title Url of the web part to point to the Add new item URL, but I don't count that as a valid suggestion ;) I would use javascript (jQuery) to search for the bottom Add new item link and inject similar to the correct position below the web part title. Some web parts also allow you to edit the XSL of the web part. I haven't tried this myself, but you might be able to achieve the same in certain web parts using this method. jQuery example (not on my dev machine now, so will share the idea at least):
|
|||||||
|
|
You can edit the page to add a Content Editor Web Part up top and adjust the chrome type so that title / borders / etc don't display. Then edit the content of the web part to be a hyperlink to the same place as the other one. |
|||
|
|
|
You can keep the existing Add new item link at the bottom of the page and add an additional link above your list. Add Content Editor web part above your list. Copy the HTML markup from the existing Add new item link. Example:
Paste the HTML markup into the Content Editor web part. You may need to wrap the above code in a div and additional styling to it as needed. |
|||||||
|
|
Actually, the simplest approach and probably best solution is to simply link to the form on your site ending with NewForm.aspx. It looks even better if you add the + image in fron too. Example: New Issue Tracking Form |
|||
|
|
|
Assuming you have jQuery available in your environment. Here is a quick way to knock it out.
|
|||
|
|
This code must work with JQuery.
|
|||
|
|
