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 1685 posted 14 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 1778 posted 14 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 2750 posted 14 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 1587 posted 14 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 1123 posted 15 years ago by rumremix
0 1110 posted 15 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 2190 posted 15 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 2152 posted 15 years ago by rumremix
1 1594 posted 15 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 2022 posted 15 years ago by rumremix
1 1229 posted 15 years ago by scholli
Alternative: Central Administration --> Upgrade and Migration --> Check product and patch installation status
0 3591 posted 15 years ago by scholli
integrate asp.net with sharepoint (Sharepoint)
0 1349 posted 15 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 1743 posted 15 years ago by rumremix