New Post: editform.aspx, extra submit button
this worked great, thx Geoff Would you have an answer for this: get selected value for "choice" field before saving using spservices I've tried several things I've found online but none seem to work....
View ArticleNew Post: Odd issue with running SPServices code
What do you mean stripped back? I am having the same problem. I can see it just fine but others cannot. I am putting a modded version of your code in my footer to display the siteowner name so I don't...
View ArticleNew Post: SPGetCurrentUser not returning user information
I am experiencing the same issues bohrar. I've downgraded to jquery 1.8.3 and spservices 0.7.2, without any improvement. I tried mixing various versions of each with the same results. Calls work for...
View ArticleNew Post: Using SPServices or JQuery to change Control Mode
<SharePoint:FormField runat="server" id="ff5{$Pos}" ControlMode="Display" FieldName="Location"...
View ArticleNew Post: Using SPServices or JQuery to change Control Mode
Lee: What you're looking at is the code as it runs on the server side. Before the "control" gets to the browser, SharePoint converts it into plain old HTML markup, often with some script to drive the...
View ArticleNew Post: Using SPServices or JQuery to change Control Mode
How do I see the HTML that is rendered on the client? This not a custom web-part, so SPD doesn't reveal what EditForm.aspx is doing. Hiding a field seems pretty straightforward using tr.hide with...
View ArticleNew Post: Using SPServices or JQuery to change Control Mode
You can use DOM inspectors like Firebug or Internet Explorer's Developer Tools. You're right that the actual hiding is fairly simple; figuring out which element you want to hide can be trickier. M.
View ArticleNew Post: editform.aspx, extra submit button
here is the SPServices code $(document).ready(function() {alert($("select[title='Form Status']").val()); });
View ArticleNew Post: GetListItems
Hyperlink or Picture columns do take two values, but they aren't two images. The first is the hyperlink, the second is the text that SharePoint will normally display when you see the link. These two...
View ArticleNew Post: editform.aspx, extra submit button
You should use a DOM inspector like Firebug to look at the title of the 'Form Status' field. In recent updates, if the column is required, the title will be 'Form Status Required Field'. If you're...
View ArticleNew Post: Odd issue with running SPServices code
nasamike: Sounds like a permission issue. Whatever your call is, if the user can't do the same thing in the UI, they can't via the Web Services. M.
View ArticleNew Post: GetListItems and Update List Items
Hey, if it works, it works! It seems about right to me. M.
View ArticleNew Post: GetListItems
I hope this will shed some light So a user will add items to the list the following way. They will add values to the 3 fields. Notice that categoryImage will take a web address as well as a picture...
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
Marc, I've discovered that there appears to be a difference in the way SPServices functions behave (for user information) based on whether the MySites feature is enabled or not. I verified on my dev...
View ArticleNew Post: GetListItems
OK, I'm not sure what column type the CategoryImage is, but it's not an out of the box column type. My guess is that the two parts will still be stored separated by a comma. You'll have to see what you...
View ArticleNew Post: SPServices - Differing Web Apps, Differing results
The function should work regardless, but perhaps I'm missing something. Basically, the function "scrapes" values from this page:/_layouts/userdisp.aspx?Force=True If you can reach that page, then you...
View ArticleCreated Unassigned: SPCascadeDropdowns and Required Lookup not working (...
I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw this next code lines with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...
View ArticleEdited Unassigned: SPCascadeDropdowns and Required Lookup not working (...
I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw following lines of code with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...
View ArticleEdited Unassigned: SPCascadeDropdowns and Required Lookup not working (...
I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw following lines of code with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...
View ArticleEdited Unassigned: SPCascadeDropdowns and Required Lookup not working (...
I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw following lines of code with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...
View Article