How to change CSS dynamically columns class in a page

Hello

I have a page and I have columns like customer, charge at the location, date, date to the... etc.

Once I have save records of the shoulbd of columns change to "BOLD" (OraDataText = CSS class). In a simple way of CSS class chain for a dynamic element to a specific value.

Can someone help me if stumbled upon this kind of requirement.

Please send me sample code if someone has it...

Thank you
Mahesh

A simple idea, I can think of is to have two fields using the attribute of the view. Associate a SPEL attributes each of them (rendering property). When you initialize it to ensure that the normal field shows and when registration is click on the button appears to the method call in the AM to set the PVO attribute in a way that "BOLD" field. This can save a lot of effort.

Concerning
Sumit

Tags: Oracle Applications

Similar Questions

  • How to change CSS layout on the new template page?

    Hello

    I just create my second site, and I decided to use a template to make things easier. I use a CSS sheet attached to the site.

    On each page, however, I use a single line of CSS to set the current pages, button Navigation to the State 'On', so that you know what page you are on. When a new page is created from a model although I can't edit this information. I tried making the editable from the model area, but it creates just an editable region in the top of the page.

    Here is the code at the top of the page that I use.

    <style type="text/css">  /*   #### Sets On state for Nav Button   #### */

    #nav ul li.home a     {
                       
                        background:url(Assets/nav_bg_home_hover.jpg) no-repeat;
                        color:#FFF;
    }

    < / style >

    On my old site, I got this on each main page to define the condition of 'On' for each page, but I don't seem to be able to do it using templates,.

    Any ideas?

    See you soon

    MrPark121 wrote:

    Hello

    I just create my second site, and I decided to use a template to make things easier. I use a CSS sheet attached to the site.

    On each page, however, I use a single line of CSS to set the current pages, button Navigation to the State 'On', so that you know what page you are on. When a new page is created from a model although I can't edit this information. I tried making the editable from the model area, but it creates just an editable region in the top of the page.

    Here is the code at the top of the page that I use.

    
    

    Now you can add to the box editable css your css page marker. Change for each page in order to have the link back to the relevant navigation button.

    
    
    
    
  • How to change the model of all my title pages

    OK I made a film using cs4

    with a separate title 20 pages all the title

    pages started from the same model of title

    what I want to know is: -.

    is it possible to change the properties of all the title pages at the same time

    for example to change the font / or the color of the font of all titles with one or two clicks

    instead of through me separately each page title

    see you soon

    If you used the based on existing, then you have 20 separate titles. They are in no way related to the model. Each must be changed individually.

    The above would be made easier, if you change your model first to answer, then without replacing the titles in the timeline - still - open each of those, copy the text, then open your new, updated model in the Titler, do the based on existing, paste the text and repeat. If you name the existing, to light correctly, you'd go just through the timeline, replacing the old songs with new ones.

    Now, if you have 20 Instances of the same title, all you have to do is Dbl Click that 'main title' in the project Panel to open it in the Titler, make the change, and then all 20 cases will update to reflect the changes.

    Good luck

    Hunt

  • How to set a dynamic column to count the quarter of each year?

    Lets see the result which now displayed:
    YEARS MONTHS SUMMONTH SUMYEAR SUMQUARTER
    ----- ------ -------- ------- ----------
     2009 Jan      127994 1766166     449652 
     2009 Feb      168106 1766166     449652 
     2009 Mar      153552 1766166     449652 
     2009 Apr      160329 1766166     438913 
     2009 May      137605 1766166     438913 
     2009 Jun      140979 1766166     438913 
     2009 Jul      148606 1766166     435283 
     2009 Aug      150390 1766166     435283 
     2009 Sep      136287 1766166     435283 
     2009 Oct      149529 1766166     442318 
     2009 Nov      153268 1766166     442318 
     2009 Dec      139521 1766166     442318 
     2010 Jan      124670 1721212     407181 
     2010 Feb      139278 1721212     407181 
     2010 Mar      143233 1721212     407181 
     2010 Apr      149518 1721212     444112 
     2010 May      152292 1721212     444112 
     2010 Jun      142302 1721212     444112 
     2010 Jul      149125 1721212     412855 
     2010 Aug      130328 1721212     412855 
     2010 Sep      133402 1721212     412855 
     2010 Oct      157754 1721212     457064 
     2010 Nov      137078 1721212     457064 
     2010 Dec      162232 1721212     457064
    The problem is about how Dynamic a new column called 'Q_count' to count each displayed line belong to which quarter of the year?
    In addition, she repeats once again next year.

    For example:
    * Jan - Mar 2009 will show "q1", Apr - Jun will display 'q2'... and 2010 Jan - Mar, he will again show "q1" and so will guess

    Here is my sql I use:
    select years,months,summonth,sumyear,sumquarter
    from(
    select years,months,summonth,sumyear,
            sum(sumhour) over(partition by years || to_char(ym, 'Q') order by years || to_char(ym, 'Q')) sumquarter,ym
            
    from(
    select years, months, days, hours, mins, sumHour, SUM (sumHour) OVER (PARTITION BY years,months,days) sumDay, SUM (sumHour) OVER (PARTITION BY years,months) sumMonth, SUM (sumHour) OVER (PARTITION BY years) sumyear, 
    to_date(years || months, 'YYYYMon', 'NLS_DATE_LANGUAGE=American') ym
    
    from (SELECT x.years, x.months, x.days, x.hours, x.mins, sum(x.value) as sumHour
    FROM xmltest, 
    XMLTABLE ('$d/cdata/name' passing xmldoc as "d" 
       COLUMNS 
      years integer path 'year',
      months varchar(3) path 'month',
      days varchar(2) path 'day',
      hours varchar(2) path 'hour',
      mins varchar(2) path 'minute',
      value float path 'value'
      ) as X 
      group by x.years, x.months, x.days, x.hours, x.mins
      order by x.years, x.months, x.days
      )
      )
      )
      
      group by years,months,summonth,sumyear,sumquarter,ym
      order by ym
    Thanks everybody helps me!

    Hello

    TO_CHAR ( TO_DATE (months, 'Mon')
            , '"q"Q'
            )
    

    Returns a string of characters 2 'T1', '2', "q3" or "q4" as you asked for it.
    You can use it in your main SELECT clause.

  • How to change the dynamic registration point or rotate any DisplayObject by its Center?

    The Rotations3DUtility is written by myselft for any DisplayObject to rotate in its horizontal center, but the effect is not perfect, can someone tell me how to do this?

    Thank you!

    package com.howall.utility

    {

    import flash.display.DisplayObject;

    import flash.events.Event;

    import flash.events.TimerEvent;

    import flash.utils.Timer;

    public class Rotation3DUtility

         {

    Public static const FIRST_END:String = "firstEnd";

    public static const END: String = "end";

    private static var: timer;

    time1:Number private static var;

    time2:Number private static var;

    fontRotation:Boolean private static var;

    private static var target: DisplayObject;

    private static var int count = 10;

    public static rotationByY(t:DisplayObject,_t1:Number,_t2:Number):void

              {

    timer = new timer (t1, count);

                   target = t;

                   time1 = t1;

                   time2 = t2;

    timer.addEventListener (TimerEvent.TIMER, onTimer);

    timer.addEventListener (TimerEvent.TIMER_COMPLETE, timerEnd);

    timer.start ();

              }

    private static onTimer(event:TimerEvent):void {}

    if (target.rotationY! = - 108) {}

    {if(!fontRotation)}

    target.rotationY += 72/count;

    target.x += target.width/count * 2;

                        } else {}

    target.rotationY += 108/count;

    target.x = target.width/count * 2;

                        }

                   } else {}

    fontRotation = true;

    target.rotationY += 108/count;

    target.x = target.width/count * 2;                    

                   }

              }

    private static timerEnd(event:TimerEvent):void {}

    if (Math.round (target.rotationY) == 72) {}

    target.rotationY = - 108;

    timer.repeatCount = 10;

    timer.delay = 2;

    timer.reset ();

    timer.start ();

    target.dispatchEvent (new Event (FIRST_END));

                   } else {}

    target.rotationY = 0;

    fontRotation = false;

    timer.stop ();

    timer.removeEventListener (TimerEvent.TIMER, onTimer);

    timer.removeEventListener (TimerEvent.TIMER_COMPLETE, timerEnd);          

    timer = null;

    target.dispatchEvent (new Event (END));

    target = null;

                   }

              }

         }

    }

    We can change the registration point of

    1. change the position of the content of the display of the object (using the getChildAt() method).

    2. with the help of matrix operations (method of transformation point).

    [For the first example is attached]

    You can also use matrix operations to transform any display object

    The transformations of thease include:

    Translation (change in position of the display object).

    1. Rotation (rotation of the object at an angle of view)
    2. Tilt (by changing the inclination of the display object)
    3. Scale (change of height and width of the display object)

    For more information read the help on the Matrix class.

  • How ItemRenderer change for DataGrid column based on the value of this column?

    Hello! I am trying to create a DataGrid that has a component Button to register when the value of this column is 'Open', then a label saying full when the value of this column is "Full". But Im having a hell of a time he find.

    Here's my MXML with 2 different inline installation of components for different rendering engines point 2:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >

    < mx:Component id = "RegFull" >
    < mx:VBox horizontalAlign = "center" verticalAlign = "middle" >
    < mx:Label id = 'Full text' text = "Full" / >
    < / mx:VBox >
    < / mx:Component >

    < mx:Component id = "RegButton" >
    < mx:VBox horizontalAlign = "center" verticalAlign = "middle" >
    < mx:Button label = "Save" / >
    < / mx:VBox >
    < / mx:Component >

    < mx:DataGrid id = "scGrid" width = "100%" height = "100%" number of lines = "4" >

    < mx:dataProvider >
    < mx:Object label = "Status" data = 'Open' / >
    < mx:Object label = "Status" data = "Full" / >
    < mx:Object label = "Status" data = 'Open' / >
    < mx:Object label = "Status" data = "Full" / >
    < mx:Object label = "Status" data = 'Open' / >
    < mx:Object label = "Status" data = "Full" / >
    < / mx:dataProvider >

    < mx:columns >
    < mx:DataGridColumn id = "RegCol" headerText = "Reg" dataField = "data" / >
    < / mx:columns >

    < / mx:DataGrid >
    < / mx:Application >

    How can I dynamically use the right of itemrenderer based on the value of the field? THANKS FOR ANY HELP PROVIDED!

    The best
    Stephen

    You can have more than 1 column renderer engine. There are two ways to do this. One way would be to use States. A State for each possible value in the data. Since you either want a button (data == 'open') or a label (data == 'Full') by using the States wouldn't be a bad choice.

    Alternatively, you can use a canvas instead of a VBox. Make a label and a button with horizontalCenter = "0" "0" = red to make them each other. Make it visible according to the data value:






    where dataField is the value of the property dataField on this converter DataGridColumn.

  • How to change the image of welcome to our Page

    How can I change the print size under the photos of the user on this home page?

    From the other thread:

    Thread title: Welcome Page user login.

    Put on the link: https://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/welcome-user-login-page/a95141fb-6cc8-4392-ad3a-a92fdfe3cb90

    Content of thread:

    How can I increase the size of the photos user (mine are only about 3/4 "squares) on the home page?

    Hello

    Welcome to Microsoft Community forum.  Let me help you with your concern.

    Are you referring to the user on the home screen image?

    If so, the image must be only up to 128 x 128 pixels in size for the best display results and prevent it to be automatically cropped to fit user image display area. If it is larger that, just resize. Otherwise, your image may be truncated or not focused correctly.

    You can resize the image using Microsoft Paint. For more information, see this Microsoft article:

    Resize a picture using paint

    http://Windows.Microsoft.com/en-us/Windows7/resize-a-picture-using-paint

    You can follow these steps after resizing the image.

    1. Click on the Windows logo in the lower left corner of your screen. Type "User accounts" in the instant search field. "User accounts" appears in the list to select. Otherwise, click 'Start', 'Control panel', ' user accounts and control parental, "then"Add or remove user accounts ".

    2. Select 'change your image '. A list of default pictures.

    3. Choose "Browse for more pictures", and then navigate to the folder in which you stored the photos you want to use.

    4. Select an image and choose 'open '. The new image is applied to the user account. Repeat this process for the additional user accounts by selecting 'Manage another user account.'

    5. Shut down your computer.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • How to add a report column to an existing page?

    Hello friends of the Apex,

    On a page "Form on a table with report" created with the wizard, I want to add a new column to the report in the underlying table (this is the page of several row). If I try to add the name of the column in the query, Apex says:

    "You have asked to change the interactive report query. If you have added the column to the query, they will not display when the report is run. You should not use the menu actions and select columns or click Reset. If you have removed all the columns in the query, it will disable existing filters, highlight of rules and other report parameters that references the columns. Please confirm your request. »

    Of course, I don't want to not start over and re - build the page, where the hell is so this menu "actions"?

    I'm under Apex 4.1.

    Thank you very much
    Kim

    Hi Kim2012,

    Run your page and then on your report interactive, there are the search at the top of your report bar, there is a drop down menu Actions . Go to Actions-> Select columns.

    Select column has two pane .one is not displayed again are set out in the report.

    Newly added columns do not display the component, please move this column to the other side that is in view in the report pane.

    For more information on interactive reports, see the bottom of doc
    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/IRRs-083031.html

    Hope this helps you.

    Kind regards
    Jitendra

  • How to change the font on the displayed web pages

    We now have a large number of web pages which displays very small, greyish fonts on web pages. Content on a page Web must be at least as important as advertising.

    There's a firefox Add on that, with a single click, change the Web page background color and the color of the font to something that is readable. Not just change the font size.

    Someone should take it away from those who design the screens to Web pages, the size of the walls, and give the screens, the rest of us can afford to buy and make them to design their pages if you wear glasses with a tinge of gray and slightly blurry and in a room lighting perfect for a screen.

    In the meantime, we need a patch to change quickly change font size and color with a single click.

    In this case, I think you should concentrate on just the section of the color of the item change the fonts and colors Web sites using I linked above.

    You might also be interested in the following tips / features: Page color substitution & using a high contrast theme

    Player modules will be probably more effective on the articles. It is simple to make this slot and power off when you want to use or not.

    I hope this helps.

  • How to change the fonts in the Quiz results page

    I've seen this elsewhere FIR captivate 5.5 but seems unanswered.

    Yes 9 Captivate on a mac


    simple quiz when responding said congratulations or you don't have. I can not change the color or the font for these messages (they should be white on a red background and a certain font)


    It is now possible in 9 to change these messages in Quiz?


    Go to the Style of the object manager and edit the ReviewArea Style.

  • Anyone know how to change a submenu link to an internal page of the Muse at an external link?

    I contacted Adobe and they said, that it cannot really be done. You create a completely new menu manual to make it work. This seems silly to me.

    Does anyone have any suggestions?

    1. go in the plan view and create a page at the position you want the external link appears in your menu and name it correctly.

    2. right click on this page and choose "Menu Options/Include Page without hyperlink."

    3. place a widget menu and look for the entry of "not a hyperlink" page it contains.

    4. click on the menu item, up to the upper left corner in the application of the label "Menu Item" window appears.

    5. go to the menu in the strip of higher order drop-down 'Hyperlinks' and enter your external link.

    6 done.

  • How to change browsers in Muse for the preview page function?

    I looked in the site's properties and the properties of the page, and I don't see where I can choose which browser to have the use of the Preview Mode.  Can someone help me?

    Hello

    Please refer to a similar debate in the link below

    You can choose which browser to see a preview of the Muse of?

    Kind regards

    Vivek

  • How to change the JNDI dynamically in the adaptor DB and adapter FTP

    Hello world

    Please someone explain ' how to change JNDI dynamically in the adapter adapter FTP and DB ' with screenshots


    Thanks in advance

    YES, very possible. Only with the CRUD on a table is possible.
    Please see the below URL, where you can admire the multiple check box enabled under "Perform an operation on a table" depending on the Type of operation.

    http://docs.Oracle.com/CD/E23943_01/integration.1111/e10231/adptr_db.htm#BDCGADFJ

    (* 7) give points - this is the right label to reward an answering machine (5 - useful; 10 - correct) points for their position if they meet your concerne.*

    Go on, please raise it as a separate thread. While people will get benefited.

    Thank you
    Vijay

  • Load CSS dynamically in the ADF application

    Hello

    How to load css dynamically by application of the adf?

    Version of the ADF - 11.1.1.6.0

    Thank you

    ASIS

    Hello

    Please take a look at the URL below:

    http://www.Oracle.com/technetwork/developer-tools/jdev/index-092146.html [Configuration of an Application may use a custom appearance].

    1. you can have a range session variable watch the skin name:

    #{sessionScope.skinFamily}

    2 and set the value of the name of skin on the #{sessionScope.skinFamily} before the loading of the page.

    Please follow the steps above and the skinFamily name of the value to the variable expression sessionScope #{sessionScope.skinFamily}.

    In this way, we can dynamically change the skinfamily when running the application.

    Only a concern in this approach, is that before each page is loaded, we need to define the name of skinFamily.

    Thank you

    Amey

  • How to change the level of zoom on a Web page

    How to change the zoom of a Firefox Web page level? In Internet Explorer, you can do this with the right end of the status bar icon. Any advice would be appreciated. Thank you.

    This article should help: https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages

Maybe you are looking for