Comments on: JQuery for Everyone: HTML Calculated Column http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/ 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: Joe http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-50639 Joe Tue, 30 Mar 2010 21:32:53 +0000 http://www.endusersharepoint.com/?p=995#comment-50639 @ Robert, yes you can definitely do that with the right code @ All I use this script on my calendar to display extra data via fields in a calculated event title. I then use a script that creates a popup that displays the extra data when the item is moused over. It is working really great, thanks! For the calendar view, you can add this line to work on the event titles (if ONLY using all-day events): $("td.ms-cal-defaultbgcolor").filter(":contains(<DIV)").children('a').each(function(index) { $(this).html($(this).text()); }); @ Robert, yes you can definitely do that with the right code

@ All

I use this script on my calendar to display extra data via fields in a calculated event title. I then use a script that creates a popup that displays the extra data when the item is moused over. It is working really great, thanks!

For the calendar view, you can add this line to work on the event titles (if ONLY using all-day events):
$(”td.ms-cal-defaultbgcolor”).filter(”:contains(<DIV)").children('a').each(function(index) {
$(this).html($(this).text());
});

]]>
By: jQuery for Everyone | Halwsa.Net http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-31727 jQuery for Everyone | Halwsa.Net Fri, 12 Feb 2010 14:26:31 +0000 http://www.endusersharepoint.com/?p=995#comment-31727 [...] JQuery for Everyone: HTML Calculated Column [...] [...] JQuery for Everyone: HTML Calculated Column [...]

]]>
By: Robert Sandoval http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-15686 Robert Sandoval Wed, 05 Aug 2009 21:07:48 +0000 http://www.endusersharepoint.com/?p=995#comment-15686 Great ideas from both you and PathToSharepoint bloggers. However, I have a Dataview WP that is displaying the html code of a rich text column. Is there a CEWP that can hide html code on the page? Great ideas from both you and PathToSharepoint bloggers.

However, I have a Dataview WP that is displaying the html code of a rich text column. Is there a CEWP that can hide html code on the page?

]]>
By: AutoSponge http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-13247 AutoSponge Thu, 28 May 2009 22:42:44 +0000 http://www.endusersharepoint.com/?p=995#comment-13247 Yeshwanth, I would not try to add a column. I would create a column and replace its contents with mine. The best examples of this uses the calcHTML technique. Christophe's site has several examples and I wrote a jquery version of that code (it's also included in several of my other projects). Yeshwanth,

I would not try to add a column. I would create a column and replace its contents with mine. The best examples of this uses the calcHTML technique. Christophe’s site has several examples and I wrote a jquery version of that code (it’s also included in several of my other projects).

]]>
By: Yeshwanth http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-13218 Yeshwanth Thu, 28 May 2009 13:18:11 +0000 http://www.endusersharepoint.com/?p=995#comment-13218 Hi Paul, Excellent article. Thanks for that. I am having a sharepoint site in which I am trying to create a text column in the tasks list. However, this column should be from client side script. Can you tell me how I can do this using Jquery, it would be glad if you can post some pseudo code on that. Thanks, yeshwanth Hi Paul,

Excellent article. Thanks for that. I am having a sharepoint site in which I am trying to create a text column in the tasks list. However, this column should be from client side script. Can you tell me how I can do this using Jquery, it would be glad if you can post some pseudo code on that.

Thanks,
yeshwanth

]]>
By: JQuery for Everyone: $.grep and calcHTML Revisited | End User SharePoint http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-11106 JQuery for Everyone: $.grep and calcHTML Revisited | End User SharePoint Wed, 04 Mar 2009 16:13:01 +0000 http://www.endusersharepoint.com/?p=995#comment-11106 [...] Every once in a while, good scripts need a second look. The calcHTML idea popularized by Christophe has such potential for frequent use, I decided to see if I can improve on my previous work (link). [...] [...] Every once in a while, good scripts need a second look. The calcHTML idea popularized by Christophe has such potential for frequent use, I decided to see if I can improve on my previous work (link). [...]

]]>
By: JQuery for Everyone: AOP in Action - loadTip Gone Wild | End User SharePoint http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-11078 JQuery for Everyone: AOP in Action - loadTip Gone Wild | End User SharePoint Wed, 04 Mar 2009 03:05:37 +0000 http://www.endusersharepoint.com/?p=995#comment-11078 [...] I updated this script to render calcHTML columns (see HTML Calculated Column and jQuery calcHTML [...] [...] I updated this script to render calcHTML columns (see HTML Calculated Column and jQuery calcHTML [...]

]]>
By: niax http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-10976 niax Fri, 27 Feb 2009 14:23:21 +0000 http://www.endusersharepoint.com/?p=995#comment-10976 Hi Paul, Christophe have a javascript to make this work in calendar view as well. Would it be possible to make the jquery handle that as well. I really would like to get a way from having to start with a tag. You are both some kind of heroes, thanks a lot! Hi Paul,

Christophe have a javascript to make this work in calendar view as well. Would it be possible to make the jquery handle that as well. I really would like to get a way from having to start with a tag.

You are both some kind of heroes, thanks a lot!

]]>
By: Dan Wilcox http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-9046 Dan Wilcox Thu, 18 Dec 2008 20:35:26 +0000 http://www.endusersharepoint.com/?p=995#comment-9046 Excellent solution. It's one of those, "Wow...why didn't I think of that?" solutions that everybody in SharePoint Land needs to know about. Great work, both of you! Excellent solution. It’s one of those, “Wow…why didn’t I think of that?” solutions that everybody in SharePoint Land needs to know about. Great work, both of you!

]]>
By: Paul http://www.endusersharepoint.com/2008/12/11/jquery-for-everyone-html-calculated-column-plugin/comment-page-1/#comment-8907 Paul Thu, 11 Dec 2008 16:10:59 +0000 http://www.endusersharepoint.com/?p=995#comment-8907 This a great little gem; even for SharePoint Designers This a great little gem; even for SharePoint Designers

]]>