Creating a webpart that is only visible when an image link is clicked

Hi, 
Is it possible to make Webpart in Sharepoint 2010 only appear when a link or image is clicked?
i have 5 image buttons on my site page and for one of them, when it is clicked, the user will be directed to the Contents webpart i have created. This webpart should only be visible when the image linked to it is clicked, otherwise it should be hidden. Is
this possible?
Any assistance is greatly appreciated.
Thanks & Regards, Aarti

That's easy using jquery. Refer to the following posts
http://social.technet.microsoft.com/forums/sharepoint/en-US/c437ecc4-c757-483f-8175-f92860d184be/hideshow-webpart-data-on-buttonclick-using-jquery
http://social.technet.microsoft.com/Forums/sharepoint/en-US/219b388e-0979-46b4-9a46-f7e6449738b8/hide-and-show-a-list-view-webpart-by-clicking-on-a-link-in-the-same-webpart-page-in-sharepoint-2010?forum=sharepointgeneralprevious
--Cheers

Similar Messages

  • How can I create a slideshow that depicts only a version of a photo rather than the original? Since the original and new versions are saved together, the aperture slideshow often choices the original rather than the desired version to display/

    How can I create a slideshow that depicts only a version of a photo rather than the original?   Since the original and new versions are saved together, the aperture slideshow often choices the original rather than the desired version to display.

    There are two things we use the name "Slideshow" for in Aperture:  a Slideshow Album, used for making Slideshows, and the Slideshow that is made.  (Imho, it is a design mistake to not call the containers used to create Slideshows, Books, etc., "Albums".)
    The Slideshow will use the Album Pick from any Stack.  A good way to use Aperture is to promote the Image you want to regularly use (such as, for example, a Version with adjustments) to the top of the Stack.  This makes it the Stack Pick, and will be the default Album Pick.  If you haven't done that, you can still change the Album Pick for any Stack in a Slideshow Album.  Expand your Stack(s), select the Image in each Stack that you want to be the Album Pick (and thus shown in the Slideshow), and "Stacks➞Set Album Pick".  (Note the keyboard shortcut; there is also a Toolbar icon for this.)  The change is immediate.  The Slideshow will always show the Album Pick (or, if there is not one, the Stack Pick) for every Stack in your Slideshow Album.

  • HT1535 What exactly is stored under "OTHER" on your iPhone that you only see when it's connected to iTunes?

    What exactly is stored under "OTHER" on your iPhone that you only see when it's connected to iTunes?

    Ok, here is how the story have ended for my iPhone 4S.
    I took the phone to the genius bar 500-km far from my town. And they told me to wait 20 mins and then they asked what's wrong with the phone. They first thought the battery is dead. But then they changed the battery with a sure-it's-working-battery. But no luck. And told me that "logic board" has gone (why? -no explanation. it just happens).
    And then they checked the warranty and noticed that it was expired 29 days ago (the phone was bought from Chicago and I'm in Europe now). Since it's expired, I'm told that it can't be replaced with no cost. I should pay 200 Euros to get a "new" iPhone 4S (you know what is "new" means, refurbished). Or I could buy a brand-new-iPhone5 for 600 Euros.
    I'm not rich person and I decided to go with the refurbished one. So, as summary,
    - 13 months iPhone is dead. (~500$)
    - a refusrbished phone with 3 months of warranty (200 Euro)
    - Lost data (I admit that this is my fault not to care about the backup but after phone is dead, I didn't have any way to save data).
    I can say that, if you have too much money, yes, Apple products are worth to buy.

  • Check box only visible when data is entered in two other fields

    My form has a table in which one column's cells are check boxes. I would like the check boxes to be only visible when both the quantity and unit price cells are filled out.
    If I use the following script to hide the checkbox, it becomes my Amount??? which is the column right next to it.
    taxable.presence = "hidden";
    I am putting the script in the initialize event of the table.

    The initialize event only fires once the form is opend, not afterwards when the fields values are changed.
    You need another event such as layoutReady.
    this.presence = !Quantity.isNull && !UnitPrice.isNull ? "visible" : "hidden";

  • Creating a PDF that has editable fields and replaceable images

    I've been trying to figure out how I can create a PDF that has editable texts and replaceable images. I'm working for a company in which all computers only have Adobe Reader as means to view or edit a PDF file. So far I have managed to create a file that has editable text fields with customized appearance, which is great! The next step however was to create 'fields' that can be filled by an image. Is there a way to create replaceable images with LiveCycle or any other prorgram for that matter.
    My goal is simple: Create a PDF that has editable textfields and replaceable images. All of which should be done in Adobe Reader.
    I'm using Adobe Acrobat X Pro to create this file and I'm wondering if Live Cycle can help me with this problem, or if this is even possible to begin with. Thanks in advance.

    Your goal is very simple with the LCD. You are have to use only an Image Field (important no Image) from the object library.
    Any time you can click on it and select a new picture.
    Hope this information is helpful?
    Kind regards Mandy
    PS: Oh I opened this tab and there are no answers at this time

  • Creating a reports folder that's only visible to the Admin role

    Hi all,
    I want to create a new Shared Custom Analyses folder to contain Admin reports. I need to make this folder only visible to users with the Administator role. But you can't seem to add the Admin role when setting up User Visibility to Shared Report Folders. Help says that it's because the Admin role has visibility to all folders.
    I understand this - but how can you resrict access to a reports folder to just the Admin role (ie. it should not be visible to other roles)??
    Many thanks.

    You will need to assign all the other folders to rest of the roles.This would be the only way so that your required folder access is given only to admin and not to other users.
    -MR

  • How do I create a new layer that is only visible in the current animation frame?

    Normally when you create a new layer it's automatically visible in all animation frames. I want to set it so that the new layer is only visible within the frame it was created.

    I was doing some playing with frames just to verify what is going on. and as far as I can see when you create a new layer it is applied to the last frame only, but if you create a new frame is is copied.
    What I did was create 2 layers one a background gradient, second is a raster rectangle.
    For frames, the first is the background, second is the rectangle and the third is the same rectangle, now I can click on either frame and move that rectangle.

  • Create a user that can only access to one schema - please help!!

    Hi all,
    I want to create one user in a Oracle DB that can only access to one schema. I did the following:
    CREATE USER "TEST" PROFILE "DEFAULT"
    IDENTIFIED BY "test" DEFAULT TABLESPACE "USERS"
    TEMPORARY TABLESPACE "TEMP"
    ACCOUNT UNLOCK;
    GRANT SELECT ON "TESTDTA"."F0007" TO "TEST"
    GRANT "CONNECT" TO "TEST";
    I have done a test and the user TEST can access all schemas, when I only gave explicit permissions to the schema TESTDTA.
    Any suggestion/clarification???
    Many thanks in advance.
    Víctor.

    Hello Andreas and Pavan,
    I have launched the query:
    select * from dba_tab_privs
    where grantee = 'PUBLIC'
    and owner = 'PRODDTA'
    and table_name= 'F0009';
    And the result:
    GRANTEE OWNER TABLE_NAME GRANTOR PRIVILEGE GRA HIE
    PUBLIC PRODDTA F0009 PRODDTA ALTER NO NO
    PUBLIC PRODDTA F0009 PRODDTA DELETE NO NO
    PUBLIC PRODDTA F0009 PRODDTA INDEX NO NO
    PUBLIC PRODDTA F0009 PRODDTA INSERT NO NO
    PUBLIC PRODDTA F0009 PRODDTA SELECT NO NO
    PUBLIC PRODDTA F0009 PRODDTA UPDATE NO NO
    PUBLIC PRODDTA F0009 PRODDTA REFERENCES NO NO
    PUBLIC PRODDTA F0009 PRODDTA ON COMMIT REFRESH NO NO
    PUBLIC PRODDTA F0009 PRODDTA QUERY REWRITE NO NO
    PUBLIC PRODDTA F0009 PRODDTA DEBUG NO NO
    PUBLIC PRODDTA F0009 PRODDTA FLASHBACK NO NO
    11 rows selected.
    Then I supose that I have to change the value on column GARANTEE. How can I do that?
    Thanks a lot for your help!!
    Víctor.

  • Was using flags in the split view applying flags to images regardless of selection.  Flag would appear under cursor.  Suddenly they now are only visible when and in the large window.  How do I get this capability back.  It is very useful.

    I have been using flags conveniently when using the split view flagfs would appear under the cursor in the filmstrip view.  Now they only are visible when a single image is selected and not in the film strip.  This very convenient feature has suddenly and unexplanedly been lost.  How do I get it back?
    Dick Koos

    How are your metadata settings? For me the flags are still showing. Perhaps you have disabled the flags for the Browser view. Edit your Metadata Presets for the Browser:
    Enable "Show Metadata" for the Browser and Viewer, and then click "Edit" and eanble the flag for all Metadata views.
    For the Browser you need to edit the "Grid View" settings, expanded and Basic:
    Regards
    Léonie

  • How to create a version that looks like the "quick preview" image?

    Is there a way to easily create a version that is similar in appearance (mostly apparent as saturation)to what is seen when hitting the P key and viewing the "quick preview"? I shoot raw (Canon .cr2) and find that for many of my shots, the "quick preview" would be a nice starting point, and often a fine end-result, for saturation. Any hints welcomed. Thanks. Fred

    Thanks for your comments and I certainly agree with your suggestions. I was hoping that there was something that I was overlooking that would essentially work like a "lift/stamp" and let me find settings that were embedded in the camera generated jpg. I know that you know your way around Aperture, so if you don't have a trick up your sleeve, I think it's probably not to be found.

  • HT1688 My iPhone 5 has this little red dot of light that appears through the screen. It's only visible when the screen is dark. Does anyone know what it is?

    When there is a black background on the screen, a tiny red dot appears and glows through my iPhone screen.

    Nope.

  • I have iWork's 9 that inludes pages 4.3.  I created a document that I saved.  When I tried to open the document today, I was advised I needed a newer version of pages to open the document.  Why can't I open an existing pages document?

    I have iWorks 9 that includes Pages 4.3.  I created a document and saved it as a "pages" file.  When I tried to open the document the next day, a dialogue box told me I needed a newer version to open the file.  The information provided stated the new app would cost $19.99 and the customer ratings are quite low.  Why can't I open a previously created document in iWorks, regardless of the version.  This is the first time Apple has demanded that I pay for a new version to open existing documents.

    I am with Peter on this issue. Additionally, if you installed the latest IOS Pages (v2.01) on an iPhone or iPad and opened a .pages file on iCloud that was created by Pages ’09 v4.n, or IOS Pages v1.7.n — that document is now in the new .pages file format and only Pages v5 on OS X can open it.

  • How to create a webpart that is completely javascript

    Ok, I made a website with javascript functionality for a sharepoint server, it is an html site that calls some sharepoint lists using ajax, but my client is asking me to change it to a webpart, so I created an asmx file and placed there all my html...
    now I have some doubts about my css and js files... how can I atach them forever to my webpart? so it will keep booth style and functionality where ever it gets installed?
    Or I should tell my client that when ever they install my webpart they will need to add those files to the site... that doesn't sound right.
    Thanks
    Ana Maria Franco

    How widely used is this going to be?  If you want to stick to a client side implementation entirely, you can code everything up within a CEWP, export this and then keep it stored somewhere.  But this isn't very efficient.
    Another idea might be to determine whether or not a Publishing site is being used or whether the Publishing feature can be activated.  Either of these will add a folder on the root site called the Style Library, which is used for items such as JS, CSS,
    XSLT and so on.  You'd be able to insert your code here and reference it from your web part.  That would be a more elegant solution.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • How to create a formula that shows only the last date of a series of dates

    I have a report that shows a series of dates that 'notes' were created on a particular file. I want the report to only show the date of the last note that was created instead of showing all the dates. Ive tried using 'Maximum ()' which does not work.
    Any suggestions?

    Either order the dates in ascending order and place the date field in the group footer
    -or-
    order the dates on descending order and plade the date field in the group header.
    HTH,
    Jason

  • How would I achieve a "magnify" image effect on an image that is only visible on "hover"

    I have come to understand that Adobe Edge Animate can now load external javascript script into projects. So I would like to use this feature to load a "maginfy/zoom" effect onto an image that will be revealed once a button is clicked on. To clarify the process  I had in mind would go something like this:
    1. There is a map the user can view
    2. When a user hovers thier mouse over sections of the map a "callout box" would appear
    3. Inside that "callout box" would be further information about that particular section as well as an image
    4. When the user hovers over that image, it would magnify similar to this: http://www.elevateweb.co.uk/image-zoom/examples (see the "inner zoom" example)
    I've tried loading the elevatezoom.js script into a project, but I don't quite understand how I would apply this effect to a "hidden" image. Most effects like this rely on external css styles, as well as specific "ID" names in order to call the function. Once the project is saved and published, when I try to view the HTML to add those "ID" names my images are not viewable.
    Would someone mind helping me with this? I'd be most grateful.

    I actually found a solution just as I was checking your replies. Thank you so much for the help though. I ended up getting zoom.js to work within the project.
    This is what I used:
    //compositionReady
    yepnope(
              nope:[
              'js/jquery.zoom-min.js',
              complete: init
    $(document).ready(function(){
        $('img')
            .wrap('<span style="display:inline-block"></span>')
            .css('display', 'block')
            .parent()
            .zoom();
    function init() {
      var image2 = sym.$("image");
      image.zoom({url: 'images/image.png'});
    After added the external scipts (jquery-1.7.1.min.js, jquery.zoom-min.js) I was able to get the magnify effect to work on a image that is revealed upon hover. I've uploaded an example for anyone who would want to do this as well.
    Dropbox link: Dropbox - edge-zoom.zip

Maybe you are looking for

  • Newb needs help w small office network setup

    Just started a new job at small start-up company that needs their 6-7 macs and a couple of printers networked. I'm just a designer and I'm trying to help but I'm not familiar with osX networking and I hope someone could point me in the right directio

  • Itunes says it can't read or write to iPod

    I am using itunes 6.0.1 (3) and a new movie ipod with firmware 1.0, when i plug the ipod in my computer itunes comes up with a message saying it 'cannot read or write to this disc', the ipod is in windows format and i can delete and copy songs on to

  • Dynamic selection in s_alr_87012079 not working.

    Dear All, Dynamic selection for Standard FI report S_ALR_87012079 seems not working properly. When users here are specifying period range in dynamic selection , all the data is being fetched. I searched the forum and found the following link , but it

  • Reading PDF reports from Top to Bottom instead of from left to right in WS

    When viewing a PDF Report in workspace and you choose next page, it goes left to right then down to the next section left to right when you have multiple members in the column. Is there a way to change this so that the view goes top to bottom for the

  • Edit 2 sided flier

    I'm  a novice user of Indesign CS6.  I've made my away around pretty well, thanks to all of the forums and help guides.  However, I'm stumped by one thing.  I've downloaded an IND file created by an outside source that I'd like to modify.  It's a two