New Post: Pre-fill dropdown list entry
Hello, VERY new to SPServices but have successfully managed to pre-fill the title field (excellent!). I was just wondering if the same could be achieved for dropdown menus? I would like to pre-select...
View ArticleNew Post: La ejecución rompe el código en el momento que trata de ejecutar...
Me refiero a que cuando va leyendo el código JavaScript, en el momento en que pasa por SPGetCurrentUser deja de leerlo y presenta la página como si no hubiera codificado en JavaScript. Pienso que tiene...
View ArticleNew Post: SPServices on a Team Site
I'm trying to get SPServices working on a team site within a large corporation. I don't have designer access and I'm not allowed to modify Masterpages. oh, and I can't download any text editor so I'm...
View ArticleNew Post: Cascade Dropdown Cross-Site Lookup
I have a quick question. I have a list on a sub-site that has a site content type with all site columns. Can i add the SPCascadeDropdowns to my new & edit forms?
View ArticleNew Post: Cascade Dropdown Cross-Site Lookup
I have a quick question. I have a list on a sub-site that has a site content type with all site columns. Can i add the SPCascadeDropdowns to my new & edit forms?
View ArticleNew Post: Pre-fill dropdown list entry
Ok, it was obviously close to going home time yesterday as I've just realised my question had nothing to do with SPServices! Just simple jQuery. After some more research I simply needed to add a : to...
View ArticleNew Post: Cascade Dropdown Cross-Site Lookup
I created a content type and created several site columns and reusable workflows that are associated with it. I created a list in a sub-site and populated it with my content type. I would like to have...
View ArticleNew Post: SPServices on a Team Site
The relative pathing works as I'm getting response XML. Even when I hard code the complete URL I get the same result. I get response XML but can't do anything with it. It's almost like there is a...
View ArticleNew Post: Cascade Dropdown Cross-Site Lookup
As long as you provide the webURL, which tells the function which site contains the relationshipList. Check the docs. M.
View ArticleNew Post: SPServices on a Team Site
It's basically impossible to "disallow writing back to the DOM". The could disable JavaScript with a policy, but clearly that's not the case. When you look at xData.responseText, do you see the Titel...
View ArticleNew Post: Cascade Dropdown Cross-Site Lookup
I will do that. Thank you for the response.
View ArticleNew Comment on "$().SPServices"
How would you change the datasource comparable to: var oTable = $('#Table').dataTable( { "sAjaxSource": url ... ... }); var newUrl = "new.php"; oTable.fnReloadAjax(newUrl);
View ArticleEdited Issue: Add completefunc function check [10112]
From: http://spservices.codeplex.com/discussions/428254The problem from what I've found looks to be a bug in SPServices 0.7.2. I've found this on line 1206:opt.completefunc(cachedXML, status); // When...
View ArticleCommented Issue: Add completefunc function check [10112]
From: http://spservices.codeplex.com/discussions/428254The problem from what I've found looks to be a bug in SPServices 0.7.2. I've found this on line 1206:opt.completefunc(cachedXML, status); // When...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
Marc, thanks again for your help in the past. I am having this same issue. What I can tell you is this. It works fine in IE8 but not in IE7. The script loads and the fields resize but there is no...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
Cam you post the code you are using? When I load my test pages in IE7 Compatibility mode, it works fine, but that doesn't mean I don't have a bug when it comes to IE7. Since I don't have IE7 running...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
When I do the same it looks fine also. But all my users that are using IE 7 are having the same issue. I don't have 7 to test with either. Do you want the entire page code or the just the script? Below...
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
I just found a site out there called http://www.browserstack.com that will let me test in IE7. I'll try it out and get back to you. M.
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
Thanks Marc. Greatly appreciate all you do for us.
View ArticleEdited Task: Improve Undefined Tests [10121]
@HughAJWood: People DO NOT DO if (id != undefined) DO if (typeof(id) !== 'undefined') #JavaScript #WriteGoodCodeOriginal Message:http://twitter.com/HughAJWood/status/298422582011654144Sent from...
View Article