question of Style CSS for the adftable: column 10g

I'm being aligned left the author column in this adf:table, but I can't make it work. The styleClass does not seem to work for her. I looked in the count, but because the styleClass is not applied, I can't work for this single column. Any suggestions?

Thank you

Andy
<af:table rows="15"
             banding="row" 
             bandingInterval="1"
             var="book"
             id="currentImmunizationsTable"
             width="900" 
             value="#{backingbean.books}"
             rendered="#{! empty backingbean.books}"
             immediate="true">
  <af:column sortable="true"
                   sortProperty="author"
                   headerText="Author"
                   id="authorColumn"
                   formatType="icon"
                   gridVisible="true"
                   styleClass="column">
    <af:outputText value="#{book.author}"
                           id="authorText">
    </af:outputText>
  </af:column>
  ...
</af:table>
Published by: anotherhale on June 21, 2010 14:04

Hello

You can post your markup code all of the af:table? and if possible also expose the screenshot of disabled grid lines? This skin do you use? I don't remember any problem with af table grid lines

Kind regards

Branislav

Tags: Java

Similar Questions

  • How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    If you want the formula is the same (B2 - C2) in the cell of each column you must change it as ($B$ - 2$ C$ 2). Then copy it, select the whole column and paste.

  • CSS for the size of box selectManyCheckbox

    HI, we use jdeveloper 11.1.7.1 version andtying to apply some css for the check box of the item SelectManyCheckbox.  Need to increase the size of the box. Also by default wording is followed with the box, but I need to go back to the first label of the sequence and the checkbox should be displayed. Searched a lot on google but could not find a specific way to achieve this. Can anyone help please on the same subject.

    Hello

    Try with something like this:

    AF | selectManyCheckbox::content input [type = "checkbox"] {}

    Width: XXpx;

    height: XXpx;

    }

    AF | {selectManyCheckbox::label}

    position: relative;

    left: XXXpx;

    }

    Kind regards

    Ruben.

  • Where is the installer for the Source column of the command in other tab of orders?

    Hello!

    I would like to ask where to find the installer for the Source column of the command in other tab of orders. I saw internal and online, I think it's always external.

    Thank you.

    Jon

    Order header Source is the origin of the order-using the OM Super user responsibility, see Setup-> controls-> import Sources.  I think that external is a Source Type on the command line that indicates if the line item will be provided by your org or bought.

  • How to include external style sheets for the EPUB export

    Hi all

    I try to include a css for the epub export file. Here's what I'm trying.

    var doc = app.activeDocument;
    with(doc.epubExportPreferences)
    {
            includeDocumentMetadata = true;
            imageExportResolution = ImageResolution.PPI_150;
            imageConversion = ImageConversion.JPEG;
            embedFont = false;
            includeCSSDefinition = false;
            preserveLocalOverride = false;
            externalStyleSheets = "D:/Chinna/Epub/QJ-stylesheet.css";
        }
    doc.exportFile(ExportFormat.EPUB, File(doc.fullName.toString().replace(".indd",".epub")), false);
    

    It returns an error. (Expected in string table but received "D:/Chinna/Epub/QJ-stylesheet.css").

    Kind regards

    Cognet

    Try:

    externalStyleSheets = ["D:/Chinna/Epub/QJ-stylesheet.css"];

  • Multiple values for the same column in the columns of diffétent in the same row?

    Hi all
    I wonder how you can display different values for the same column in different columns on the same line. For example, using a CASE statement, I can:

    CASE WHEN CODE IN ('1 ', ' 3') THEN COUNT (ID) AS 'Y '.
    CASE WHEN CODE NOT IN ('1 ', am') THEN COUNT (ID) AS "N".

    Yes, that will produce two columns but will produce null values to empty and also two separate registers.


    Any ideas?

    Thank you

    Are you sure that this code works for you?

    Select ID
             ,CASE WHEN MODE_CODE IN ('1', '3') THEN COUNT( No) END as "Fulltime"
             ,CASE WHEN MODE_CODE NOT IN ('1', '3') THEN COUNT( No ) END  as "Other"
    From table
    group by ID
    

    I guess the code above fails because MODE_CODE is not in your group by?

    My suggestion would be to put the CASE in the COUNT:

    Select ID
             ,COUNT(CASE WHEN MODE_CODE IN ('1', '3') THEN No END) as "Fulltime"
             ,COUNT(CASE WHEN MODE_CODE NOT IN ('1', '3') THEN No END)  as "Other"
    From table
    group by ID
    

    CASE expressions return no. when the respective conditions are true and NULL otherwise.
    COUNTY will have non-null values.

  • Settings for the right column div tag

    Hi guys

    Inside my base model home page, I want a column on the right that starts at the top right under the header. This will serve to show the news and contact and so.

    I have a separate div for the text on the left and a div to the right column. The right div is set to "position: absolute" because he must remain top-right under the header.

    But as you can see on the screenshot, social media icons that are part of the model appear just below the div to the left.

    How can I configure the right column div tag to keep it at the top right, the text on the left remains where it is and that the right column corresponds to the div model so that social media icons will be displayed automatically below the contact information on the right.

    The second screenshot shows the result as it should be for the social media icons, so below all the content of the page.

    Schermafbeelding 2013-07-26 om 00.03.11.pngSchermafbeelding 2013-07-26 om 00.09.46.png

    Some fundamental fixes you should do first:

    • Yourtag begins after you have already a meta tag and tag style open on your page. Solve this problem
    • For this reason, the tag appears as away during validation. If you set the point #1, this should be resolved

    Now coming to your question in the discussion.

    You have

    more than once on your page. It's illegal markup. ID can only be used once per page. If you want to repeat the same style for more than 1 item, make a class and style it in CSS with .body_right instead of #body_right. In this way, you can re - use this element never how many times you want.

    In the file/styles/style. CSS, line 2200:

    {#column_right}

    Display: block;

    position: absolute;

    high: 25;

    Width: 25%;

    left: 75%;

    z-index: auto;

    }

    Who to change:

    {#column_right}

    Display: block;

    float: right;

    Width: 25%;

    }

    Get rid of everything that isn't here in my code above ^.

    See how your position elements / line up and post back if you need assistance.

  • Several style sheets for the background and the adjustable content 1 and 1 for the layout

    The H guys, I have 1 css which is attacthed to everypage of the site, it's the basic layout of the site, what I want and try to do, is a different css for "each" page that has a background of different bodies and the unique divs for the page in question!

    I have attached two css page only shows the css layout, so there is no bg or unique divs showing, what should I do to get both to display on the page?... I tried to connect the togther 2 css, but only this provision, so I'm pretty stuck.  Many thanks in advance if you can help

    It is better to post the link to your page (s) online.

    I remove the background page of your remote main stylesheet rules and use

    a block of style incorporated into the head section of each page for specific page styles.

  • How can I create CSS for the editable regions in the documents based on templates?

    I created a template in Dreamweaver CS4 by using their set of 3 columns, header and Footer option available. The model works fine in the browser. I inserted an editable region in the empty middle of the model column. I created a new page based on this template and want to be able to format the text that I entered in the editable using CSS. Any time, I try to create a new CSS rule I get the following dialog:

    "This change should change the code which is locked by a model or a translator. The changes will be rejected. »

    Is it possible to create new CSS, which will apply to the information entered in the regions be modified of a document based on a template? Simple step by step instructions would be appreciated.

    Thanks for reading

    Do not know what is the 'id' of the middle column, but you must target the text inside that

    .

    Example:

    {#whatever}

    color: #639;

    do-size: 12px;

    }

    It is better if the text in the middle column is paragraphs and target you them as as follows:

    #whatever p {}

    color: #639;

    do-size: 12px;

    padding: 0 15px 15px 0 / * top, bottom, right, left * /.

    }

    You must make sure that you include the above in the editable page css region and HE MUST come after any link to the style sheet css main.

    If in doubt post the code for the page here and say what you want to be purple and I'll have a look.

    The tip is stop created with the css dialog box in DW, it's a load of bollocks and started writing some simple css directly in the page itself. It is easier and gives you more control than any interface automated half cooked in the oven.

    Start learning some simple css. There is absolutey zillions of resources on the net. A couple of hours well spent and your miles further. If you keep pressing DW to do everything for you, then I'm afraid you'll just be going around in circles.

    Enter the code and don't be afraid of him, take it apart and see how it works. Slowly step by step and little by little you will realize how simple structures are and how simple css really is.

  • Firefox does not load CSS for the local Web site

    Hello

    I know that you have all seen this issue before but none of the answers I have found work for me. My site loads perfectly fine in other browsers, but not Firefox.

    I have a local website with a style sheet which is saved in the same folder:

    < link rel = "stylesheet" href = "style.css" type = "text/css" / > "

    I defined the character sets in HTML and CSS documents:

    HTML =
    CSS = @charset "UTF-8";

    I have the last two updates for Chrome, IE and Firefox from today.

    Any help would be appreciated.

    Thank you

    Have you checked the Web Console (Firefox/tools > Web Developer) for error messages?

    Is the local server send the type of content appropriate for all files?

    You can load the CSS file directly via the address bar?

    You can check in "tools > Page Info > general" how Firefox to view this file.

  • No. before the value in the log file for the PK column on updates

    I can't seem to get 'before' values for columns which are PK appears in my trail files.  For example: when playing with a velocity template:

    #foreach ($op in $tx)

    #foreach ($col in the $op)

    front: $col.getBeforeValue)

    After: $col.getAfterValue)

    #{end}

    #{end}

    ... If the operation is an INSERT, then the values for all columns in the later, so the INSERTS are very well.

    If the operation is a DELETION, then the value of column PK * fact * appear in the front, if DELETIONS are fine.

    ... If the operation is an UPDATE, then the PK column value does * not * appear in both the front or after, if updates are broken.

    I tried to set the following in the parameters to my snippet... each with no change in the results:

    nocompressupdates

    getupdatebefores

    I run OGG Capture for Oracle Version 11.2.1.0.3 on Solaris, sparc 64-bit on the OGG is running against my DB Oracle redo logs.

    I'm under OGG Capture Version 11.1.1.0.0 on Solaris, sparc 64-bit of the system on which I am pumping files path, against which I'm reading the front of values in a userexit, as described above.

    Thanks for the tips / pointers.

    In order to get the PK column for an update, you must add an additional newspaper group that includes the primary key columns with the GGSCI ADD TRANDATA command. This is discussed in the Oracle GoldenGate Oracle installation and Guide in the section "To enable additional logging at the level of the table", found here:

    http://docs.Oracle.com/CD/E22355_01/doc.11111/e21406.PDF

    A combination to add TRANDATA and GETUPDATEBEFORES, you should get what you want. Here's more information:

    FAQ - 11.2.1 - how to extract parameters affect the data to be selected to be written in the file path GoldenGate. (Doc ID 1478414.1)

    Let me know if you have any other questions.

    Best regards

    Mary

  • Fields comments and missing notes for the view columns

    Hello

    Miss me the comments and notes fields for columns to display in the relational model of DM. For the columns of the table, these fields are present, so it would be nice to present to views too. The import of designer must be adapted also to import these fields.

    Joop

    Hi Joop,

    My question is about the import of the designer for these fields. This is still not resolved, not even in rel 4.0

    Actually same DM 3.3 imports comments, notes, and comments in the repository designer RDBMS.  Although comments and notes are not accessible through the user interface, they are there and you can include them in the custom report.

    Comments and notes are accessible through the INTERFACE in DM 4.0

    Philippe

  • Location of model for the DB column values

    Hi all

    I've already implemented location in my project WebCenter. The problem is that I've added DB given in my project, make a project of 'model '. I know that I can change the labels of the columns of the tables by selecting my view object-> control boards-> label text, but when I do, I have than the available modelBundle, then only one language. Whereas it is, my question:

    (1) can I use the portalBundle I made in my portal project to implement localization? If so, how?

    If not,

    (2) how to locate this modelBundle? I have not found the modelBundle file, I only have the ModelBundle.properties file.

    Thanks for your help ;)

    You must manually create ModelBundle_fr.properties at the same level.

    It is my ModelBundle.properties:
    IDENTIFICATION_NUM = num of Identification.
    SALARY = salary
    ROLE_NUM = role name.
    NAME_EMPL = name Empl.

    For example in Spanish manually create ModelBundle_es.properties:

    IDENTIFICATION_NUM = number of foreigners.
    SALARY = Salario
    ROLE_NUM = number of ROL.
    NAME_EMPL = number of empleadol.

    Kind regards.

  • Class different Css for the same components in a page

    Hi to everyone.

    I want to give a different image in three different panelsplitters on my page, but I can only change their background.
    How I change their images?



    AF: panelSplitter.Left:vertical - icon-container {text-align: left; border-top: 1Px solid black ;}}
    AF: panelSplitter.Left:vertical - collapse-icon {"content: url("/img/image1.png ") ;}}
    AF: panelSplitter.Left:vertical - restoration-icon {"content: url("/img/image2.png ") ;}}
    AF: panelSplitter.Left {divider - tr - size: 16 ;}}


    This code works for the container, but does not work for the icons.

    How can I do?

    If you want to specify different styles for each of the group separators, you can set properties Peel with a styleclass &
    associate the styleclass with the component.

    styleClass = "CustomPane" >






    Skin.CSS:

    AF | panelSplitter. * CustomPane *: vertical-icon-style {}
    background-color: red;
    background-image: url(/images/error.png);
    }

    AF | panelSplitter. * CustomPane *: horizontal-icon-style {}
    background-color: red;
    background-image: url(/images/error.png);
    }

    Thank you
    Nini

  • basic question: do a border for model 2 columns?

    I am trying to use the two-column template in dreamweaver and it States

    "The background color on this div will only show for the length of the content. If you want a line instead, place a border on the left side of the #mainContent div if div #mainContent will contain more content than the div. of #sidebar1"

    I would like that it works as a dividing line.

    I thought I knew what it meant - but it doesn't seem to work. Could someone show me what this code is correctly would look like?

    Thank you very much!

    Peter

    Hello

    What they're saying, is you need to add the border to the css to your main content, not the css in the sidebar. However, this will depend on the content in the two sections, as a border appear only to the height of the content.

    PZ

Maybe you are looking for