Comments on: JQuery for Everyone: $.grep and calcHTML Revisited http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/ 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: Smart TextToHTML « Path to SharePoint http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-24851 Smart TextToHTML « Path to SharePoint Sat, 16 Jan 2010 06:58:13 +0000 http://www.endusersharepoint.com/?p=1409#comment-24851 [...] example, Paul Grenier proposed a jQuery version of my script, which allows you to grab only certain cells. If HTML Calculated Columns are only in List View [...] [...] example, Paul Grenier proposed a jQuery version of my script, which allows you to grab only certain cells. If HTML Calculated Columns are only in List View [...]

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-18366 AutoSponge Wed, 28 Oct 2009 13:41:30 +0000 http://www.endusersharepoint.com/?p=1409#comment-18366 @Vijay, To do this with jQuery (not sure if that's the best long term solution), find the links: $("a[href*='/Lists/MyCalendar/DispForm.aspx?ID=']"), then iterate over the group using $.each(). While you do that, perform a RegEx replace on the href attribute. @Charlie, That formula does not have any HTML in it, what is it that you need to appear as HTML? @Vijay,

To do this with jQuery (not sure if that’s the best long term solution), find the links: $(”a[href*='/Lists/MyCalendar/DispForm.aspx?ID=']“), then iterate over the group using $.each(). While you do that, perform a RegEx replace on the href attribute.

@Charlie,

That formula does not have any HTML in it, what is it that you need to appear as HTML?

]]>
By: Charlie Epes http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-17848 Charlie Epes Wed, 07 Oct 2009 19:00:53 +0000 http://www.endusersharepoint.com/?p=1409#comment-17848 Hi Paul: I have a squirrely formula that wraps up minutes (numbers) into a time format: =TEXT(TIME(0,Minutes,0),"HH:MM") Thus far, I cannot seem to get any HTML calculated column code to work. And yes, I am grouping by a field called [Month]. Any ideas? Thanks-Charlie Epes Buffalo, NY Hi Paul:
I have a squirrely formula that wraps up minutes (numbers) into a time format:

=TEXT(TIME(0,Minutes,0),”HH:MM”)

Thus far, I cannot seem to get any HTML calculated column code to work. And yes, I am grouping by a field called [Month].

Any ideas?

Thanks-Charlie Epes
Buffalo, NY

]]>
By: Vijay http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-17001 Vijay Thu, 10 Sep 2009 14:02:04 +0000 http://www.endusersharepoint.com/?p=1409#comment-17001 Is there any way to replace the Links in a SharePoint Monthly/Weekly/Daily Calendar View to point to a Custom page? For example - If there is a Calendar on a SharePoint page the detail page usually is - /Lists/MyCalendar/DispForm.aspx?ID=2 I want to replace this link with something like - /pages/EventDetails.aspx?itemid=2 How to do this with JQuery, your help will be greatly appreciated. Thanks! Is there any way to replace the Links in a SharePoint Monthly/Weekly/Daily Calendar View to point to a Custom page?

For example –

If there is a Calendar on a SharePoint page the detail page usually is –

/Lists/MyCalendar/DispForm.aspx?ID=2

I want to replace this link with something like –

/pages/EventDetails.aspx?itemid=2

How to do this with JQuery, your help will be greatly appreciated. Thanks!

]]>
By: The HTML Calculated Column, one year later « Path to SharePoint http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-16719 The HTML Calculated Column, one year later « Path to SharePoint Thu, 03 Sep 2009 15:49:32 +0000 http://www.endusersharepoint.com/?p=1409#comment-16719 [...] SharePoint bloggers. On EndUserSharePoint.com for example, you’ll find Paul Grenier’s jQuery version of the script, and a detailed example by Jim Bob Howard: the payroll [...] [...] SharePoint bloggers. On EndUserSharePoint.com for example, you’ll find Paul Grenier’s jQuery version of the script, and a detailed example by Jim Bob Howard: the payroll [...]

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-11752 AutoSponge Sun, 05 Apr 2009 16:43:11 +0000 http://www.endusersharepoint.com/?p=1409#comment-11752 @Detlef, I have a few articles coming out this week which might help. One about an abbreviated AOP script which works very nicely and another about jQuery plugins that return /this/ (which allows the chaining of methods). @Detlef,

I have a few articles coming out this week which might help. One about an abbreviated AOP script which works very nicely and another about jQuery plugins that return /this/ (which allows the chaining of methods).

]]>
By: Detlef http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-11740 Detlef Fri, 03 Apr 2009 21:22:20 +0000 http://www.endusersharepoint.com/?p=1409#comment-11740 I am trying to combine both your calcHTML() and collapseText() so that my Lists can contain blocks and have the ability to collapse and expand large multiline text fields. Since each has their own version of ExpGroupRenderData() I was not able to figure out how to support both in the same script. I am trying to combine both your calcHTML() and collapseText() so that my Lists can contain blocks and have the ability to collapse and expand large multiline text fields. Since each has their own version of ExpGroupRenderData() I was not able to figure out how to support both in the same script.

]]>
By: niax http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-11239 niax Tue, 10 Mar 2009 19:35:15 +0000 http://www.endusersharepoint.com/?p=1409#comment-11239 Sorry for my late response, Paul! I tested the second version as well, and it worked quite well, thank you! On that page I also had PlanetWilsons Coulor Calendar, and it stoped working, if any one is intrested to know. I didn't dig any further in the matter to try to work things out. Sorry for my late response, Paul!
I tested the second version as well, and it worked quite well, thank you!
On that page I also had PlanetWilsons Coulor Calendar, and it stoped working, if any one is intrested to know. I didn’t dig any further in the matter to try to work things out.

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-11175 AutoSponge Fri, 06 Mar 2009 16:46:14 +0000 http://www.endusersharepoint.com/?p=1409#comment-11175 @Christophe Thanks for catching that, I fixed it. @Christophe

Thanks for catching that, I fixed it.

]]>
By: Christophe http://www.endusersharepoint.com/2009/03/04/jquery-for-everyone-grep-and-calchtml-revisited/comment-page-1/#comment-11165 Christophe Fri, 06 Mar 2009 06:53:52 +0000 http://www.endusersharepoint.com/?p=1409#comment-11165 btw the first version has a dummy jQPath, I was wondering if you did this on purpose. btw the first version has a dummy jQPath, I was wondering if you did this on purpose.

]]>