Tagged Questions
0
votes
2answers
35 views
Custom action with javascript doesn't navigate in DisplayForm
I have a strange issue, basically, I have the following custom action:
<CustomAction
Id="Navigate.DisplayMenu"
Title="Navigate to:"
RegistrationType="ContentType"
...
0
votes
2answers
34 views
Custom action with custom code doesn't work properly
I have an action in my document library, but it doesn't work as it supposed.
So I have here definition of my custom action:
<CustomAction
Id="MyProject.Google"
Title="Go to google"
...
0
votes
1answer
24 views
SP2007 using Source token in link
In SharePoint 2007 in some occasions i see that when im redirected to some pages etc, i see a source in query string, and this i can use to be redirected back to the original page.
I've read on msdn ...
0
votes
0answers
32 views
Link in ECB menu 'Send To'
I have a small question regarding the poisition of the menu in "Send to" in EditControlBlock menu on an item.
Basically when you click over an item in document library or whatever you have a menu:
...
1
vote
2answers
80 views
LinkButton with click method doesn't work
I have an issue with LinkButton in my toolbar, basically i deployed a custom action which adds a link button to the menu, this link button on click should do some task like adding an item, but this ...
0
votes
2answers
72 views
Custom action doesn't appear
I have an issue with custom action in SharePoint 2007, basically i have the following custom action declaration:
<Elements Id="CF60B88A-783A-44f8-A49D-43659AB51G7E" ...
1
vote
2answers
89 views
Custom action or a specific list in SP 2007
I have a question regarding the custom action, basically I would like to create a custom action in ribbon for only ONE SharePoint list, this list already exist and i cannot and i dont want to modify ...
1
vote
0answers
58 views
Hiding Custom Action for Just one document library
I have a custom action deployed for a site collection, now if I want to hide it for a custom document library is it possible.
Also this is what I am doing actually, can you think a better way of ...
0
votes
1answer
74 views
MenuItemTemplate calling a method instead of URL
How can I add my method instead of URL of a website, I can see another option as "ClientOnClickScript" but not sure how exactly I can do it tho, here's my code
public class MyUserControl: WebControl
...
3
votes
1answer
110 views
Custom Action Safe Control 2007
In extension to this question of mine, If I put location of custom action as
"Location="Microsoft.SharePoint.StandardMenu"
it gives me error
Failed to create a control from assembly '', class ...
0
votes
1answer
67 views
Custom Actions all document libraries
I want to develop a "Custom Action" for all of document libraries in a site collection, I tried looking on Google but couldn't find any relevent tutorial.
Custom action has to be in "Actions" and ...
0
votes
1answer
40 views
Microsoft Sharepoint 2007 - Having limit of max absence (MC,Leave) function?
I've just joined a company, and they threw me their sharepoint website which had functions up and running, including the Absence and Leave Calendar. Currently the absence and leave calendar functions ...
1
vote
3answers
1k views
How do I programmatically disable (i.e. “grey out”) a custom action menu item?
Obviously, this is something I need to do just in certain circumstances (determined by the current contents of a list).
The reason I want to keep the action visible is to set its description to say ...
0
votes
1answer
287 views
Custom workflow activity for SP 2007 appears in Designer's action picker but won't add
This is SharePoint 2007. I created a custom workflow activity in Visual Studio 2008 (using this and a few other blogs as a reference). I deployed it properly, I think. I can go into SharePoint ...
0
votes
4answers
805 views
Add Menu Item To Actions Menu UrlAction
I am attempting to call an .aspx page from a custom "Actions" menu item that I have added using xml. However, I cannot get the UrlAction path setup correctly. Everything I try fails with the ...
3
votes
2answers
728 views
Creating custom Actions within an Retention Policy
Does anyone know, either via the object model or through xml, if you can create custom actions for a retention policy, which is defined as part of an Information Management Policy?
I know that you ...
