Join SecretsOfSharePoint.com!
Sign in
|
Help
Home
Tips
Ask the Experts
Forums
Blogs
Whitepapers
Webcasts
User Groups
Twitter Grid
Featured Posts
Directory
Gile's SharePoint Shenanigans
»
All Tags
»
SharePoint 2010
(
RSS
)
Browse by Tags
Share
|
Recent Posts
Add a column to a Enterprise Wiki Page Layout in SharePoint 2010
Customizing the Refinement Panel web part in SharePoint 2010
Getting the logged on user name using the client object model
SP.UI.ModalDialog.showModalDialog with margin and notification
How do I: Set the ID attribute of a table row using jQuery and SharePoint Designer
Archives
May 2013 (9)
April 2013 (19)
March 2013 (11)
February 2013 (9)
January 2013 (12)
December 2012 (7)
November 2012 (21)
October 2012 (35)
September 2012 (7)
August 2012 (21)
July 2012 (30)
June 2012 (11)
May 2012 (14)
April 2012 (12)
March 2012 (13)
February 2012 (11)
January 2012 (2)
November 2011 (5)
October 2011 (8)
September 2011 (4)
August 2011 (6)
July 2011 (14)
June 2011 (7)
May 2011 (3)
March 2011 (6)
February 2011 (2)
Tags
CPS Cross Post
Development
EPM
JavaScript
JQuery
Khurram Jamshed
Mobile Application
MOSS 2007
Paul Busby
Paul Mather
Project
Project Management
Project Server
Project Server 2007
Project Server 2010
Project Server 2013
PS2010
Robin Kruithof
SharePoint
SharePoint 2010
SharePoint Designer 2010
SP2010
SPF 2010
Work
WSS 3.0
View more
$().SPServices.SPCascadeDropdowns
.attr()
.each()
.find()
AAM
Accessibility
Add from new site column
administration
Android
asp:DropDownList
Audience Target
Branding
Bug
Business Intelligence
C#
Calculated Column
Carl Sprake
Certification
CKSDev
Client Object Model
CodePlex
Configuration
Content Fields
Content Packs
Content Query Web Part
Content Types
CPS
CPS Cross Post
CPS Training
CSOM
css
CU
Cumulative Update
Custom List Form
Debug
Development
Drop-down list
EditModePanel
Emails
Empty Data View
Enterprise Wiki
EPM
error
ExecuteOrDelayUntilScriptLoaded
Features
Flash Video
Form Services 2010
Giles Hamson
Health Check Analyzer
Hotfix
IIS
InfoPath 2010
InfoPath Form Web Part
Information Management Policy
Integration
iOS
iPad
iPhone
JavaScript
JQuery
Lists
Lists; Server Error
Lists;Throttling
LoadBalancing
logging
Mobile Application
MOSS
MOSS 2007
New Item Form
Performance
Personal
PowerShell
Project Server
Project Server 2007
Project Server 2010
Service Pack
SharePoint
SharePoint Designer 2010
SharePoint Online
Silverlight
Site Content Types
Slide Library
SP.CamlQuery
sp.js
SP.UI.ModalDialog
SP.UI.ModalDialog.showModalDialog
SP.UI.Notify.addNotification
SP2010
spc11
Speaking Engagements
SPF 2010
SPList
SPListItem
SPServices
SSRS 2008 R2
Visual Studio 2010
Web Part
Work
Workflow
WSS 3.0
Add a column to a Enterprise Wiki Page Layout in SharePoint 2010
After you have create your Enterprise Wiki, you might have a need to add additional fields. For instance, your client might want a summary field on the wiki page. In this case you will need to modify the Enterprise Wiki Page Layout. The video shows you...
Published
Thu, Mar 03 2013 2:15 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
Enterprise Wiki
,
Add from new site column
,
Content Fields
,
Site Content Types
,
Page Layouts
Customizing the Refinement Panel web part in SharePoint 2010
Part 1: Summary: We created our own results page: Results.aspx We can modify the “Refinement Panel Web Part” only if we can edit the create a new .aspx results page and change the “Search Setting” to point to the new Results.aspx...
Published
Tue, Mar 03 2013 12:15 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint Designer 2010
,
Enterprise Wiki
,
OOSsearchResults
,
Refinement Panel
Getting the logged on user name using the client object model
If you want to use the SharePoint 2010 client object model you can use the code below: ExecuteOrDelayUntilScriptLoaded(getWebUserData, “sp.js“); var context = null; var web = null; var currentUser = null; function getWebUserData() { context...
Published
Tue, Feb 02 2013 3:41 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
sp.js
,
SP.ClientContext
,
ExecuteOrDelayUntilScriptLoaded
SP.UI.ModalDialog.showModalDialog with margin and notification
If you ever add HTML to a SharePoint modal dialog box you might notice that adding a left-margin is also necessary. Remember, the HTML option uses DOM not a string. Style margin Property Get the code Adding SP.UI.ModalDialog.showModalDialog...
Published
Fri, Nov 11 2012 3:54 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
SP.UI.Notify.addNotification
,
SP.UI.ModalDialog
,
SP.UI.ModalDialog.showModalDialog
,
SP.UI Namespace
How do I: Set the ID attribute of a table row using jQuery and SharePoint Designer
While customizing an “add new item” form, you might find yourself needing to manipulate form elements via jQuery. However, before you can do that you must and an #id or .class to the elements in question. I will be adding an #id in this demonstration...
Published
Fri, Nov 11 2012 2:08 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
JQuery
,
SharePoint Designer 2010
,
.each()
,
.find()
,
.attr()
How do I: Implement $().SPServices.SPCascadeDropdowns
Documentation for $().SPServices.SPCascadeDropdowns In my opinion, the tricky part to this is the third list “CascadeExample”. It was unclear to me after reading the documentation on the SPServices website that the two columns “Country”...
Published
Mon, Nov 11 2012 2:07 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
SharePoint Designer 2010
,
$().SPServices.SPCascadeDropdowns
,
SPServices
Hiding/Showing InfoPath 2010 form element using jQuery
Get the code / Look for the highlight area InfoPath 2010 is a great tool. However, while building forms in InfoPath it’s only a matter of time when you have a user requirment that InfoPath alone simply will not do. In that case you might have a...
Published
Fri, Nov 11 2012 7:10 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
JQuery
,
InfoPath 2010
,
SharePoint Designer 2010
,
InfoPath Form Web Part
Using jQuery to hide form elements based on checkbox value
Let’s say you wanted to hide/show a specific textbox only if a specific checkbox has been selected. You can use jQuery to do this via SharePoint Designer 2010 How can I validate a textbox using the PreSaveAction() How do I: Create a simple form...
Published
Thu, Nov 11 2012 1:45 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
JQuery
,
SharePoint Designer 2010
Why can’t I access the column in my SharePoint list programatically?
The answer might be simple. The first time a column is created and you title it “Column1″ the database records that. If you (or someone else) later changes the column title to “Column2″ your application will break. Why? Because...
Published
Fri, Oct 10 2012 2:07 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
Visual Studio 2010
,
C#
How do I: Create a FAQ page in SharePoint 2010
This was done on a SharePoint Online site. Read More...
Published
Fri, Oct 10 2012 1:55 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
SharePoint Designer 2010
,
Empty Data View
,
SharePoint Online
How do I: Create a simple form to collect data in SharePoint 2010
This was done using a SharePoint Online site. There is an important piece of JavaScript code that allows you to re-direct your page once the “Save” button is click: <input type=”button” value=”Save” class=”btnStyle”...
Published
Fri, Oct 10 2012 1:51 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
JavaScript
,
SharePoint 2010
,
SharePoint
,
SP2010
,
SharePoint Designer 2010
,
SharePoint Online
SharePoint Online: Video Streaming
The following video demonstrates how to add streaming video to a SharePoint Online private site collection. Please note: this will not work on a SharePoint Online public website Read More...
Published
Fri, Oct 10 2012 1:45 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
SharePoint Online
,
Private Site Collection
Hiding and showing fields using jQuery in SharePoint Designer 2010
Building forms using SharePoint Designer can be a bit tricky at times. What if you wanted to a text box to show only if a certain radio button value is selected? This video will show you how I acheived this using jQuery. Get the code This post might also...
Published
Wed, Oct 10 2012 9:26 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
JQuery
,
SharePoint Designer 2010
,
New Item Form
,
Custom List Form
Using jQuery to hide form elements based on drop-down value
Using jQuery to hide form elements based on drop-down value. Read More...
Published
Wed, Oct 10 2012 9:23 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
JQuery
,
SharePoint Designer 2010
,
New Item Form
,
Custom List Form
,
Drop-down list
Populate a drop-down list with SharePoint list values
This video will demonstrate how to populate a asp.net drop down list control with SharePoint list column values. I’ve created a visual web part in Visual Studio 2010 and used the sever object model to demonstrate this. However...
Published
Wed, Oct 10 2012 9:13 PM
by
SharePoint (and Project Server) Shenanigans
Filed under:
SharePoint 2010
,
SharePoint
,
SP2010
,
Drop-down list
,
Visual Studio 2010
,
SPList
,
SPListItem
,
asp:DropDownList
,
Visual Web Part
,
C#
1
2
3
4
5
Next >
...
Last »
Copyright 2011 SecretsOfSharePoint.com. All rights reserved.