Web scripting language.
2
votes
2answers
296 views
Created a custom image uploader for the Rich Text Editor, but how do I insert the image?
Some background: I have created a custom image uploader for my rich text editor. I feel like I have taken the functionality most of the way, currently it can:
Upload the image to another server
...
2
votes
1answer
308 views
How to print document library item from ribbon button
I'm creating some custom features to add functionality to the ribbon.
I have created a button to print the page you are viewing very easily like that:
SPItem containing elements.xml:
<?xml ...
2
votes
1answer
156 views
Get single field item value from Custom List and set it on same item but another field
I'm new in Sharepoint, and I have an issue with a custom list in Sharepoint 2007.
The thing is... I have a custom list with pre-loaded data, and I need to get a unique code from a field item, to put ...
2
votes
1answer
1k views
Javascript call to NewItem2 error “TypeError: Cannot read property 'tagName' of undefined”
Overview
I have a CustomAction for a button on the ribbon that calls a command in a javascript file. The command fails in the inplview.debug.js file on the following lines (1745 - 1748) in the ...
2
votes
1answer
130 views
Can I use javascript to determine if a list item has a related item or not?
I've got a List in Sharepoint 2010 and I've created a "related item" which has a link to my master list which is set to unique values (so for each item in my master list there is 0...1 child items).
...
2
votes
1answer
318 views
How can I use SP.UI.Notify or jQuery to show real time messages in SharePoint?
I would like to use SP.UI.Notify or jQuery in SharePoint 2010 to display messages when a new document is added or a new item is posted.
So if the users are on the page I just want the message to ...
2
votes
1answer
241 views
Set the Column Value when show the NewListForm.aspx using SP.UI.ModalDialog.showModalDialog()
i want to set the selected SPList Title value when show the NewListForm.aspx using SP.UI.ModalDialog.showModalDialog(), could anyone help me to resolve this issue please?
2
votes
3answers
2k views
Expanding and collapsing sharepoint webparts
I want to implement a collapsing/expanding feature to all my webparts in a certain page and tried the code shown here: http://moblog.bradleyit.com/2009/08/sharepoint-expand-or-collapse-web-parts.html
...
2
votes
2answers
372 views
Branding SharePoint 2010 CSS and Javascript - Training Courses?
I've been tasked with branding our new corporate website which will be on the SharePoint 2010 platform.
Is anyone aware of some good training courses in the UK that might be able to help on the CSS ...
2
votes
1answer
873 views
JavaScript error using date picker inside an update panel?
I placed the SharePoint date picker control inside an update panel and when I click on the calendar it gives me this error:
Microsoft JScript runtime error: The value of the property
...
2
votes
1answer
770 views
sharepoint webpart javascript - 'null' is null or not an object
I have an issue on one of my sharepoint enviriontments regarding some kind of javascript problem with the Content Editor Web Part which keeps returning me these errors when I try to user the RTF-text ...
2
votes
2answers
722 views
Custom column that renders a link and opens modal dialog
I want to create a custom column in sharepoint 2010. When it is added to a list view I need it to render a link that when clicked opens a sharepoint modal dialog using the client ui. I need to pass ...
2
votes
1answer
30 views
Updating contents in a custom webpart in a Discussion Board topic page
I have made a custom Visual Webpart. I'm wanting to periodically update a label in the webpart without refreshing the whole page. I've got the label to update, however it is also updating the replies ...
2
votes
0answers
75 views
Initialize word document content type properties using Javascript
I'm trying to create a new word document from a template using the following javascript code :
var word = new ActiveXObject("Word.Application");
var doc = ...
2
votes
1answer
85 views
show modal dialog for list with opened ribbon
I need to display a standard list inside a modal dialog. Currently I'm using SP.UI.ModalDialog.showModalDialog(..) and I'm building the URL like this:
options.url = ...
2
votes
0answers
47 views
Retrieve property bag for sub sites using JSOM
I need to go through all sites belonging a site collection to validate a property bag of them. following is my code. the problem is the second call to get the property uses only one of the sites. I ...
2
votes
0answers
149 views
Bug: JSLink on field/column breaks callout menu in Chrome, Firefox
I am trying to use JSLink+JavaScript to customize the rendering of a field. My very simple JavaScript code looks like this:
;(function () {
'use strict';
console.log('EmployeeFieldCSR ...
2
votes
1answer
173 views
“500: Internal Server Error” when trying to add a simple text file as an attachment via SharePoint 2013 REST API
Using SharePoint 2013 REST API, I am trying to attach a simple text file to a list's item.
jQuery.ajax({
url: web.get_url() + ...
2
votes
0answers
77 views
Filter Calendar view by Title in SharePoint 2010
i want to filter calendar view using title field. Is it possible to filter calendar view without make changes in modify view ?
2
votes
1answer
209 views
I want to remove “Overwrite existing files” check from rteUploadDialog.aspx in sharepoint 2010
I need to uncheck the "Overwrite existing files" check that comes by default on the rteUploadDialog.aspx page (while adding file to a rich text box in OOTB lists). How can it be achieved? If I modify ...
2
votes
1answer
87 views
SharePoint - Detect Silverlight Version and upgrade if necessary?
My Silverlight 5 app is hosted in SharePoint Online.
It doesn't load (sticks at 100%) for users who have Silverlight 4 versions.
How should I upgrade those without the latest version to Silverlight ...
2
votes
1answer
525 views
Calling Upload Dialog with javascript, can I pass value through to the edit form that follows?
I have a button that opens the upload dialog from a page using the below approach:
function openUploadNewDocumentDialog(passingID)
{
var dialogOptions = SP.UI.$create_DialogOptions();
...
2
votes
1answer
83 views
How can I fit a Datatable only into a webpart (not page) dynamically?
I develop a Webpart, which should be deployed in other SP-Farms.
The Webpart contains a DataTable.
I deployed the solution and the DataTable appears in the right side of the Website.
I'm using a ...
2
votes
2answers
130 views
Counting listitems multiple times with javascript
I'm using JS to get the number of (filtered) listitems to show on a dashboard. My functions work well when I call them once but I need to call them multiple times. Only the last call is processed. ...
2
votes
1answer
124 views
Open MultiUpload modal form
Could you please tell me how to open a MultiUpload modal form, without using or displaying the single upload form?
<script language="javascript" type="text/javascript">
$(function () {
...
2
votes
1answer
265 views
Site collection relative url in XSLT search or by JavaScript
I have the following question:
I'm modifying the XSLT of the search, so it is represented differently etc etc .. in this occasion I also need to get a relative site collection url.
In managed ...
2
votes
2answers
2k views
Getting value of column in selected rows from list
I am trying to get selected rows in the list and select ids for the pdf generator. Debug stops after context.load(rows) and nothing happens after that till I reload the page.
If remove code for ...
2
votes
1answer
346 views
Custom Ribbon command greyed out in IE8
I have created a simple Ribbon command that hides the header, footer, and ribbon via jQuery. It then calls window.print() and unhides the previously hidden divs. It works great on my development ...
2
votes
1answer
651 views
Incorrect Modified Dates on SharePoint Online for clients in other timezones
I've run into a strange problem with SharePoint Online.
When updating or creating entries in a list using the Client Object Model, the modified date on the affected list item seems to be stored with ...
2
votes
1answer
1k views
Getting Version History and What Field has Changed
I am using the GetVersionCollection to get the history information from my list. This seems to be working fine; however, what I need to do is get the version history of the individual item which has ...
2
votes
1answer
1k views
sharepoint page redirection using javascript
below I have some JavaScript which listens for mouse activity and starts a timer if there is no activity and then redirects the user to another page after say 2 minutes..The problem is that if I have ...
2
votes
1answer
304 views
SharePoint List items, UserControls and cookies
I have another task at hand. I need to use cookies to read a title of an item from a custom list in SharePoint. This task is for SharePoint 2010.
I have a container set up that will display the ...
2
votes
0answers
174 views
Alternative to hook into RTE javascript
I'm looking to add some logic when a HTML element (input, button, .. but no regular text) is clicked inside the RTE control on a publishing page. One of the solutions I've been thinking about is ...
2
votes
0answers
309 views
How do I get the full folder path of a selected list via the Ribbon and Client Side Script? [closed]
What I want to achieve is something similar to this OOB method:
SP.ListOperation.Selection.getSelectedList()
But this method only returns the GUID of the selected list. I would like to get the ...
1
vote
4answers
3k views
Hide ribbon for Visitors - Using Javascript
I need to hide the ribbon for all visitors.
I have seen solutions that require editing of master pages. This requirement is for one site only. I do not want to make this change for all the sites ...
1
vote
2answers
637 views
Inject dynamic javascript using MasterPage
We have to inject dynamic javascript (contains a encrypted var value) into all web pages.
What is the best way to inject Dynamic Javascript using Master Page?
Other Details:
SharePoint 2010 STD
...
1
vote
2answers
3k views
What arguments can I pass to NewForm.aspx using SP.UI.ModalDialog.showModalDialog(options)?
I'd like to create a task with a pre-filled title, as well as set some other properties. I found this documentation that says I can pass arguments when i call
...
1
vote
6answers
3k views
How to add Some Javascript code to all the aspx pages not just on web parts?
I just want to modify some of the contents on all the SharePoint pages be it adminstration page or some site page or any other page using my script (Javascript) and AJAX code.
My ultimate aim is to ...
1
vote
3answers
891 views
jquery and javascript : can i get the last ID from document library?
Is there a way to get the last ID from a Document Library with javascript/jquery?
1
vote
2answers
4k views
How to add a pop up aspx page to your web part?
I'd like to have a pop up that contains an aspx page. It appears that adding an aspx page to a web part is not possible. When I went to add a new item to the project the closest I could find were ...
1
vote
1answer
140 views
Can 'jQuery' & 'Javascript' coexist? [closed]
I am planning to use 'jQuery' for my WSS 3.0 Site. I am using 'Javascript' also on it.
Will I face any conflicts?
Thnks
--saumil
1
vote
3answers
775 views
How to get Item name and extension from itemID and listID in javascript client object model
in my custom page i receive two parameters - a list ID of a list and an Item ID of an item inside said list. So i write this:
function getfileName() {
var clientContext = ...
1
vote
3answers
974 views
How to Use ECMA CSOM to Set a Field of Type SPFieldUserValue
I have a JavaScript array containing the string representation of some usernames (domain\username format).
Using the JavaScript CSOM, what is the best way to create a new item and add those usernames ...
1
vote
3answers
830 views
How to get all the list names in a site from the client side?
I try to dynamically get the names of all the lists in my site using a content query web part, but apparently a CQWB can only retrieve the items in the list, but not the list name? I'm wondering how ...
1
vote
1answer
4k views
How can I pass a Parameter via Query String to populate a lookup field on a New Item Form/DVWP?
I have two lists:
List A: Products
List B: Requirements
I'd like to have a nice Create Requirement page launched from the Product Listing page.
I have a DVWP/Multi-Item View displaying all ...
1
vote
2answers
36 views
How to write a caml query that filters by .pdf or folders?
How can I write a CAML query (for javascript ecma) that filters by only pdf documents or folders in sharepoint 2010?
(this is for document libraries)
Thanks.
1
vote
2answers
631 views
How to get value of List Filter web part in Javascript?
I use the SharePoint List Filter web part on a page to control several Data View Web Parts.
How do I read the current value of the List Filter in Javascript?
1
vote
2answers
130 views
Changes in SharePoint Online (Office 365)
I have an idea to solve a problem by adding jQuery/javascript to a aspx page (in this case the DispForm.aspx) But I thought I've heard that SharePoint Online installs automatically updates. Can this ...
1
vote
2answers
94 views
javascript method to delete content from recycle bin of a single site only
So I know you can use jvascript:emptyItems() in the address bar of the recycle bin to clear it, but this clears the entire site collection.
Is there a way using javascript to empty the recycle bin ...
1
vote
1answer
385 views
SPWeb is undefined
I am a newbie in sharepoint and only for 1 month. I am using sharepoint 2007,.aspx. and doing for an email form with some validation, after user pass the validation the email send.
But I'm getting the ...
