All Questions
Tagged with delegate-control javascript
6 questions
0
votes
1
answer
207
views
Is it possible to add a condition class to the master page?
I want to add the class ms-hideto the body of my master page depending on certain conditions.
I'm trying to do something like delegate controls where, based on a feature I add or remove this class ...
0
votes
2
answers
1k
views
Cannot get ribbon button by Id through Javascript
I've got a delegate control which persists a customAction Tab onto every page of my host web. In the same Delegate control file, I reference a javascript file which I want to use to hide specific ...
4
votes
5
answers
9k
views
Removing top links from Sharepoint online team site
The whole day yesterday I have been trying to follow the instructions from MSDN to hide the top links in a SharePoint team site (SharePoint Online in Office 365).
However, I can not get it to work. ...
0
votes
1
answer
276
views
Additional page head delegates with 2 scripts
I have a question regarding the additional page head delegate control. Basically this delegate controls helps to register some scripts in my case.
But i have 2 different additional page head delegate ...
1
vote
0
answers
243
views
Changing / overwriting OOTB javascript
I've came across an issue when I was modifying / customizing the mini social tag buttons (a delegate control - class), everything went good and well untill I encountered an issue "onmouseover" event.
...
5
votes
3
answers
4k
views
How can I implement SharePoint JSGrid filtering and grouping functionality?
I am working on SharePoint JSGrid. I am able to implement the sort functionality in JSGrid. Now I want to implement the grouping and filtering in my custom JSGrid.
For filtering we have to attached ...