Tagged Questions
0
votes
1answer
450 views
How to insert selected items after Ribbon Click
I have a code (following http://makarandrkulkarni.blogspot.it/2010/01/new-one.html).
I have a custom WebControl which receives a postback and react with server side code. Thanks to Javascript I can ...
1
vote
1answer
144 views
Possible to have a SPRibbonPostbackCommand and SPRibbonCommand at the same time?
I'm happily using SPRibbonPostBackCommand to a custom save button. It generates a Postback and everything is fine and dandy.
Previously to generating a Postback I would like to make one Javascript ...
2
votes
4answers
980 views
How to invoke server side code from Ribbon
I want to create a Button in my Ribbon which modifies some fields in my items.. In details I want to select more than one element and select my "link" button and make the elements be "linked" by an ...
0
votes
1answer
300 views
Best way to initialize an Contextual Tab?
I've a custom contextual ribbon tab element and I'm initializing it throw the following code on a webcontrol hosted on the masterpage:
protected override void OnPreRender(EventArgs e)
{
...