Informatics People - SharePoint developer
Search This Blog
Wednesday, November 5, 2014
Fishbone SharePoint Tools
Extensions for SharePoint 2013 development with Visual Studio 2013 RTM -Copy to Root -Copy to Gac -IISReset -Reset SharePoint Timer Service -Attach to IIS Worker Process
Here is the downlaod link :
https://visualstudiogallery.msdn.microsoft.com/f0d78cf1-3fa8-43d8-9057-30923ed160c5/file/124610/3/Fishbone.Tools.vsix
Sunday, November 2, 2014
SharePoint 2013 - HidePrevious, Next, and Pause buttons on Picture Library Slideshow Web Part's
Add the Script Editor or Content Editor webPart and paste below code.
<style>
.
ms
-
WPBody
a
[
onclick
^=
"Next"
]{
display
:
none
;
}
.
ms
-
WPBody
a
[
onclick
^=
"Play"
]{
display
:
none
;
}
</style>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)