Saturday
Mar232013
The Cheapskate's Guide: Extending SP 2010 Functionality
Saturday, March 23, 2013 at 10:02AM
This is what I am presenting at SharePoint Saturday in Richmond VA and the accompanying file packages that go with that talk. There are 13 items total, each of them containing any scripts and resources needed (that I can provide) and a PDF breakdown of what it takes to deploy them. 5 of the 13 use Javascript controls I picked up for cheap from Codecanyon.net, you'll need to grab the control mentioned to get these to work, the others contain all that you need to get running. Drop me a line if you do something cool with one of these or modify them.
tagged SharePoint, SharePoint Saturday in Code, JavaScript, SharePoint, Tips
Reader Comments (1)
Had a question about control #7 - "Words from one tab fall on top of other tab if Title is too long. How do I change?"
If you need to use a longer name, adding this line to the zozo.tabs.min.css file made them operate as multi-line for me. Feel free to tweak that line-height value to get it looking good in your page :
.vertical.z-tabs > UL.z-tabs-nav > LI > A.z-link { line-height:15px !important; vertical-align:middle !important; display:table-cell; padding-left:5px;}
//Kevin