My JavaScript projects
Update: February 16th, 2010
Below you’ll find a growing collection of JavaScripts ready for SharePoint use.
ERTE – Enhanced Rich Text for SharePoint Extended
Insert videos and flash animations as well as SilverLight into SharePoint content, such as announcements, blogs, etc.
SPCD – SharePoint Cascaded Lookup Dropdowns
Entirely JavaScript based cascaded lookup fields. With easy setup and deployment you can quickly create parent-child relationships between two lookup fields in your SharePoint form.
hi,
Great code however would it be possible for you to make sure all the images on this page display?
https://sharepointboris.net/js/spcd/
I find it hard to follow your instructions without the images.
Thank-you
Thanks for pointing it out. Images were being taken from an old domain. The page is updated now.
Im having trouble with the internal name of the field, the images on your example do not load. I have 2 single column lists: one with parent application names (display name is “Application List”), the other with child application names (The Title is “Child Application List”). the child application list does not include the parent application list items in its view. Does it need to?
The code I am using is:
var ccd1 = newcascadeDropdowns
(“Application List”, “Child Application List”, “Title”);
where “Title” in the internal name of the Child Application List found in its URL. I added the CEWP to the new item form of a third list (target). I want to pull the child application items into this 3rd list. I didnt use any values of the 3rd list in the code.
I drops downs are not created on my new item form.
Any assistance is greatly appreciated.
The way to get the internal name is described here: https://sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/
Hi there
Is the javascript still available on codeplex? All I get when I follow the link is a list of headings with nothing to download. I’ve even signed up to codeplex but no joy. Is the javascript available anywhere else?
Thanks