hide and show the region - hide by default

Hello world
I had a hide / show region on my page. I want to hide this default region (on each page load).
In fact, it is open by default.
How can I get that?
I have tried many things, searched a lot of problems that.
But I can not find a solution, which helped me.
I am using a theme not Standard apex.
Any suggestions?

First run page using firefox or chrome and identify the name of the region, i.e. the #REGION_ID # in the model translates into something like "region5" when rendering.

Change Page, in the section Javascript executed when the Page loads, enter the following command

hideShow ('region5', 'shIMG5', '', '');

This should toggle the current show / hide mode.

Tags: Database

Similar Questions

  • hide and show the region and pass values to the region

    I have a p_dept lov static 10,20,30 and submit button

    I have 2 areas with the name dept10, dept20

    When I select lov p_dept = 10 and submit button then see the region of dept10 (do not know how to pass values from: p_dept suggest key)

    dept10 region query is
    Select * from emp where deptno =: p_dept

    dept20 region query is
    Select * from emp where deptno =: p_dept

    Please someone help me how can I achieve it with stetp by step.

    Hello

    You can simply set the display state of your regions.

    - Edit dept10 region set condition [item / column = value]
    - Expression 1
           p_dept
    - Expression 2
           10
    

    Do the same for the dept20 region

    - Edit dept20 region set condition [item / column = value]
    - Expression 1
           p_dept
    - Expression 2
           20
    

    When you submit a page, your selected items will be defined in the session if you do not need to pass any parameter.

    Thnks

  • Hide/show the region using the text in the list

    Hi all

    I created a list in a shared application component. Is it possible in the apex to hide and show the region according to the selected list text.

    Thank you.

    I have not used jQuery, but only if the region

    Kind regards
    Richard

  • Automatically expand a Hide and Show model region when the Page loads

    Hello

    I work with a Hide and Show region model, and I'm trying to accomplish the following:

    When my Page loads, if a PX_ID is not null, hide it and see the area should be extended automatically.

    I use Apex 4.1.1.

    Any ideas?

    Thank you

    Erick

    Hello Joe,

    Thank you for your response.

    This morning, I was looking for a solution in the forum and I could not find anything. Now, I decided to keep looking for more careful and I found a solution.

    For those interested, check this thead element: Re: hide/show the region

    Basically, I created a dynamic Action with the Code JavaScript: $('.t20RegionHeader') ('img') .children ravishing ();

    Thank you

    Erick

  • Hide/show the region

    Hello
    I'm trying to change the default behavior to hide/show the region to show, after a few attempts, I got partially work but now does not work by clicking on the icon to enable/disable/hide also changed the icons and added a type = "" but his does not work. " Any help? Thanks and greetings

    You can do so at the level of the model. Copy the skin and see the area to Hide and Show (show) and then modify the model. Essentially 2 thing I've changed are the image of collapse_minus.gif and style ="". My suggestion is to make a copy of the region before making any changes. It works for me in IE, Chrome and FF.







    #TITLE #.
    #CLOSE # PREVIOUS # ##DELETE NEXT ##EDIT ##CHANGE # CREATE # CREATE2 # EXPAND ##COPY # HELP #.
    #BODY #.

  • Lack of "automatically hide and show the menu bar.

    Hi all, I want to hide my menu bar. I watched how disappear - it turns out that the checkbox "automatically hide / show menu bar" is missing. It is supposed to be under "use donkere menubalk en donker Dock. Why is it missing?  Thank you very much!

    Hi Mjappie

    This feature has been added in El Capitan.

    You must update to 10.11.3 to hide and show the menu bar.

  • My reading shows the HDMI as a default device, but the sound is yet to come of the computer laptop, even when the volume is turned off on it

    Original title: HDMI sound

    I know that many have had problems, but I did not mine specifically. My HDMI connection was working fine with my laptop HP and m HD tv. I didn't use it for a while, now it is just the video, no audio on the TV. My reading shows the HDMI as a default device, but the sound is yet to come of the computer laptop, even when the volume is turned off on it. Ive read all the reviews and updates of pilot who was old. I don't know what else to do!

    Hello

    System Restore does not have this long period of time.

    You may want to refer to the suggestions in the thread below link and check.

    No sound via HDMI output portable computer connecting to TV

    I hope this helps.

  • Is it possible to detect the State of hide/show the region...

    Hello
    Is it possible to detect the State of hide / display area.

    I have three regions/hide RX, RY, RZ.
    When an EX event happens, then region RX should expand and the rest of the region collapses.

    When an event happens EY, then region RY should expand and collapse the rest of the region.
    ........
    ...

    We can use this JS on DA to change the status of a region:
    $("RX.uRegionControl").click ();
    $("RY.uRegionControl").click ();
    .....
    But, first of all, we need detect the State of where applies this da?


    I'm working on apex 4.2. Theme 25.

    Kind regards
    Fateh

    You can try this

    //example
    $('#RX .uRegionContent').is(":visible")
    // this will return boolean - true if it is expanded and false if collapsed
    
  • hide and show the icon view using if else statement

    is - it possibleto hide and expose the display icon using if else statement? I try to use erase them but I don't know how show it on again after that I want to come back. Thank you

    There are two functions... EraseIcon and Exposeicon

    Mike

  • How to only show the tiffs grid by default? And not RAW + TIFF.

    Hi guys,.

    I have 2 questions:

    (a) I now have 2 images - a tiff file and a RAW file, so I have twice the number of images showing on my grid, and I would like the default only see tiff and be able to revisit the RAW format when I have to.

    (b) I would also like to convert all my imported files, 5,000 of them to Aperture, to DNG files.

    How to proceed?

    Thank you very much

    Raphael

    (B) you will have to export in the export dialog, select DNG as file extension.

    Or you can locate these files on your disk and use the free Adobe DNG converter program to convert to DNG and then in LR import those converted files.

    But then, in both cases, you would have 2 sets of the same images. Original RAW and DNG RAW

  • help in hiding and showing the series in a line chart

    Hello world

    I have a line chart with 8 sets of data and I would have checkboxes to show and hide each series, if the graph is not too busy.

    How can I do this?

    Thank you
    Ryan

    Hello Ryan,

    If you use the library AnyChart which is provided by default in the APEX of the following links may help:

    [url http://www.anychart.com/products/anychart/docs/users-guide/livesamples/js-series/index.html] Adding, deleting, changing, hiding and showing Series - AnyChart JavaScript interactivity

    {: identifier of the thread = 2201947}

    I hope that helps!
    Kind regards
    Kiran

  • After race updates and restarted, lock computer and shows the other user logon

    Original title: another problem user in vista

    IM locked out of my computer and shows another user login that won't let me log on what can I do? running windows vista Home premium and all reinstalled today worked very well until after the execution of updates and when I rebooted I'm now locked out of my entire system F8 does not work yet

    Hi Michael,

    If you experience problems after installing updates, you can read the following article and try the steps.

    The update is not installed successfully, you receive a message, and the computer restarts when you try to install an update in Windows Vista and Windows 7

    Hope this information is useful.

  • Problems with Windows Installer - installer stops and shows the dialog on the command prompts

    Hello

    I hope someone can help me with this question... I looked long and seriously, and you have tried all of the suggestions posted (cancel/save, etc.).

    I am trying to install a program and Windows Installer stops right in the middle of installation and a dialog box appears with information from command line, and the only thing I can do is select 'ok'... the program is not installed.

    Here is the info that appears in the dialog box:

    Windows® Installer. V 5.0.7601.17514

    msiexec/option [optional parameter]

    Installation options
     
    Installs or configures a product
    /a
    Administrative installation - installs a product on the network
    /j [/t ] [/g ]
    Publishes a product - m for all users, allows the current user
     
    Uninstalls the product
    Display options
    / quiet
    Quiet mode, no user interaction
    / passive
    Automatic mode - only progress bar
    / q [n | b | r | f]
    Sets the user interface level
    n no user interface
    b Basic UI
    r reduced UI
    f-full UI (default)
    / Help
    Help information
    Restart options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user to restart if necessary
    /forcerestart
    Always restarts the computer after installation
    Logging options
    / l [I | w | e | a | r | u | c | m | o | p | v | x | + |. | *]
    i status messages
    w warnings recoverable
    e-all error messages
    a startup of actions
    r registers of the specific action of the
    u user requests
    c initial UI parameters
    m out-of-memory or fatal exit information
    o disk out-of-space messages
    p - Terminal properties
    v performance
    x extra debugging information
    + - Add to the existing log file
    ! -Flush each line in the log
    * - Log all information, except the x and v options
    / log
    Equivalent of / l *.
    Update options
    / Update [; Update2.msp]
    Apply updates
    / uninstall [; Update2.msp] / package
    Remove the updates of a product
    Repair options
    /f [p | e | c | m | s | o | d | a | u: v]
    Repairs a product
    p only if the file is missing
    o If the file is missing or an earlier version is installed (by default)
    e If the file is missing or an equal or higher version is installed
    d if the file is missing or a different version is installed
    c If the file is missing or checksum does not match the calculated value
    has all the files to reinstall the forces
    u all (default) user-specific registry entries
    m all requirements (by default) computer-specific registry entries
    s all (default) shortcuts
    v-runs from source and recaches local package
    Setting public properties
    [PROPERTY = PropertyValue]

    Consult the SDK Windows® install to get additional documentation on the
    command line syntax.

    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.

    I hope someone has a suggestion for this problem... I just bought a new laptop and Windows 7 Professional came installed on it.

    Thank you

    Linney thanks for your response!

    The file I'm trying to install is an exe file (so the SIG file is embedded in the exe file).

    I tried the option "Run As Administrator" and it did not work.  However, you gave me an idea that has provided a work around that allowed me to install the program.

    Once this dialog box is displayed with all the control switches, rather than press 'OK', I left on the screen and went in the 'temp' folder and find the MSI program I tried to install (I cross referenced the timestamp of when I tried to install it to find).

    Once I found the updated file, I clicked it, and he proceeded to install the program... I have not had any other problems with the installation.

    So, there's something wrong with the way that the exe file have been created and how the files extracted from the msi file (these are files of Intel and Lenovo - driver updates - so I think they do these things) or there is a problem with Windows Installer.

    For now, at least, I have a work around I use until I find a solution to this problem of permanent

    Thanks for your help and for taking the time to answer!

    I hope this can help someone else in the future

  • How can I get the number of a random process to use in math´s and show the solution to the user?

    I wrote this function and I try to show the number of seconds that the user had to sooner or later the stopbutton to the user click.

    its about to hit stop councelling while inside ther is a random number already, but the user do not know or see.

    the eye opens in a random between 40000 and 100 milliseconds. If they open the user should click on stop without seeing them. so his Sensa.

    I just tried.

    This code is on the mc with the eyes to make them open at random. This is the second image the main code of the time. 1 frame is the Start button and a small description. on the second stop button and closed eyes with the script here as I have already said. and on the framework of the 3rd is the end wher it should be displayed to the user. That's how I tried. Please let me know any suggestions and or other solutions to my problem! If you need to see my flashfile help me just let me know. I send to you or something :-)
    MIC (at) hellrec.at


    function randomRange(minNum:Number,_maxNum:Number):Number

    {

    return (Math.floor (Math.random () * (maxNum - minNum + 1)) + minNum);

    }

    var myTimer:Timer = new Timer ((randomRange (100, 40000)), 1);

    myTimer.addEventListener (TimerEvent.TIMER, openeyes1);

    myTimer.start ();

    var: duration: uint = getTimer();

    function openeyes1(e:TimerEvent):void {}

    gotoAndPlay (26);

    e.updateAfterEvent ();

    }

    to save the use of number:

    function randomRange(minNum:Number,_maxNum:Number):Number

    {

    return (Math.floor (Math.random () * (maxNum - minNum + 1)) + minNum);

    }

    var randomNum:Number = randomRange (100, 40000);

    var myTimer:Timer = new Timer(randomNum,1);

    myTimer.addEventListener (TimerEvent.TIMER, openeyes1);

    myTimer.start ();

    var: duration: uint = getTimer();

    function openeyes1(e:TimerEvent):void {}

    gotoAndPlay (26);

    e.updateAfterEvent ();

    }

    p.s. Please check the useful/correct.

  • a link to a website and launch the web browser by default

    I almost finished with my most ambitious game ever. I would like to make a link to my site where I have several of my other games. I want the button to launch the web browser by default to users and automatically go to my site. Any help will be greatly appreciated!

    Jeff

    P.S. If you want to see some of my work Director, my site is www. sokovideo.com

    I think that gotoNetPage() is the command you are looking for.

Maybe you are looking for