New Post: Treeview from MOSS 2007 List
@ptavares: The problems I've run into are related to this thread, at the bottom you'll notice I have to delete items, wholesale copy of values, then recreate...
View ArticleNew Post: Treeview from MOSS 2007 List
So this issue wasn't in creating a tree view, but in moving items around in the hierarchy? You definitely can't move an item; it's got to be a copy and delete, which really isn't the same thing. M.
View ArticleNew Post: Hide/Show fields based on option chosen in complex dropdown (I...
I've got 5 cascading dropdowns, I'm using SPServices 0.7.2 together with JQuery 1.8.1 to get my cascading dropdowns working and I've used the "SPComplexToSimpleDropdown" function to prevent complex...
View ArticleNew Post: Hide/Show fields based on option chosen in complex dropdown (I...
Siyasanga: You're correct in assuming that the complex dropdowns are still there in the background. What I do is hide the complex dropdown and create an equivalent simply dropdown. My code then fires...
View ArticleNew Post: SPServices CreateWeb
Hi, I'm using CreateWeb in the content editor web part i saw the other post about CreateWeb and had made the change according to that post but i got some different problem. Here is code:...
View ArticleNew Post: Treeview from MOSS 2007 List
@sympmarc Exactly... It became a show stopper on one project, so it seemed appropriate to share that experience upfront with PaulM22. Cheers, Matthew
View ArticleNew Post: Hide/Show fields based on option chosen in complex dropdown (I...
sympmarc wrote: Siyasanga: What I do is hide the complex dropdown and create an equivalent simply dropdown. My code then fires wheneever the simple dropdown changes, updating the complex dropdown...
View ArticleNew Post: Treeview from MOSS 2007 List
Hi guys, Thanks for the advice so far. Just to clarify, I'm not interested in the drag and drop functionality for my project, simply to create a tree structure on a web part page from a SP2007 list. I...
View ArticleNew Post: Treeview from MOSS 2007 List
Paul: I haven't used Dynatree, but the basic idea would be to use GetListItems to grab the list items and either use SPXmlToJson or some custom code to convert to JSON. M.
View ArticleNew Post: Treeview from MOSS 2007 List
Thanks Matt... I'm glad to hear that reading and displaying the data is not an issue... Thanks for the reference post. _________Paul TOn Wed, Feb 27, 2013 at 4:09 PM, sympmarc...
View ArticleNew Post: Treeview from MOSS 2007 List
There's no "file". The myJson variable will hold the JSON object, but only within the scope of the completefunc function, as you have things defined. Since I haven't worked with Dynatree, I have no...
View ArticleNew Post: Function to sum list column; use sum as variable in...
Dave: I can't tell from what I see above, but check your spelling of the variable. Capitalization must match. Also, you will need to get good at stepping through your code in the browser. Firebug is...
View ArticleNew Post: SPServices CreateWeb
I think I have a bug in the Sites Web Service implementation in SPServices. I'm looking into it... M.
View ArticleNew Post: SPServices CreateWeb
I knew it sounded familiar: http://spservices.codeplex.com/workitem/10114 I'm going to post the first alpha of the next release shortly. It has a fix. M.
View ArticleUpdated Release: SPServices 2013.01 (Oct 07, 2012)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.01 (Oct 07, 2012)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleEdited Issue: Having problems using CreateWeb [10114]
Hi, I'm trying to use CreateWeb to create a sub site. Whatever I try I getting the error message:"Value cannot be null. Parameter name url"I've tried it with and without the webURL parameter. I've...
View ArticleEdited Issue: Having problems using CreateWeb [10114]
Hi, I'm trying to use CreateWeb to create a sub site. Whatever I try I getting the error message:"Value cannot be null. Parameter name url"I've tried it with and without the webURL parameter. I've...
View ArticleCommented Issue: Having problems using CreateWeb [10114]
Hi, I'm trying to use CreateWeb to create a sub site. Whatever I try I getting the error message:"Value cannot be null. Parameter name url"I've tried it with and without the webURL parameter. I've...
View ArticleEdited Feature: SPFilterDropDown: Sort Descending [10115]
From http://spservices.codeplex.com/discussions/429797As a newbie, I assume I'm doing something wrong. I got SPFilterDropDown to work using column SortOrder from the parent list. However I need the...
View Article