Comments on: JQuery for Everyone: Dynamically Sizing Excel Web Parts http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/ 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: EndUserSharePoint http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-20335 EndUserSharePoint Thu, 10 Dec 2009 16:41:23 +0000 http://www.endusersharepoint.com/?p=1092#comment-20335 Natmee - Done. -- Mark Natmee – Done. — Mark

]]>
By: Natmee http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-20332 Natmee Thu, 10 Dec 2009 16:20:12 +0000 http://www.endusersharepoint.com/?p=1092#comment-20332 Hi, could you please post the code ? thanks and regards Nat Hi,

could you please post the code ?

thanks and regards
Nat

]]>
By: Maggie http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-17977 Maggie Mon, 12 Oct 2009 20:10:34 +0000 http://www.endusersharepoint.com/?p=1092#comment-17977 Nevermind! I was ignoring the fact that this was made for an excel web part. (doh!) Nevermind! I was ignoring the fact that this was made for an excel web part. (doh!)

]]>
By: Maggie http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-17976 Maggie Mon, 12 Oct 2009 20:07:46 +0000 http://www.endusersharepoint.com/?p=1092#comment-17976 For some reason this code is not working for me. I have a page with two web parts. The first is the content editor containing the code I copied from this website. The second is the page viewer web part. Am I missing something? For some reason this code is not working for me. I have a page with two web parts. The first is the content editor containing the code I copied from this website. The second is the page viewer web part. Am I missing something?

]]>
By: CBauer http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-14159 CBauer Wed, 01 Jul 2009 13:36:19 +0000 http://www.endusersharepoint.com/?p=1092#comment-14159 Someone asked this before, but wondering if there is a solution. Script works great to resize the initial Excel sheet, but within the sheet I have links that bring up a different worksheet within the workbook. Can the script trigger a resize when clicking the Excel link? Someone asked this before, but wondering if there is a solution. Script works great to resize the initial Excel sheet, but within the sheet I have links that bring up a different worksheet within the workbook. Can the script trigger a resize when clicking the Excel link?

]]>
By: Christophe http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-13045 Christophe Fri, 22 May 2009 07:38:33 +0000 http://www.endusersharepoint.com/?p=1092#comment-13045 Actually this seems enough: find(”div.ewr-positionedelementanchor:last”) Christophe Actually this seems enough:
find(”div.ewr-positionedelementanchor:last”)

Christophe

]]>
By: Christophe http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-13043 Christophe Fri, 22 May 2009 03:46:25 +0000 http://www.endusersharepoint.com/?p=1092#comment-13043 Update - I took a closer look at the code, just to confirm that it doesn't work with charts. I made the following change that seems to work: replaced find("table.ewrnav-invisibletable-nopadding:last") with find("table.ewrnav-invisibletable-nopadding:last,div.ewr-positionedelementanchor:last"); Still have the issue with flipping views though. Update – I took a closer look at the code, just to confirm that it doesn’t work with charts.

I made the following change that seems to work:
replaced
find(”table.ewrnav-invisibletable-nopadding:last”)
with
find(”table.ewrnav-invisibletable-nopadding:last,div.ewr-positionedelementanchor:last”);

Still have the issue with flipping views though.

]]>
By: Christophe http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-13039 Christophe Fri, 22 May 2009 02:31:23 +0000 http://www.endusersharepoint.com/?p=1092#comment-13039 Paul: EWA, yes, that's what I was talking about. The script works fine with EWA displaying Excel tables, but not for EWA displaying Excel charts. One more thing: the resizing works fine for the first table displayed, but doesn't resize if I select another table through the view selector. Paul: EWA, yes, that’s what I was talking about. The script works fine with EWA displaying Excel tables, but not for EWA displaying Excel charts.

One more thing: the resizing works fine for the first table displayed, but doesn’t resize if I select another table through the view selector.

]]>
By: AutoSponge http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-12956 AutoSponge Tue, 19 May 2009 02:50:25 +0000 http://www.endusersharepoint.com/?p=1092#comment-12956 @Christophe, I only tested it with EWA. @Christophe,

I only tested it with EWA.

]]>
By: Christophe http://www.endusersharepoint.com/2009/01/05/jquery-for-everyone-dynamically-sizing-excel-web-parts/comment-page-1/#comment-12950 Christophe Mon, 18 May 2009 23:34:44 +0000 http://www.endusersharepoint.com/?p=1092#comment-12950 Paul: is this supposed to work for Excel charts as well? I tried it, and only the EWA Web Parts containing tables were resized. Christophe Paul: is this supposed to work for Excel charts as well? I tried it, and only the EWA Web Parts containing tables were resized.

Christophe

]]>