Wednesday, February 24, 2016

Hidding the Time Line in SharePoint Task List

<style type="text/css">
.ms-tl-mainArea,.ms-tl-selectedFocused > a
{
visibility: hidden;
}
</style>

Hiding the Project Summary In-Build Webpart Title

Changing the font color to white

<style type="text/css">
.ms-webpart-titleText > a
{
color:rgba(255, 255, 255, 1)!important;
}
</style>

Monday, February 15, 2016

UserProfileService.asmx web service Properties

I was fetching several information of  employee  in info-path using  using UserProfileService.asmx,But found bit difficult to find exact name of the columns.Below is the list of all the columns exists in UserProfileService.asmx keeping handy when required


UserProfile_GUID
AccountName
FirstName
SPS-PhoneticFirstName
LastName
SPS-PhoneticLastName
PreferredName
SPS-PhoneticDisplayName
WorkPhone
Department
Title
SPS-JobTitle
Manager
AboutMe
PersonalSpace
PictureURL
UserName
QuickLinks
WebSite
PublicSiteRedirect
SPS-Dotted-line
SPS-Peers
SPS-Responsibility
SPS-SipAddress
SPS-MySiteUpgrade
SPS-DontSuggestList
SPS-ProxyAddresses
SPS-HireDate
SPS-DisplayOrder
SPS-ClaimID
SPS-ClaimProviderID
SPS-LastColleagueAdded
SPS-LastColleagueAdded
SPS-OWAUrl
SPS-SavedAccountName
SPS-ResourceAccountName
SPS-ObjectExists
SPS-MasterAccountName
SPS-DistinguishedName
SPS-SourceObjectDN
SPS-LastKeywordAdded
WorkEmail
CellPhone
Fax
HomePhone
Office
SPS-Location
SPS-TimeZone
Assistant
SPS-PastProjects
SPS-Skills
SPS-School
SPS-Birthday
SPS-StatusNotes
SPS-Interests
SPS-EmailOptin

Monday, February 8, 2016

Css Tool Tip

Recently I got requirement on tool .I knew there are lot of options to show the information based on tool-tip.I tried to implement bootstrap on my design pages ,But after inheriting bootstrap .css file I was loosing my pages styles .And I found the below css which is very easy to understand and  for all the level of tech's .


<html>
<head>
<Style type="text/css">
a {
position: relative;
cursor: pointer;
font: normal normal 85% sans-serif;
color: white;
text-shadow: #090A0B 0 -1px;
display: inline-block;
}

a > i {
text-align: center;
font: italic normal 90% Georgia, serif;
line-height: 150%;
color: black;
text-shadow: white 0 1px;
background: #DDD;
background-clip: padding-box;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
border: 5px solid #111;
border: 5px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
position: absolute;
width: 250px;
left: 50%;
margin-left: -125px;
padding: 10px 0;
bottom: 100%;
margin-bottom: 15px;
visibility:hidden;
opacity:0;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

a > i:before, a > i:after {
content: "";
position: absolute;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: 100%;
left: 50%;
margin-left: -10px;
}

a > i:before {
border-top: 10px solid #111;
border-top: 10px solid rgba(0, 0, 0, 0.5);
margin-top: 5px;
}

a > i:after{
border-top: 10px solid #DDD;
margin-top: -2px;
z-index: 1;
}

a:hover > i {
visibility: visible;
opacity: 1;
}

</style>
</head>
<body>
<body>
<a>Tool Tip Example<i>This tootips's Example.<br />helps in Keeping handy!</i></a>
</body>
</body
</html>


Thursday, February 4, 2016

Setting the image size of SharePoint tile


div.ms-tileview-tile-content > a > img {
    width: 100% !important;
    height: 100% !important;
  }

Setting the SharePoint Tile size



<style type='text/css'>
/* Setting size  for the tiles */
 div.ms-tileview-tile-root {
    width: 160px !important;
    height: 10px !important;
}
</style>

Setting SharePoint Tile Background Color

<style type='text/css'>
div.ms-tileview-tile-content {
 background-color: White;
}
</style>

Remove Hyperlink for SharePoint Webparts

We use different web-parts and try to show  different lists or document library in one web-part.But we get the hyperlink for the list or document library

Solution:
Edit Web-part and go to Advance Option replace your "Title URL" with "#"

Monday, February 1, 2016

Creating View for SharePoint 2013 Survey List


1.Select Survey Settings from Settings option and copy the url from the browser
_layouts/15/survedit.aspx?List=%7B86FBDF00%2D50E1%2D4DB3%2DB605%2D2EF47EADDF90%7D

2.Replace the "Survedit.aspx" to "viewtype.aspx"

layouts/15/survedit.aspx?List=%7B86FBDF00%2D50E1%2D4DB3%2DB605%2D2EF47EADDF90%7D