Comments on: JQuery for Everyone: Force Checkout http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 14:28:49 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: sharepoint4endusers http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-43562 sharepoint4endusers Tue, 09 Mar 2010 02:19:37 +0000 http://www.endusersharepoint.com/?p=1228#comment-43562 How and where to use this script????? How and where to use this script?????

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-12948 AutoSponge Mon, 18 May 2009 22:59:44 +0000 http://www.endusersharepoint.com/?p=1228#comment-12948 @Frank, BTW, I'm terrible at screencasts. It takes me 2 hours to produce 10 minutes of video. It's not something I do often but I'm trying to get better. I'll keep this request in mind. @Frank,

BTW, I’m terrible at screencasts. It takes me 2 hours to produce 10 minutes of video. It’s not something I do often but I’m trying to get better. I’ll keep this request in mind.

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-12946 AutoSponge Mon, 18 May 2009 22:56:38 +0000 http://www.endusersharepoint.com/?p=1228#comment-12946 I don't think it's going to work with PDFs because there's no expected client integration. I intended for there to NOT be a popup if the document does not require checkout or you already have it checked out. Is that the case? I don’t think it’s going to work with PDFs because there’s no expected client integration.

I intended for there to NOT be a popup if the document does not require checkout or you already have it checked out. Is that the case?

]]>
By: Frank http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-12937 Frank Mon, 18 May 2009 20:02:06 +0000 http://www.endusersharepoint.com/?p=1228#comment-12937 Two questions: 1. Can this work with PDFs? 2. Not all the documents and PPT slides have the 'POPUP'. How can I fix this. We are using WSS 3.0 Thanks Two questions:
1. Can this work with PDFs?
2. Not all the documents and PPT slides have the ‘POPUP’. How can I fix this. We are using WSS 3.0
Thanks

]]>
By: Frank http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-12927 Frank Mon, 18 May 2009 15:21:39 +0000 http://www.endusersharepoint.com/?p=1228#comment-12927 Do you have a 'Screencast' or 'Screenshots' for this? I'm still new at SharePoint and we are using WSS 3.0 for our hospital. Thanks Do you have a ‘Screencast’ or ‘Screenshots’ for this? I’m still new at SharePoint and we are using WSS 3.0 for our hospital.
Thanks

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-11363 AutoSponge Mon, 16 Mar 2009 20:52:40 +0000 http://www.endusersharepoint.com/?p=1228#comment-11363 @Adam Thanks for the compliment. I've never used WSS2 so I can't really help you. To create this, I studied the rendered source of the document library looking for a pattern near the document's link. The javascript call has a bunch of arguments which included the current user and the user the document is checked out to (null if not checked out). Therefore, my logic just says arr[10] != arr[11] (if argument 10 does not equal argument 11...) @Adam

Thanks for the compliment. I’ve never used WSS2 so I can’t really help you. To create this, I studied the rendered source of the document library looking for a pattern near the document’s link.

The javascript call has a bunch of arguments which included the current user and the user the document is checked out to (null if not checked out).

Therefore, my logic just says arr[10] != arr[11] (if argument 10 does not equal argument 11…)

]]>
By: Adam Davidson http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-11361 Adam Davidson Mon, 16 Mar 2009 18:38:30 +0000 http://www.endusersharepoint.com/?p=1228#comment-11361 Paul, Looks like a great trick. I've got a WSS 2.0 site that I'd like to use this on, but I can't get it to work. I suspect it needs to be on MOSS 2007/WSS 3.0 to work. Any way it can be made to work for WSS 2.0? Thanks, Adam Paul,

Looks like a great trick. I’ve got a WSS 2.0 site that I’d like to use this on, but I can’t get it to work. I suspect it needs to be on MOSS 2007/WSS 3.0 to work. Any way it can be made to work for WSS 2.0?

Thanks,
Adam

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-10496 AutoSponge Tue, 17 Feb 2009 13:13:14 +0000 http://www.endusersharepoint.com/?p=1228#comment-10496 @Custard, For a single library, use Site Actions > Edit to put the page in edit mode. Then 'Add a web part' to one of the zones. Add a Content Editor Web Part. In the settings for that CEWP, open the Source Editor and paste the code there. If you like that, start with my series on JavaScript: http://www.endusersharepoint.com/?p=929 @Custard,

For a single library, use Site Actions > Edit to put the page in edit mode. Then ‘Add a web part’ to one of the zones. Add a Content Editor Web Part. In the settings for that CEWP, open the Source Editor and paste the code there.

If you like that, start with my series on JavaScript: http://www.endusersharepoint.com/?p=929

]]>
By: custardcrumble http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-10489 custardcrumble Tue, 17 Feb 2009 09:34:20 +0000 http://www.endusersharepoint.com/?p=1228#comment-10489 This looks perfect! Please forgive my ignorance but where should I put this code? CC This looks perfect!
Please forgive my ignorance but where should I put this code?
CC

]]>
By: SevenOfNine http://www.endusersharepoint.com/2009/01/21/jquery-for-everyone-force-checkout/comment-page-1/#comment-10403 SevenOfNine Thu, 12 Feb 2009 21:04:20 +0000 http://www.endusersharepoint.com/?p=1228#comment-10403 You're right. I missed the part with the rewritten ExpGroupRenderData function completely. Well, well, it was late last night ;-) Thanks for enlighting me... You’re right. I missed the part with the rewritten ExpGroupRenderData function completely. Well, well, it was late last night ;-)

Thanks for enlighting me…

]]>