Content region color needs to be dynamic

I have a page that is composed of five regions: a top banner, a footer, a left navigation bar, and a portlet. The left navigation bar is next to the report and has 5% length (the report's region has 95%). The region has its own style which has a background color of <font color="red">red</font>. The problem that I have is with the navigator's region. The region's color stop at the end of the last text item. The problem is that the look-and-feel is to have the navigation bar to connect to the top banner and the bottom footer. If the report is bigger than the last text, there is a "gap" between the footer and the navigation bar. How can I get rid of this?
Thanks,
Marcelo

You can try having the page style set the Common-Region Background to red, and then the Portlet-Portlet background color to white. This will cause everything on the page to have a red background color except for the portlets which have the white background color. Be sure to set the space around/between your portlets to zero so that you do not have red space between them. Maybe this will work?
/candace

Similar Messages

  • Help Needed : Changing the Color of Bar Graph Dynamically

    Hi..
    Is der any body to help me out...?
    My Question is :- How to change the color of Bar graph Dynamically..
    For example (Assume when one of the Bar Graph crosses certain limit of Y axis value mentioned, the graph must be changed into RED color)
    Thanks in Advance
    Edited by: user12873839 on Mar 30, 2010 10:03 PM

    Manoj,
    You have to create the entire chart manually. follow the below steps. You can refer to the anychart website for more help on different tags and features.
    1. Enter the following code in the html header of the page
    <script src="#WORKSPACE_IMAGES#AnyChart.js"  type="text/javascript" > </script>2. Create an ON Demand Application process by going to the Home>Application Builder>Application #>Shared Components>Application Processes
    3. Click On Create
    4. Enter the name as DYNAMIC_BAR_GRAPH_CHART
    5. Select the processing point as On Demand
    6. Click on Nxt
    7. Enter the following code in the processing text
    DECLARE
    BEGIN
    OWA_UTIL.mime_header ('text/xml', FALSE);
    OWA_UTIL.http_header_close;
    HTP.p ('<?xml version = "1.0" encoding="utf-8" standalone = "yes"?>');
    HTP.p ('<anychart>');
         HTP.p ('<settings>');
              HTP.p ('<animation enabled="True"/>');
         HTP.p ('</settings>');
      HTP.p ('<charts>');
       HTP.p ('<chart plot_type="CategorizedVertical">');
         HTP.p ('<data_plot_settings default_series_type="Bar">');
              HTP.p ('<bar_series>');
                        HTP.p ('<tooltip_settings enabled="True">');
                        HTP.p ('<position valign="Top" halign="Right"/>');
                        HTP.p ('<format> Name: {%Name}');
                        HTP.p ( 'Value : ${%YValue}{numDecimals:0}');
                        HTP.p ('</format>');
                        HTP.p ('<font bold="false"/>'); 
                        HTP.p ('<background>');
                        HTP.p ('<corners type="Rounded" all="3"/>');
                        HTP.p ('<border type="Solid" color="DarkColor(%Color)" thickness="2"/>');
                        HTP.p ('</background>');
                   HTP.p ('</tooltip_settings>');
              HTP.p ('</bar_series>');
         HTP.p ('</data_plot_settings>');
         HTP.p ('<data>');
              HTP.p ('<series name="series 1">');
               FOR cThis IN (select table2.name, table2.value
                                  from table1,table2,table3
                                  where table1.T1ID = table3.T3ID
                                  and table2.T3ID = table3.T3ID
                                  and table3.C_ID=1
                                  and table3.A_ID=1
                        ORDER BY table2.name )
              LOOP
                   IF cThis.value > 90 THEN
                        HTP.p ('<point name="' || cThis.name || '" y="'|| cThis.value || '" color="red"/>');
                    ELSE
                        HTP.p ('<point name="' || cThis.name || '" y="'|| cThis.value || '" />');
                   END IF;
              END LOOP;
              HTP.p ('</series>');
         HTP.p ('</data>');
         HTP.p ('<chart_settings>');
              HTP.p ('<title>');
                   HTP.p ('<text>Chart Title</text>');
              HTP.p ('</title>');
              HTP.p ('<axes>');
                   HTP.p ('<y_axis>');
                        HTP.p ('<title>');
                             HTP.p ('<text>Value</text> ');
                        HTP.p ('</title>');
                        HTP.p ('<labels>');
                             HTP.p ('<format>${%Value}{numDecimals:0}</format>');
                        HTP.p ('</labels>');
                   HTP.p ('<axis_markers>');
                   HTP.p ('</axis_markers>');
                   HTP.p ('</y_axis>');
                   HTP.p ('<x_axis position="Normal" align="inside">');
                   HTP.p ('<labels display_mode="Rotated" rotation="90" align="inside" />');
                   HTP.p ('<title>');
                        HTP.p ('<text>Name</text> ');
                   HTP.p ('</title>');
                   HTP.p ('</x_axis>');
              HTP.p (' </axes>');
         HTP.p ('</chart_settings>');
        HTP.p ('</chart>');
      HTP.p ('</charts>');
    HTP.p ('</anychart>');
    htmldb_application.g_unrecoverable_error := true;
    END;8. Click on Create Process
    Now we will create a html region to display the graph.
    9. Create a new region of type HTML on the same page and select the region template as no template.
    10. Enter the following code in the region source
    &lt;div id="DynamicaBarGraph"></div>
    &lt;script type="text/javascript" language="javascript">
    function DynamicaBarGraph()
    var DynamicaBarGraph = new AnyChart('/i/flashchart/swf/AnyChart.swf');
    //    DynamicaBarGraph.width = "400";
    //    DynamicaBarGraph.height = "400";
    DynamicaBarGraph.addEventListener('pointClick', onDynamicaBarGraphClick);
        var DynamicaBarGraphData = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=DYNAMIC_BAR_GRAPH_CHART',0);
        gReturn = DynamicaBarGraphData.get();
        DynamicaBarGraph.setData(gReturn);
        DynamicaBarGraph.write("DynamicaBarGraph");
    function onDynamicaBarGraphClick(e)
    // Read point name
         name=e.data.Name;
    // Read point value
         value=e.data.YValue;
    // You can add onclick even here using the values name and value
    DynamicaBarGraph();
    </script> Hope it helps. Thanks.
    Regards,
    Manish

  • Including the unbounded task flow pages to a template content region

    I have a template with a left and content region.All the pages are linked through an unbounded task flow. On clicking on the left menu options I need to include the unbounded task flow views to the content region. Is there any way to accomplish this ?
    jsp:include is a way to do this ?. I need to change the pageview onclicking on the left menu .It should work like an iframe in html.That means somehow I need to invoke http://127.0.0.1:7101/RMEWebApps-PlsSuiteWeb-context-root/faces/test through the jsp include or using some other mechanism in the content region
    How can I do this ?
    Thanks
    Suneesh

    This is an integration project. We do have an application already using unbounded task flow.We have some other projects as well using regions and bounded task flows. We need to create a frame work so that we can navigate to different projects from the main project.
    What should be the best design approach for integration
    1) Import ADF lib jar files of other projects to main project.Create an unbounded task flow linking all unbounded task flows and create a menu out of that which will link to different projects in the main project
    2) Convert all unbounded task flows to bounded task flows and link the pages.Import ADF lib jar files of other projects to main project.Create a region in main project and dynamically change the region by refreshing it.
    Thanks
    Suneesh

  • 'Scrollable Content Region' - Region Template - Anybody used successfully?

    I have just implemented a "Data Load" function which is the OOTB page type in apex 4.2 which allows the end user to go through a wizard and import csv data into a table.
    When the user is viewing the data to be imported - they have to scroll across the length of the screen (depending on how many columns you are loading).
    I noticed there is a Region template called "Scrollable Content Region". I tried applying this template to my region, and when this didn't work, to a container region.
    The scrollbars appear (horizontally and vertically) but they are greyed out as the region is still at max width and you have to use the browser to scroll instead.
    I think this looks untidy as the header colour-styling ends, as well as other regions being stretched.
    Has anyone used this successfully before?
    Amanda.

    Hi Amanda,
    What I've done with this region is edit the template and change the style for the div.uRegionContent.  You'll see that it says "overflow: scroll", I change it to "overflow: auto", this way the scroll bars will only show when they are needed.
    The other useful thing is to remove the hardcoded height and define it on a per region basis.
    So, if my region ID (STATIC_REGION_ID) is empRegion then the height can be defined as:
    #empRegion > .uRegionContent {height: 600px;}
    Of course you could do this without modifying the region by adding !important.
    #empRegion > .uRegionContent {height: 600px!important; overflow: auto!important;}
    Hope this helps.
    Thanks
    -Jorge

  • Download content locally when needed by running task sequence functionality with Windows PE.

    I am trying to understand what happens when the "Download content locally when needed by running task sequence" option in chosen on a task sequence deployment. My assumption is that any needed packages would not be identified
    and downloaded until task sequence is kicked off. 
    Using task sequence boot media, it looks likes a package has been obtained before any task sequence has been selected. I am assuming the package was acquired during the WinPE boot process. Can anyone confirm that this is
    the correct behavior when using the "Download content locally when needed by running task sequence" option? If not, how would WinPE be obtaining the PS100292 SCCM package?
    This specific package contains and HTA file. Only one of  several task sequences deployed to the All Unknown Computers make a call to the HTA file. The one that does, the HTA call is the very first step of the task sequence.
    --Tony

    Hi everyone! I figured what was going on here. I was using an ESX VM and the package was stored on the c:\ from previous attempts and troubleshooting. Long story short, I had to rip the HDD from the VM and add a new one to set every thing back.

  • Color and Styles in Dynamic Page Portlets

    How do you control the colors and fonts of Dynamic Page Portlets.
    I am currently using simply syntax and let the Portlet do the rest.
    <ORACLE>Select * from Emp</ORACLE>

    Did you try to use something like:
    <head>
    <LINK rel="stylesheet" href="estilos.css">
    </head>
    before the oracle tags and inside the file include the colors and all that things?

  • I have just downloaded Photoshop CC 2014. However, I don't see these 2 new features: Content Aware Color Adaptation and Select Focus Area

    I have just updated to PS CC 2014. However, I don't see these 2 new features: Content Aware > Color Adaptation; and Select> Focus Area
    There're not there, not listed. What am I missing? Thanks.

    You will likely get better program help in a program forum Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How you can change region color like in GB

    In GB you can change the region color from orange to purple, by doing control/option/G/click. Orange tracks will not respond to tempo or pitch changes, until they are changed to purple.
    Is there a way to do the same in Logic? turn the blue regions into being able to respond to pitch/tempo change? thanks

    Yes, good point. I assumed he's talking about audio that's been imported, not audio that was recorded directly into this particular project, because he's making a comparison to orange tracks in GB, which are the former.
    Maybe he'll clarify which situation he's talking about. I should have asked, because he might indeed just be thinking of the simpler case.

  • Need to create Dynamic Varient

    Hi,
    Need to create Dynamic Varient
    My Requirement is :
    When the program runs on last day of the month, varient has to be set up to populate the
    the File path as :
         /PA1/Interfaces/FlatFiles/new_sales_history.txt
    When the program runs on Working day + 1, then the other varient has to be set up to populate the File Path as :
         /PA1/Interfaces/FlatFiles/sales_history.txt   
    Can anybody let me know how i can create Dynamic Varient...?
    Any suggestions will be appreciated!
    Regards,
    Kittu

    Consider the following option:
    1) Create two parameters on selection screen. One for working day file and another for working day + 1 file. 
    2) Use logic inside program to determine if working day or not.  Accordingly use the correct file name (from parameter).
    3) Users can override the file parameters online.  If needed, when the program is run online (SY-BATCH = ' '), issue a confirmation popup for the file to be used.
    I am not sure "dynamic variants" is the way to go here because you will have to build another program/process of updating it everyday.  But here is information about it anyways...
    To create customer defined variables to be used in a variant, you will have to create it in table TVARV.  See the following two links for further information:
    http://help.sap.com/saphelp_45b/helpdata/en/c0/980398e58611d194cc00a0c94260a5/frameset.htm
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/creatingdynamicvariantusingtable+TVARV

  • After installing BI Content, do I need to create infopackage manually?

    Hi folks.
    I got a question as the title.
    After installing BI Content, do I need to create infopackage manually?
    Do I have to make every infopackage for every datasource manually?
    Thanks for your answers in advance.

    Hi..
    After installing BI Content, do I need to create infopackage manually?
    Ans: Yeah..u have to create infopackage manually.
    Do I have to make every infopackage for every datasource manually?
    Ans: Yes
    With the help of an InfoPackage, you determine the selection conditions in BW for the data request from a source system. In this section, you can select the contents of the InfoPackages so that it can be scheduled.
    1.Highlight a source system in the InfoSource tree in the Administrator Workbench.
    2.Choose Context menu (right mouse click) ® Create InfoPackage and enter any alphanumeric or numeric name for the InfoPackage.
    Dialog box that follows will show you which source system you want to load data and to which InfoSource. You will see the DataSources that are assigned to the InfoSource to which data is to be loaded.
    3.Select a DataSource for which you want to load data into BW.
    If the InfoPackage is scheduled, data is loaded into BW from the DataSource selected here.
    Hope this helps.
    Regards,
    SRIKANTH

  • Need Help Regarding Dynamic Partner Link

    Hi all
    I am new to this Oracle BPEL.
    I need to configure dynamic partner link.
    need help with this.........
    any useful links.. pls.

    Hi',
    Check this
    http://blogs.oracle.com/dasoa/entry/11g_dynamic_partnerlink_example
    there are plenty like this.
    -Yatan

  • Logic Pro 8 region colors

    Is there a way to set certain region colors for logic for all projects?
    Thanks,
    KableTree

    I seemed to have solved it by creating a new audio track and moving the offending regions to the new track then deleting the old one.
    Does anyone know what may have caused it - or is there something about the behavious or unpacking a take folder that I am messing up?

  • To download content locally when needed when running TS

    Wanna ask, i am doing OSD in SCCM 2012 and all my TS i have set to download content locally when needed when running TS... Questions is:
    1) Will it download and copy temporarily only the OS image into the targeted machine or it will download all of the packages that is referenced by the TS into the targeted machine? Reason is because i can only see the downloading progress appear during the
    Apply OS steps when running the TS...
    2) After completed running the TS, will it remove the previously downloaded file on the targeted machine?

    Hi,
    1. Yes it will only download the packages that are needed by the installation.
    2. It depends, it will remove Images, but applications you install during the Task Sequence will still be in the SCCM Client Cache.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec
    2. Are you referring to the folder MSICache? Only cache folder that i can see got a lot of the software folders is this MSICache folder. Is there anyway that i can remove it after the TS completed running?
    Does this folder also cater for a normal software distribution. Any software that is execute for installation from the software center, will the software files be stored in the MSICache folder as well?

  • Print PLSQL Dynamic content region in PDF format in Oracle Apex

    Hi All,
    I have created a report region by selecting "PLSQL Dynamic Content".This region calls the procedure with some parameters.So i want this plsql dynamic content to be in PDF format.
    For an easy understanding, I have created an application in Apex.Oracle.Com where i have created a Plsql Dynamic content which calls procedure do display in region.
    Step 1: http://apex.oracle.com/pls/apex/f?p=4550:1:15635986742760:::::
    Step 2: Workspace : dev_dilip
    Username: [email protected]
    Pwd : 123456
    Step 3: Open PRINT_PDF application and Run the application.
    Step 4: Username: [email protected]
    Pwd : 123456
    The procedure code can be viewed by object browser.
    Once user cliks PDF (button inapplication) a new tab should open and that plsql region should in PDF format.
    I kindly request all to check and advice me with your valuable suggestion.
    regards,
    Doddi Dilip.

    SO, you want to print the output of the procedure in pdf format? If so, you can try apex Report Query feature. You can find a number of examples for the same in this forum and in the internet:
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/apexprnt/apexprnt_otn.htm
    Or, have a IR based on a collection; the collection based on a function returning query. And then, use the IR's generic download option to print reports.
    http://www.oracleapplicationexpress.com/tutorials/71

  • Need to display dynamic content on portal page

    I have an htmldb application that a client can upload doctor profiles for the web users to lookup and find a doctor within a certain radius. When they click on the doctor's name, it shows a profile of the doctor. I need to be able to display this information directly on the oracle portal instead of iframing it because i need it to be searchable. I created an xml report in htmldb and linked it to the oracle portal with an omniportlet. The test page can be seen at [http://portal2.bynum.com/portal/page/portal/test/xml%20data%20test]
    I need the link on the go to a page in portal and display the information from the database like it does on htmldb. Is it possible to:
    1. Add a drop down box in the omniportlet that allows me to chose all doctors whose last name begins with the letter in the dropdown box.
    2. Point the link to oracle portal, pass the object_id to the page, and display the doctor profile all in the portal instead of iframing from htmldb.

    Ok, i found the solution. I created a page with the parameters that i want passed in order to display the datbase content. the parameters where created in the page properties section for the page. I created id, first_name, and last_name parameters. Then i created a dynamic pl/sql web page with the dynamic html portlet included with oracle and tied those parameters to the queries. Dynamic content is now displayed when the omniportlet links to the page.

Maybe you are looking for

  • ODBC configuration on Windows 7 Enterprise N

    Dear Friends I will be deploying Windows 7 client Enterprise N across the company. I have to test ODBC connection on the machine with connection to an Access 2003 database or Access 2010 database (32-bit). I am not able to connect..Any idea... Regard

  • How do I keep forms opened on the web  - if they close themselves at times

    How do I keep forms opened on the web  - if they close themselves??

  • Issue invoking Popup as Declarative component on mouseHover

    Hi, My use case is to show a popup and display some more details on the Popup on mouseHover on a tree of Links. (Something similar to tooltip but little more advanced) Since this Popup is reused in many UIs, I created a Declarative component (DC). Un

  • Weblogic 10.3 not allocating initialcapacity..

    I have a problem wherein i am not getting the initial capacity set to what i want to be until i restart the datasource . Following is my wstl that i used for creating the datasource.. cmo.setUrl('${datasource.url}') cmo.setDriverName('com.ibm.u2.jdbc

  • Changing the day start time

    I'm a sudent at uni, and so often go out for the evening, and return sometime in the early hours of the next morning. Is it at all possible to change the settings so tat a day begins at 4 a.m. rather than midnight?