Comments on: Dynamically Show/Hide Multiple Web Parts http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/ No GeekSpeak on SharePoint 2007 WSS and MOSS Thu, 05 Aug 2010 00:00:08 -0400 http://wordpress.org/?v=2.8.6 hourly 1 By: Scott http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-88254 Scott Mon, 26 Jul 2010 18:39:50 +0000 http://www.endusersharepoint.com/?p=1821#comment-88254 I like this code, and got it to work. Was wondering if you might be able to help with some modifications. Basically, instead of just listing out the titles of the web parts in the list, I want it to have the title,and then a short description of the title so you know what you are clicking on. I am trying to use this for a training course listing, so that in the dynamic web part, it would show the title and a short description. When you click on the title, it would then display the hidden web part with the longer description. Any ideas? I like this code, and got it to work. Was wondering if you might be able to help with some modifications. Basically, instead of just listing out the titles of the web parts in the list, I want it to have the title,and then a short description of the title so you know what you are clicking on. I am trying to use this for a training course listing, so that in the dynamic web part, it would show the title and a short description. When you click on the title, it would then display the hidden web part with the longer description. Any ideas?

]]>
By: Taffy Lewis http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-83177 Taffy Lewis Thu, 15 Jul 2010 20:01:28 +0000 http://www.endusersharepoint.com/?p=1821#comment-83177 I've down loaded the web part, but so far i'm finding it very limiting. I’ve down loaded the web part, but so far i’m finding it very limiting.

]]>
By: ARicco http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-76731 ARicco Wed, 23 Jun 2010 13:28:19 +0000 http://www.endusersharepoint.com/?p=1821#comment-76731 Has anyone tried the following?: http://spvisibilityfilter.codeplex.com/ Seems exactly what I need, the ability to programmatically hide and unhide web parts based on web part connection and other parameters. Unfortunately, I'm part of a large organization and getting IT to add this open source web part to our production SharePoint servers is a challenge to say the least. Has anyone tried the following?: http://spvisibilityfilter.codeplex.com/

Seems exactly what I need, the ability to programmatically hide and unhide web parts based on web part connection and other parameters. Unfortunately, I’m part of a large organization and getting IT to add this open source web part to our production SharePoint servers is a challenge to say the least.

]]>
By: Bryon Wyly http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-75126 Bryon Wyly Thu, 17 Jun 2010 02:05:46 +0000 http://www.endusersharepoint.com/?p=1821#comment-75126 Ven, I have tested this on a image web part and it worked. If that is what you are doing and it is not working, double check that the key word is in the title and that the word is capitalized correctly, if you are still having issuesm let me know exactly what they are. Bryon Ven,

I have tested this on a image web part and it worked. If that is what you are doing and it is not working, double check that the key word is in the title and that the word is capitalized correctly, if you are still having issuesm let me know exactly what they are.

Bryon

]]>
By: Karthik Nallajalla http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-75085 Karthik Nallajalla Wed, 16 Jun 2010 22:36:42 +0000 http://www.endusersharepoint.com/?p=1821#comment-75085 Hello Ven, I could not understand what you exactly what to do, you would like to add an image instead of? I am just guessing, are you trying to have an image in menu items instead of title? Hello Ven,

I could not understand what you exactly what to do, you would like to add an image instead of?

I am just guessing, are you trying to have an image in menu items instead of title?

]]>
By: ven http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-75019 ven Wed, 16 Jun 2010 15:01:01 +0000 http://www.endusersharepoint.com/?p=1821#comment-75019 I would like to add an image instead of , but when i add it doesn't seem to work. can you tell me how to add in hte code line menu=menu+"<a href='show("+wpnum+");' rel="nofollow">"+listZone.title+"</a>" I would like to add an image instead of , but when i add it doesn’t seem to work. can you tell me how to add in hte code line menu=menu+”“+listZone.title+”

]]>
By: rameshusa http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-61612 rameshusa Thu, 29 Apr 2010 17:50:38 +0000 http://www.endusersharepoint.com/?p=1821#comment-61612 Hi Anand, It is actually for you. Whatever value you speicify in the keyword is the word the script looks for in the webparts. Below is the clear explanation: Read the comments by Bryon Wyly: The menu options are populated automagically by the code. The code sniffs out all web parts on the page with the key word in the title. It not only hides them, it dynamically creates the menu and the HTML for you as well. Just follow the instructions verbatim and you will see how it works. Bryon Thanks Bryon it is for anand. Hi Anand, It is actually for you. Whatever value you speicify in the keyword is the word the script looks for in the webparts. Below is the clear explanation:

Read the comments by Bryon Wyly:

The menu options are populated automagically by the code. The code sniffs out all web parts on the page with the key word in the title. It not only hides them, it dynamically creates the menu and the HTML for you as well.

Just follow the instructions verbatim and you will see how it works.

Bryon

Thanks Bryon it is for anand.

]]>
By: Bryon Wyly http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-61607 Bryon Wyly Thu, 29 Apr 2010 17:41:37 +0000 http://www.endusersharepoint.com/?p=1821#comment-61607 Rameshusa, The menu options are populated automagically by the code. The code sniffs out all web parts on the page with the key word in the title. It not only hides them, it dynamically creates the menu and the HTML for you as well. Just follow the instructions verbatim and you will see how it works. Bryon Rameshusa,

The menu options are populated automagically by the code. The code sniffs out all web parts on the page with the key word in the title. It not only hides them, it dynamically creates the menu and the HTML for you as well.

Just follow the instructions verbatim and you will see how it works.

Bryon

]]>
By: rameshusa http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-61523 rameshusa Thu, 29 Apr 2010 14:35:04 +0000 http://www.endusersharepoint.com/?p=1821#comment-61523 I just confirmed it it is SOURCE EDITOR. For finding out where he is using Tasks...Just look up and read under The code has three options: He has defined 3 items there. In the code also, you will see these right after tag.. Hope it helps. I just confirmed it it is SOURCE EDITOR. For finding out where he is using Tasks…Just look up and read under

The code has three options:

He has defined 3 items there. In the code also, you will see these right after tag..

Hope it helps.

]]>
By: Anand http://www.endusersharepoint.com/2009/07/16/dynamically-showhide-multiple-web-parts/comment-page-1/#comment-61426 Anand Thu, 29 Apr 2010 10:30:11 +0000 http://www.endusersharepoint.com/?p=1821#comment-61426 Thanks Rameshusa, The question I am asking here if we see the screen shot we have Overdue task, My Task, High Priority Task, All Task hyperlink, In the code I didn't find these names, can you please share those also. Thanks Rameshusa,

The question I am asking here if we see the screen shot we have Overdue task, My Task,
High Priority Task,
All Task hyperlink, In the code I didn’t find these names, can you please share those also.

]]>