Archive for the ‘SharePoint 2010’ Category
The same way as we can use JavaScript Commandlets from favorites in your browser, you can also use them in your SharePoint List Ribbon. In this example we’ll create a button in the NewForm List ribbon that will open the form in a new tab without modal dialog. First let’s prepare. We’ll need two icons [...]
A lot of times I prefer to open a link in a modal dialog instead of new window or even same window. SP.UI has a function to open a modal dialog, but a lot of times you don’t need to create that function. A lot of times I just prefer to use SharePoint’s built-in function. [...]
One of the things that I was using in SharePoint 2007 and is GONE in SharePoint 2010 is the ability to open a link in top navigation or in quick launch in another tab. This still works in SharePoint 2010 if you’re not using Internet Explorer. But in IE when right clicking a link in [...]
“On the 16th of November you will have the option to attend a series of interesting lectures prepared by renowned experts who are specialized in SharePoint….” Yay – I’ll be having a session there. You’re all invited! Lots of interesting topics to attend to along with proimisin culinary experience See the agenda, read about it [...]
If you need to add custom JavaScript to SharePoint 2010 list form just like in 2007 (for example the SharePoint Cascaded Lookup), you’d need to insert the Content Editor WebPart to the same form. There are couple of ways to do it. Here’s one: 1. In a SharePoint List View select the "List" tab in [...]


