Comments on: SharePoint: Extending the DVWP – Part 6: Examining the Form Action Links http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 21:17:12 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: SharePoint: Extending the DVWP – Part 35: Putting it All Together, or | EndUserSharePoint.com http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-99625 SharePoint: Extending the DVWP – Part 35: Putting it All Together, or | EndUserSharePoint.com Tue, 14 Sep 2010 14:01:44 +0000 http://www.endusersharepoint.com/?p=8144#comment-99625 [...] we have them looking the way we want them, we’ll open them up, see how they work, add a PreSaveAction(), add a  workflow, rearrange some things, and then [...] [...] we have them looking the way we want them, we’ll open them up, see how they work, add a PreSaveAction(), add a  workflow, rearrange some things, and then [...]

]]>
By: Jim Bob Howard http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-96182 Jim Bob Howard Tue, 24 Aug 2010 12:44:01 +0000 http://www.endusersharepoint.com/?p=8144#comment-96182 Dear Rogue, Great question. Answer: I don't know. There aren't any answers to this question online—though it's been asked numerous times—as far as I can find. GenFireServerEvent is a bit of a black boxto me, from which I must extrapolate theories by trial and error. ;) But, this is SharePoint (a.k.a. "many ways to skin a cat"), and I DO know how you can get a similar result without the anchor... In a CEWP, add jQuery to the page and have the last call inside $().document.ready() be: $("input[title='Your top-left-most column']").focus(); Putting the focus there will scroll the page up for you. That doesn't help to bring that record back into view on Cancel, though. But, hopefully it will help the bulk of the frustration on this account. Blessings, Jim Bob Dear Rogue,

Great question. Answer: I don’t know.

There aren’t any answers to this question online—though it’s been asked numerous times—as far as I can find. GenFireServerEvent is a bit of a black boxto me, from which I must extrapolate theories by trial and error. ;)

But, this is SharePoint (a.k.a. “many ways to skin a cat”), and I DO know how you can get a similar result without the anchor…

In a CEWP, add jQuery to the page and have the last call inside $().document.ready() be:

$(”input[title='Your top-left-most column']“).focus();

Putting the focus there will scroll the page up for you.

That doesn’t help to bring that record back into view on Cancel, though. But, hopefully it will help the bulk of the frustration on this account.

Blessings,
Jim Bob

]]>
By: RogueVeggie http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-95653 RogueVeggie Fri, 20 Aug 2010 19:24:06 +0000 http://www.endusersharepoint.com/?p=8144#comment-95653 Aloha Jim Bob, I'm wondering, how would I add an anchor (#my_anchor) to the end of the link for Edit, Save, and Cancel? In a long list of items if I hit Edit the page refreshes and I have to scroll down to find what line I want to edit. This can be annoying even if it's just a short scroll down. Aloha Jim Bob,
I’m wondering, how would I add an anchor (#my_anchor) to the end of the link for Edit, Save, and Cancel? In a long list of items if I hit Edit the page refreshes and I have to scroll down to find what line I want to edit. This can be annoying even if it’s just a short scroll down.

]]>
By: Jim Bob Howard http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-84918 Jim Bob Howard Mon, 19 Jul 2010 12:22:50 +0000 http://www.endusersharepoint.com/?p=8144#comment-84918 Probably, Iain. But, tell me a bit more about what sort of "link" you're hoping to create. Probably, Iain. But, tell me a bit more about what sort of “link” you’re hoping to create.

]]>
By: Iain Munro http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-83617 Iain Munro Fri, 16 Jul 2010 19:53:30 +0000 http://www.endusersharepoint.com/?p=8144#comment-83617 Hi Jim Bob Using the DVWP, is it possible to create links between two web parts that are on different sites? Iain Hi Jim Bob

Using the DVWP, is it possible to create links between two web parts that are on different sites?

Iain

]]>
By: SharePoint: Extending the DVWP – Part 7: Creating a Form Action Workflow | EndUserSharePoint.com http://www.endusersharepoint.com/2010/06/01/sharepoint-extending-the-dvwp-%e2%80%93-part-6-examining-the-form-action-links/comment-page-1/#comment-71923 SharePoint: Extending the DVWP – Part 7: Creating a Form Action Workflow | EndUserSharePoint.com Thu, 03 Jun 2010 15:31:11 +0000 http://www.endusersharepoint.com/?p=8144#comment-71923 [...] Last time, we examined what the link looks like for DVWP form action links. This time, let’s see how we can edit them from the Design pane using the Form Actions wizard. [...] [...] Last time, we examined what the link looks like for DVWP form action links. This time, let’s see how we can edit them from the Design pane using the Form Actions wizard. [...]

]]>