Tagged Questions
2
votes
1answer
27 views
C# How to read display templates location in Sharepoint 2013
Sharpeoint 2013 has a default filter template located at:
_catalogs/masterpage/Display%20Templates/Filters/Filter_Default.js
How can I read the absolute path of the _catalogs masterpage in C# ?
...
1
vote
1answer
31 views
Custom Page inside SharePoint 2010
i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons:
When we click on Save the user save inside a list as he agree on the terms & Condition content ...
0
votes
1answer
95 views
When placeholder is filled with content from page in master page
My question about the placeholder, basically I have to perfrom a check in my custom user control for some controls, but does controls are loaded from a page in a placeholder.
And my user is located ...
3
votes
2answers
406 views
Returning Full URL
I am writing code in my master page that examines the page's URL as shown in the browser
I have a web application at URL:
http://teams.sharepoint.org/sitecollections
and many site collections ...
0
votes
2answers
52 views
Steps to deploy a Site Definition having a custom Master page
we have custom site definition with a custom master page, I copied it from Control Templates, made changes to "ONET.XML" and master page they are using. I also renamed site definition folder name and ...
2
votes
1answer
137 views
Breadcrumbs Navigation Requirement Changed
Scenario
I have 20's of site in a single site collection we can say "portal A", Now I have list of site collections, let me explain it using a tree
Now we are creating breadcrumb navigation using ...
2
votes
4answers
604 views
Detecting Registered Scripts on Page - ScriptLink or anything else!
I have a webpart that requires jQuery to run. Therefore, in my code I want to check if jQuery is not on the page inject it. I've got down the inject part, but the detection part it where I'm ...
0
votes
2answers
381 views
Beginners question regarding code-behind for aspx pages
I've been studying sharepoint for a matter of days now so please bear with me if I'm missing something really obvious. I've followed a couple of guides that have got me familiar with the process of ...
2
votes
4answers
3k views
Loading jQuery in the Correct order
I wish to use a jQuery plugin in SharePoint. Currentley I have jQuery added to each page via a custom master page.
<script src="/Style Library/js/jquery-1.6.4.min.js" ...
25
votes
5answers
10k views
How to update custom master page and page layout, which is already deployed
I have a feature which deploying custom page layout. It's done by this code:
<Module Name="MasterPageModule" Url ="_catalogs/masterpage">
<File Path="MasterPageModule\defaultTemplate.aspx" ...
0
votes
2answers
243 views
Link in master page to base url
In a WebApp with diffrent site collections and subsites, I would like to add a link on the custom master page of all sites to the WebApp Url. (This Url is corresponding with a home/top site ...
