Tagged Questions
5
votes
3answers
8k views
How to use JavaScript and CSS in a web part?
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net. And I want to ...
4
votes
2answers
1k views
Sharepoint 2010 ModalDialog title
I am creating a popup window in sharepoint using this code in javascript.
function openDialog(title, url, width, height, CallResult) {
var options = { url: getUrl(url),
title: title,
...
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" ...
0
votes
1answer
230 views
Inherited Page Viewer Control - allowTransparency on iframe
I created a custom control that inherits from PageViewerWebPart.
Now I need to toggle the allowTransparency attribute to = "true" on the rendered iframe to enable background transparency for the page ...