Change the color of the bottom line on the selection box

I use APEX 3.2 and have integrated the JSQuery library. I have a region of Type of SQL query report. The first column of a report is apex_item.checkbox. Based on the selection, I need to highlight the line that will be selected using the checkbox.

I have following question in my header HTML page.

< script language = "JavaScript" type = "text/javascript" >
$(document) .ready (function() {}
$('input[name=f01]').change (function() {}
If {($(this).is(':checked'))))}
$(this).parents('tr:first').css ('background-color', '#FFFFFF');
Alert ('changed');
}
else {}
$(this).parents('tr:first').css ('background-color', '#CCCCCC');
Alert ("not changed");
}
});
});
< /script >

It gives me the alert when the checbox is selected but that don't change the background color of the line.

Any help?

Syed

Published by: rizvi on March 28, 2011 02:28

Try

$(this) .children ('td').parents('tr:first').css('background-color','#FF0000');

Tags: Database

Similar Questions

  • Photoshop Elements 8, too dark, how can I change the selection boxes.

    Hello

    My friend visited and she just Photoshop Elements 8 on his cell phone from Apple.

    I'm trying to help him, start with him, but there is a problem that I can not understand.

    For example, if I go into Image, change the image size, the boxes that show things like the resolution of the screen have such dark background that you can't read what he said in them.  Only after that you select and the type became white can read you.

    I looked, but I have not found anywhere to change the setting of the color or brightness of the panels.

    Does anyone know how to make the lighter boxes?

    Mike

    Photoshop Elements > Preferences > General

  • Change the content of the page based change the selection box

    Hi all

    I want to create a page with 2 box selection and 1 table below

    • Selection box
      • Box1: 1-12 (months of the year)
      • Box2: 2010-2015 (year between 2010 and 2015)
    • Table
      • Get data from view GET_DATA_SALARY. This view having a 4 column: NAME, SALARY, FAC_MONTH, FAC_YEAR
      • This table will be based on the selected value of 2 boxes above change

    Please help me solve this problem.

    Thank you

    To put it simply, add a button that submits the page.

    Add a where clause clause to your report

    where FAC_MONTH = P_MONTH

    and FAC_YEAR = P_YEAR

    Gus

  • Programmatically change the selected cell/line of control multi-column listbox

    I want to programmatically change the selected cell of a multicolumn list box whose selection Mode is set to highlight the whole line.  I would use this to highlight the line whatever the list box, I chose to.  It would work the same way if the user has clicked on a line to select and highlight that particular line.  Set Active cell does not fulfill this.

    Steve

    Try to use the property value; p

  • Script to change the selected layer to one of the drop-down list in the layers palette colors

    Hello!

    I was wondering if anyone knows of a script that would allow me to change the selected layers (single or multiple selection) in 'Light Blue' or all the colors in the menu drop-down? (see attached screenshot)

    I found the following but it changes all layers and is the RGB color.

    -----

    say application "Adobe Illustrator"

    set current_Layer in current document

    view the dialog box "in the current document there is" & layersCounter & "layers." & "Recolor label layers?"

    Repeat until (layersCounter = 0)

    set color of layer layersCounter in the current document to {Light Blue}

    set layersCounter to layersCounter - 1

    end Repeat

    end say

    -----

    Screen Shot 2015-06-12 at 10.46.46 AM.png

    I don't know how the script so any help is greatly appreciated. Thank you in advance!

    John

    as far as I can tell this is only possible with a few other modifications... Since 'selected' is not a property of "layers" javascript cannot determine if you see a highlighted layer in the layers panel.

    you could do one of 2 ways. Depending on how many layers you want to change the color, you can either make those visible or hidden (for example, if you want to change to 80% of the layers of a specific color, hide others 20%). and then simply add a clause inside the loop if for.

    var doc = app.activeDocument;

    var layers = doc.layers;

    Blue of var = new RGBColor();

    Blue.Red = 79;

    Blue.Green = 128;

    Blue.Blue = 255;

    for (i = 0; i<>

    If (layers [i] .visible == true) {}

    var = aLay layers [i];

    aLay.color = blue;

    }

    }

  • I'm LR4 running on a pc. Control-Q does not close the program. (Sometimes it changes the selected color to b &amp; w image.) I was closing the window by right-clicking on the LR icon in the taskbar and selecting "close window." Is - it really close the

    I'm LR4 running on a pc. Control-Q does not close the program. (Sometimes it changes the selected color to b & w image.) I was closing the window by right-clicking on the LR icon in the taskbar and selecting "close window." Is this really close the program? (It also changes an image n & b).

    -> Output file, or by clicking on the red X in the upper right, should work.

    CTRL-Q should work unless there is a Windows keyboard command that replaces it.

  • Cannot change the text box.

    Adobe Acrobat DC recently auto updated to the latest version, and it seems that the new version does not change the text boxes.

    The screenshot below shows what I mean.  I added a text box and pointed the police to change the size / font style / color, but it is gray just to go out in the toolbar properties (Ctrl + E)

    ADOBE CANNOT EDIT TEXT BOX.JPG

    Has anyone experience this problem?

    Hello

    We have released an update today which solves the problem of the properties toolbar and now you can continue to use it outside of the app commenting as well. Please open Acrobat or Reader DC and visit help > check for updates to ensure that you are on the latest patch.

    Details on the release: https://helpx.adobe.com/acrobat/release-note/acrobat-dc-august-02-2016.html

    Please let us know how it goes.

    Thank you

    -ashu

  • iterate threw the params to datacontoller when changing the selection of a LOV

    Hello guys, I have a LOV Drivin' since a datacontrol, lets say the list of employees, the LOV has the employee name attribute as a value, how can I get this pragmatic Java employee ID when I change the selection LOV? uses JDev12.c thanks in advance

    Try something like

    BindingContext lBindingContext = BindingContext.getCurrent ();

    BindingContainer lBindingContainer = lBindingContext.getCurrentBindingsEntry ();

    List JUCtrlListBinding = lBindingContainer.get ("your_lov") (JUCtrlListBinding);

    get the new index

    int newindex = (Integer) valueChangeEvent.getNewValue ();

    get list data

    Line object = list.getDisplayData ();

    Line lFromList = (Row) list.getValueFromList (newindex);

    Object lAttribute = lFromList.getAttribute ("Id");

    Timo

  • How to dynamically change the selection mode of the listbox control?

    Hello everyone

    Is it possible to change the selection mode of the ListBox dynamically?

    Both cases to the attached vi works the same way. I want the listbox to change the mode of selection by 1 point when the channel selected in the drop-down list box is SET.

    Can anyone help please?

    Thank you

    Simo

    There is a property for Listboxes node called selection Mode.

    Do not use the control Terminal in one case and a local variable of it in the other.  Moving the Terminal outside the structure of matter and son in the structure of the case.

  • Bridge continues to change the selection of the sort each time that I reopen it the Bridge window... WHY?

    Bridge continues to change the selection of the sort each time that I reopen it the Bridge window... WHY?

    I continue to get "sort by modified date" but each whenever I open it a window that it is for manual selection.

    I searched the preferences but impossible to find something to help.  It didn't used to do this...

    John

    Well, I solved the puzzle myself.

    I noticed that somehow a stray .psd file was stuck in my side bar of the Mac Finder.  Don't ask me how it got there.

    At the beginning I couldn't delete it – until I tried a Mac forum and they suggested I hold down the command key and drag it off... to poof!

    It worked.

    And when I went back to bridge - now the bad behavior disappeared!  And when I close the window Bridge and reopen - the choice to "classify" same home!

    Yay... it's a small step for me, and one small step for computerkind.

  • When you perform queries Smart View Ad hoc, changing the selection of the Alias in the Essbase himself Ribbon

    Hyperion Planning

    GPE, Fusion edition, 11.1.2.2

    Smart View 11.1.2.2

    When running Smart View Ad-hoc queries, selection of the Alias in the Essbase Ribbon does not.

    When I start a new query, the Alias in the Ribbon of Smart View is always set to None; but often, not always, the selection will change itself no default - usually after I refreshred/zoom a few times.  He starts a time past, I change the selection of the Alias in the Ribbon in none, but it changes just itself by default again.

    The option to display the name of the Member is defined on behalf of members only.  (This is the default setting for this option and I usually begin with all the options, by default).

    This problem started after that we went to 11.1.2.2.

    If neither know why the Alias / None change automatically in the Essbase Ribbon?

    Thank you

    Veronica

    There is a way that you can set for your connection

    When you use shared connections to connect to your application, you do a right click and say "Add to private connections". Once you have added to your private connection, right click and click 'Set Alias Table'. You can do this on a connection that you have added to private connections

    Concerning

    Amarnath

  • Hello I am a student and I have a problem with the tool Selection (V). When I opened the file AI CC with CS6 selection tool doesn't allow me to change the selection. What can I do? (I have reinstall AI CC and the problem persists)

    Hello I am a student and I have a problem with the tool Selection (V). When I opened the file AI CC with CS6 selection tool doesn't allow me to change the selection. What can I do? (I have reinstall AI CC and the problem persists)

    Ivan,

    If it's on the rectangular objects, you may have encountered the bug Rectangle Live which is limited to the MAC versions from 10.7 and 10.8, but not of 10.9 (Mavericks) or 10.10 (Yosemite). If all goes well, the bug will be fixed soon.

    Thus, a switch for the Mavericks or Yosemite with a reinstall might be the way to solve it here and now.

    To get around it, in each case, it is possible to develop direct Rectangles to get the normal old shaped rectangles or Pathfinder > unit, or use the scale tool or the free transform tool.

    A more permanent way round that is to create normal old shaped rectangles, after running the free script created by Pawel, see this thread with download link:

    https://forums.Adobe.com/thread/1587587

  • How to change the text box in Acrobat XI, created by earlier versions of Acrobat

    Hi, I'm having a hard time trying to figure out how to change a text box that was created in an older version of Acrobat and used to fill in a form.

    In my case, I added text boxes on text pre-existing using an earlier version of Acrobat.

    When I try to click on the text box, however, it seems to be back on the existing text and not allow me to change the text box I created in the past.

    Try changing the text with the tool 'Add comment text' which is in the notes pane. The text used to complete the form may have been written as annotation, so when you try to change those with editing tools, the original text is being edited.

  • Clear the value of the session on the change of the selection box?

    A tool that I created, I have a box of selection to page 0. When changes in the selection box, the data on all other pages must be updated. I put the "Page Action time modified value" on the selection of 'Redirect and target' box, which works... almost. On one page, however, I have a page element whose value is not refreshing accordingly. 'Source used' set only "when the current value in session state is zero' because I don't want it changed on a normal page refresh (setting it"Always"would, of course, if it restarts).

    Is it possible to have the box select delete session to the other page item value?

    I tried implementing a dynamic action "Set value", but only available in the Shuttle are elements on the same page, which does not work for my situation - as I said, the area of selection is on page 0, while the other element is on page 1.

    To see the issue in the action, go to writetrack.davidsgale.com, login with demo/demo1 and change the challenge in the dropdown in the top right. Ideally, change the drop down menu, you will reach the first month of the challenge you select, regardless of where you are on the calendar (so, NaNo brings you to November 2010, while the other two will take you to January 2011), but it doesn't.

    Thank you
    -David

    As an alternative, you can change the 'Clear' to ' run the Code in PL/SQL "and delete this value as it

  • Can I change the bounding box of a symbol?

    Hi, I'm doing the detection of collision for my game, but I don't necessarily like the premade hitTestObject and hitTestPoint methods as they are.  I've looked everywhere to find out how to change the bounding of a symbol box, but all I found was how to get his rectangle encompassing.  I am aware of the pixel perfect collision detection there code, but I try to use boxes bounding for certain classes.

    Is it possible to change the bounding box of the symbol and still have this area recognized by hitTestObject and hitTestPoint?   If this isn't the case, I could write my own code of colllision detection.  =/

    Thanks in advance.

    Hello, Sylvandyr!

    You cannot change the objects encompassing. But you can create a shape on the inside. Then check the hitTest with this form instead of test the movieclip.

    See you soon,.

    CaioToOn!

  • stuck in the selection box sent-no available for the box of reception, et al.

    The selection box disappeared, so who can be in shipping mode. Even if I stop and restart the emails sent with no possible output mode developed. I can go to the Explorer & log on Comcast & find my incoming emails in this way but I would go back to your system.

    Maybe your 'selection box' is the folders pane which is normally on the left side of the window with all your records of account registered.

    You have a Menu bar with file-Edit-View etc. showing?
    If this is not the case, press the alt key to bring up.

    In the Menu bar select view-presentation-folder pane

    If the folders pane is checked and it still doesn't show?

    If so, make sure that your Thunderbird window is maximized. Then move your mouse on the left side of the window and look for it to turn into a double-headed arrow. When he, left click, hold down and drag to the right to find the folders pane.

Maybe you are looking for

  • Firefox prevented the site of the opening of the pop up how do I open?

    On a Japanese site, I got this message"Firefox prevented the site opening pop up. The identity button (grey Globe). See attached screenshot I wonder how I could open web page even if the identity button is dimmed. Any help in this regard will be appr

  • Firefox Home will allow Flash Player content on my iPad 2?

    Apple and Adobe are not friends and, as a result, Safari does not allow downloading another browser; IE: Firefox which has Flash Player required by much of the media content. Can Firefox with Flash Player on the sly slip on Apple?

  • DV 6753 cl

    Hello. I have HP dv6753 laptop cl downgraded to XP and I can not find some drivers for it. here some info about this features: Base system device PCI VEN_1180 & DEV_0592 & SUBSYS_30CC103C & REV_12 PCI VEN_1180 & DEV_0592 & SUBSYS_30CC103C PCI VEN_118

  • Unable to pick up WIFI

    Nice day I have recently installed windows 8 and I am unable to get the network icon . I have an Acer Aspire V3-771. I downloaded the drivers from acer and installed but I have no success. Please can I get some suggestions. I followed all the steps,

  • HP 255: Admin password Bios

    Hi I do not know how much time is spent there makes me songs RESCU nuts a few other peoples problems. Please please please can you help me! deactivation of the system 84359337 Thank you for your time!