Welcome To Snipplr


Everyone's Recent Snippets Tagged sharepoint



This is the quickest way to style the search bar. It involves creating one single image that includes both the input area and search button.
0 771 posted 12 years ago by rumremix
simply add s4-notdlg to the class of the element that you don't want to appear in dialog boxes. See example.
0 751 posted 12 years ago by rumremix
The "inherit" aspect of this did not always work for me. For example, font-family may need to be explicitly specified in the generated css (in place of "inherit"). But this just takes a couple seconds. Simply search for "family" and replace "inherit"...
1 801 posted 12 years ago by rumremix
Sometimes SPD gets confused as to which files are checked out or not and to whom. This fix generally works.
0 582 posted 12 years ago by rumremix
You need to register this at the top of the page (see code below). Remember you can do this on a layout page as well, instead of the master page. Then place the PublishingWebControls:EditModePane tag inline (see below). The ID can be anything...
0 446 posted 13 years ago by rumremix
0 460 posted 13 years ago by scholli
Just syntax examples here. First block reads, second writes. Top function just a debugging helper. Using jquery 1.5, $(xData.responseXML).find("nodeName=z:row]").each(function(i)... may need to be written as $(xData.responseXML).find("nodeName='z...
0 1029 posted 13 years ago by rumremix
Further below in the code are the default style declarations that can be overridden in custom css. To create custom classes that will be available in the rich text editors, follow the example below: .ms-rteElement-appleRed { color:red; -ms...
0 894 posted 13 years ago by rumremix
1 710 posted 13 years ago by scholli
First option uses a parameter in <a href="http://snipplr.com/view/46534/reading-and-writing-list-data-in-sharepoint-2010-using-spservices/">spservices method</a> to limit the results to four. Second option limits the results returned to six in the c...
0 1143 posted 13 years ago by rumremix
1 539 posted 13 years ago by scholli
Alternative: Central Administration --> Upgrade and Migration --> Check product and patch installation status
0 694 posted 13 years ago by scholli
integrate asp.net with sharepoint (Sharepoint)
0 546 posted 13 years ago by hairajeshk
Using the CssRegistration control is the proper way to register CSS in a SharePoint master page/layout page, but it has drawbacks. Namely, no matter what order you put them on the page the server loads them in a seemingly arbitrary order, making it...
2 647 posted 13 years ago by rumremix