Hide Region When Click On Region Name Then Region is Display

Hi ,
I want to hide region click on REGION NAME like This Report
[http://apex.oracle.com/pls/apex/f?p=267:4:1532929568077413|http://apex.oracle.com/pls/apex/f?p=267:4:1532929568077413]
thanks

Hi,
For that, I have created a "Hide Show Region on Title Click" Region Template
Create a new Region Template through Shared Components. This should be created "From Scratch" as there is only one setting in the template that requires any content. When that has been created, edit the template and copy the following into the "Template" setting:
<script type="text/javascript">
function toggle()
var r = $x('#REGION_ID#body');
r.style.display = (r.style.display == 'none')?'block':'none';
</script>
<table class="t18Region" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">
<tbody class="hideshow">
<tr><th class="t18RegionHeader"><a href="javascript:toggle();">#TITLE#</a></th></tr>
</tbody>
<tbody id="#REGION_ID#body" style="display:none;" class="hideshowcontent">
<tr><td class="t18ButtonHolder">#CLOSE#  #PREVIOUS##NEXT# #DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</td></tr>
<tr><td class="t18RegionBody">#BODY#</td></tr>
</tbody>
</table>Note that this example uses Theme 18 - so the class names shown here are "t18....". If you are using a different theme, you can find the correct class names from another region template.
Andy

Similar Messages

  • Error when clicking on my name

    Hi all,
    when I click on my name in the sap mentor list I get an error saying:
    the internet site https://www.sdn.sap.com/irj/sdn/contributors-corner cannot be opened. Task cancelled.
    Clicking ok, the next message comes up with:
    Error. This may be due to an unsupported browser. See the mailing list http://www.getahead.ltd.uk/dwr/ for more information.
    Nothing more happens. My browser is IE 6.0.
    What is the reason for that?
    regards
    Siggi

    Hi Siggi,
    The page is linking to your Wiki Profile page. It is something that we have introduced a while back: Criag's blog: /people/community.user/blog/2007/03/13/community-profiles-the-future-of-junior-blogs-and-you
    The Getting Started information you can find here:
    https://wiki.sdn.sap.com/wiki/display/profile/Getting+Started
    We do that to give you a bit more freedom then you currently have in our Business Card.
    Or a good example of what you can do with your profile page is Blag's:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/alvaroTejadaGalindo&
    As long as you have not filled out the page it leads directly to your chance to editing it. (I recommend to use one of the offered templates, which makes it easier.)
    Looking forward to a your good page.
    Please if you are there also fill out the SAP Mentor overview page: https://wiki.sdn.sap.com/wiki/display/Community/SAP+Mentors
    So that if someone is looking for an expert you can be easily found.
    Hope that helps, Mark.

  • Hide button when click on F3

    Hi,
    i had created one button in PF-STATUS and after displaying the output in ALV, when user clicks on Back Button , that created button has to be hide.
    Now how to hide it?

    Hi,
    when back button is pressed, write the code as below
    if sy-ucomm = <back>
    set pf-status <pf-status> excluding <created button>.
    endif.
    Regards,
    Dhanunjaya Reddy

  • Doesnt return to position on page when clicking on an article then returning

    when reading newspaper online if click on specific article to read it when you return to main paper it does not recognise where you were on the page before leaving it and returns to a random point on the page unlike chrome which drops you back where you left

    Hi 1757victor,
    These bugs have been filed on this as well:
    [Bug 942736 and Bug 1038642 - [B2G] Navigating back often returns you to the top of the page]
    I currently do not have an idea of when this will change, but it is assigned and looks like it is being worked on.

  • When clicking on "Bookmarks" and then "Bookmark This Page" and then "Done", the bookmark does not appeasar on "Library" for "Bookmarks Menu".

    There are no further details to add. As stated, that's the problem.

    See http://kb.mozillazine.org/Bookmarks_not_saved

  • Show chart region when button clicked??

    Hi All,
    i'm using apex 4.0
    initially i want to hide chart region,when clicked on button i want to show chart region...
    i have tried Dynamic actions ,show/hide but no hope...
    any one help me on this.. :)
    thanks in Adv.

    1. Firstly, make sure that the Chart region has a region template.
    2. If you don't want to use Dynamic Actions try something like the following:
    In the Region Definition set the Static ID = chart
    set the Region Attributes => style="display:none;"
    for the button set the URL = javascript:$("#chart").show();
    Cheers
    Shunt

  • How to Get the value when clicking on the link

    I had a problem with when clicking on the link.
    I need get the link value to the controller when clicking on the link.
    I am displaying the database columns in jsp using repeater in links.
    I am displaying the data like this:
    RED
    BLUE
    GREEN
    these are three links.when clicking on the link RED. RED should go to the controller.
    After getting RED to the controller i will get the RED value from the database.

    my requirement is like that only
    I have just given the example of emp and dept
    emp(empno,zone_group_id,zone_id,deptno,ename,emp_p_ind,last_update_datetime);
    dept_emp(empno,dept_no,loc,dname,sal_emp,grade,last_update_datetime);
    CREATE OR REPLACE VIEW emp_zone AS
    SELECT e.empno,
          (select zone_group_id from price_zone_group where rownum = 1) zone_group_id,
           d.loc zone_id,    
           d.grade,  
           d.last_update_datetime,
      FROM dept_emp d
          emp e
    WHERE d.empno=e.empno
       AND e.emp_p_ind = 'Y'
      WITH READ ONLY;
    Now
    my requirement is to get the data of emp_zone view and needs to store those data into some other temp table
    if any of the above base table got updated deleted or inserted then the view last_updatetime also will get updated but problem is why im not using base table
    direct because it is having huge data and it performance issue .i have to get the value on the basis of view only and using some logic

  • Partially refresh the sql report region by clicking the region selector tab

    Hi,
    In my page i have a region display selector tab. This region selector tab contain show all,booking,service,.. etc. when i click the booking tab,sql report region will appear. My intention is when i click the booking tab i want to refresh that region partially to display the record according to sql query in that region source of report region.
    how to do this?
    skud.

    KevinFitz wrote:
    The report region being displayed is conditional on P2_QUERY item being NOT NULL. I assume the region not appearing is because the Action for the Select List Item is set to None and so P2_QUERY is always NULL.
    No, the region is not appearing because it is conditional on P2_QUERY being NOT NULL. This means that the report region never exists on the page shown in the browser, so it can't be dynamically refreshed. (Dynamic refresh doesn't evaluate region conditions, and it only re-renders the report content, not the entire region.)
    Remove the condition on the report region, check the refresh is working, then reconsider exactly what the requirements here are. If you want the region to appear only when P2_QUERY has a value, and you want it to be refreshed without submitting and re-rendering the page, then the region needs to be hidden rather than conditionally rendered, and shown via a dynamic action when P2_QUERY gets a value.
    I tried adding an additional Set Value True Action for the DA event but got an error as listed above,
    All irrelevant if Page Items to Submit on the region is used properly.

  • How to show all regions when opening piano roll?

    hey,
    I want to be able to see all events in all regions when opening (not toggling!) a piano roll. I just switched from version 5 (yes, 5) to 9. It used to be like this: you deselect all regions and then just open the matrix editor (that's how the piano roll was called in ancient times).
    If I do this in 9, the piano roll shows nothing. If I select all regions and open the PR, it shows only one. If I select one region, open the PR and then go back to the arrange window and select all regions it does show all info in the PR but this is a bit of a not-very-efficient work around.
    Anyone any idea?
    grtz
    Janco

    double click a region, then highlight the ARRANGE window and type command + a. It is essential to choose all regions this way not as you mentioned by choosing all by hand. Remember that when you doubleclick a region Logic highlights the PIANOROLL. So you have to highlight the arrange window by clicking on the bar just below the main tools or in other words, just above the ruler (I don't know the exaqct word for it but I hope you know what I mean.
    Message was edited by: samplaire
    Message was edited by: samplaire

  • How can I change Country/Region when I still have store credit balance?

    I registed an iTunes account when I lived in Japan and I used Prepaid Card to redeem Japanese Yen to account (Country/Region=Japan). I have 60Yen in account now, this amount is smaller than cheepest apps (cost 85Yen).
    Right now, I came back to Vietnam and want to change Country/Region and  to continue purchase apps in Apple Store:
    - When I change Country/Region, I received error message "You have a store credit balance; you must spend your balance before you can change stores.". But I couldn't spend money due to not enough money.
    - When I change Payment Type to Visa card, I received error message "You payment method is not valid in this Store. Please enter a new payment method."
    How can I change Country/Region when I still have store credit balance? Please help me solve this issue.

    You can't change your account's country when you have a balance on it. If you can't spend it then you can try contacting iTunes support and ask if they can remove the balance for you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • HT1338 My Mac keeps Looking for Networks? The ICON in menu when clicked shows the WI- FI (in gray) ON then goes to Looking for Network again. Shutting down the connection.

    My MAC keeps looking for networks? The ICON in menu bar when clicked shows the WI-FI (in grey) it keeps shuting off and disconnecting. Any Ideas???

    Test after taking each of the following steps. Back up all data before making any changes.
    1. Make sure the network is on the preferred list by following these instructions.
    2. Follow the instructions in this support article under the heading "Symptom: The network connection drops unexpectedly."
    3. Make a note of all your settings for Wi-Fi in the Network preference pane, then delete the connection from the connection list and recreate it with the same settings. You do this by clicking the plus-sign icon below the connection list, and selecting Wi-Fi as the interface in the sheet that opens. Select Join other network from the Network Name menu, then select your network. Enter the password when prompted and save it in the keychain.
    4. From the Location menu at the top of the Network preference pane, select Edit Locations. A sheet will drop down. Click the plus-sign button to create a new location. Give it any name you want. In the new location, set up the Wi-Fi service with the same settings you used before. Click Apply and test.
    5. Launch the Keychain Access application. Search for and delete all AirPort network password items that refer to the network. Make a note of the password first.
    6. In some cases, the problem has been resolved by repairing permissions on the startup volume.
    7. Reinstall OS X.

  • When I'm looking at my recent text messages on my phone, and I'm on the screen where I see a list of people I have texted.  I click on a name to open up the conversation, however it is blank and doesn't show the conversation eventhough we've been tex

    when I'm looking at my recent text messages on my phone, and I'm on the screen where I see a list of people I have texted.  I click on a name to open up the conversation, however it is blank and doesn't show the conversation even though we've been texting back and forth the day before.  So my question is how can I see the conversation?

    Try the following procedure:
    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • When my buddy list comes up, i try to double click my buddies name to start a chat and nothing happens. i could receive instant message but cant start my own or reply. someone please help!

    I have a macbook pro and on accident deleted ichat but reinstalled it using the cd, when my buddy list comes up, i try to double click my buddies name to start a chat and nothing happens. i could receive instant message but cant start my own or reply. someone please help!

    Hi,
    DId you download and Install the COMBO version of the last Update that you did ?
    iChat on the Install Disk is likely to be several versions behind where your OS has been Updated to.
    It needs to Match the OS level.
    iChat Updates come in the OS Updates.
    You need to run the Updater manually as Software Updates keeps records of what it has done and thinks iChat is up to date.
    If you are on Snow Leopard then the COMBO version of 10.6.7 is here
    If you are on Leopard then the COMBO for 10.5.8 is here
    Googling Mac OS X 10.x.x COMBO where x.x is the version you are up to will generally find the link to the right page if you are at a different OS version.
    <
    8:36 PM      Thursday; June 16, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Not selecting regions,when select a track???

    Hi,
    Is there any way when I select track in the arrange window,not to select regions on that track?
    MacBookPro 1.83 DC 2 Gb;Logic 7.2.3;MBoxPro FW;G4;Pro Tools Mix+24;   Mac OS X (10.4.8)  

    Thanks,but I wanna know is there any function in preferences to switch off and not to select regions when I select a track?Like in Pro Tools...
    Now I work on 1h45min project-music for movie and when I select a track to auto zoom and I move a region 2bars on left on 40min. for example,when I back to beggining of the project,all regions are moved 2 bars left.I just don't wanna everytime,when i select track in arrange to click somewhere to unselect his regions...
    sorry for my English

  • Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.   Is th

    Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.
    Is there another way to adjust tempo of loops the faster way, any other technique?

    No clue why the final processes have suddenly started to take so long. Two things I'd try: a) capture from an older tape to see if some problem with the new tape is at fault.  And b) check the health of your RAM and the hard drive.
    The red frame sounds a bit like a glitch we used to have in OnLocation (actually in its predecessor HDV Rack) which was caused by a partial GOP. But that was a product of HDV Rack recording from the live video stream. It turned out that HDV cameras intentionally interrupt the data stream for an instant upon starting to record--specifically to avoid recording a partial GOP to tape. So my gut says that the tape has partial GOPs at the points where you stopped/started recording.

Maybe you are looking for

  • Ftp over airport problems

    I'm using 10.4.3 on a TiBook. For quite some time, I was able to access a friend's ftp site and download files - all while being connected wirelessly. I used Fetch. Now, after not using the site for a few months (I don't know whether I had used the s

  • Editing multiple camcorders

    I'm very new to Macs and FCE. I've been using Premiere Elements for years and mostly I've been videoing local amateur shows with multiple camcorders. In PE, having synchronized the tracks I've reconfigured the preview window so I can see all tracks a

  • Specific colors skewed when exported

    I'm working in a CMYK workspace on a vector graphic with multiple shapes. The above photo is a portion of the graphic as it appears in Illustrator. There are only three color swatches being used. When I export the file to a PNG, this is what happens:

  • TS4293 How can I make iMovie to show me the AVCHD files importet by iPhoto?

    My iMovie 11 shows the videos from my iPhone importet by iPhoto, but not all the videos importet the same way from my camera. It works fine with the videos recorded in MP4 but not at all with the AVCHD. How can I make iMovie to show me the AVCHD file

  • Services Monitoring Dashboard in OEM

    when I tried to run Service Monitoring Dashboard in OEM, one of the screen ask for the "Web Application to included in this report" so I was trying to picl the web site "EM WEbsite" (the only one target type that I have in my GRID), two questions 1.