Change the look of the dynamic table

I had the dynamic table. I want to change the look of the table. I am facing two challenges
1. To change the background color of header
I tried by overriding the css of the header "table.Tbl th.TblColHdr" but this did not help me.
2. To change the color of the alternate rows
Could any one help me on this regard

we hav same requirement in our application also:
for this what we did is:
1>first get the total num of records which u r going to display.
2> iterate through it using for loop.
3>
see
for( int i=0;i<records.size();i++)
if((i%2)==0){                                                       %>
     <tr >
     <%}
     else{ %>
     <tr bgcolor="#eeeeee">
<%}
                         %>
it'll work . try with it.

Similar Messages

  • Is there a way to change the look of the new ical in Lion?

    Is there a way to change the look of the ical in Lion?

    David Armstrong (SE) wrote:
    Ha ha ha yes!
    The new OS will be called Macindows 01 beta of the beta v.1.000.001a 
    Arggggh I just had a nightmare whilst being awake!
    Wow, one interface change in iCal and you Mac world falls apart? I have not even noticed the change to it over the other great features included in Lion. Not a hiccup, increased stability and speed on all my Macs, Loving Mission Control, iCloud is a great selling point and Mountain Lion, due out later in the year will yet again change the face of Computing forever. Windows is following along the same path, struggling to keep up (yes I run Windows as well - trecherous isn't it!), but yet we are all doomed because a handful of people don't like the leather bound look of Address Book which will probably change again in ML if a hack isn't written in the meantime. Petty arguement here. Just give feedback to Apple, I am sure it is on the top of their agenda.
    Good Luck
    Pete

  • How do I change the look of the cropping tool

    How do I change the look of the cropping tool

    What do you mean, "change the look"?  Please be specific.
    What do you want the crop tool to "look" like?
    Yes, the crop tool is different than it used to be. But it works just as well as it always did. Instead of moving the crop over the timage, now move the image. Use the edge handles to adjust the crop size. Alternatively, set the crop tool to work in various ways by adjusting it in the control bar. (Size and Proportions, Rotate Crop, Straighten Image, Crop Options, etc.)
    Alternatively, you can set the Crop Tool to have "classic" behavior, also via the control bar.

  • Why did the look of the toolbar change from Photoshop CS3 to CS4?

    One of the nice visual features for Mac from Photoshop 7 to Photoshop CS3 was the "shiny" look of the toolbar that acquired the Aqua interface.  Now in CS4, the toolbar looks more like the Windows version (more bland).  I know that "how the program looks" does not change the way Photoshop is used, I just thought I'd ask in the forums why they would change the look of the toolbar for Mac that they've had for 7 years.

    Good point.  I will be switching to Mac in the very near future, and one of the things I was looking forward to was the Aqua interface.  Its appearance is so much better than the Windows GUI.  I currently have an HP Pavilion Media Center TV PC desktop from late 2006 with an Intel Core 2 Duo Processor E6300, with only 2GB of RAM and a 320 hard drive.  The graphics card is part of the motherboard.  I am not looking to upgrade to better specs after seeing what's out now.  Today, that would be considered low specs even for a low-priced laptop.  I payed $1400 for it, and I feel I got screwed.  So many cables, an outdated keyboard and mouse, and a cheap-looking monitor made me want to jump to the Mac starting in early 2008.  Thankfully, I waited and a new iMac that's twice as good came out!  I am currently planning to buy the $1699 27-inch iMac as soon as I figure out where I'm putting it and how I'm going to reconfigure everything (I also have a tablet, and it's going in another room so I have to get a desk that has the right setup as well).
    Also, I have a tablet installed on my current computer.  What will I need to do to move it to the Mac?  Will I need to uninstall it from my current computer, or just leave it alone and install it on the Mac?
    One more thing:
    A guy at the Apple Store said I could run Photoshop from Windows on a Mac.  I'm assuming I would have to load the entire Windows OS, right?
    Thanks.

  • Customize the look of the interface?

    Is there anyway to customize the look of the interface in FCP?
    In other words- change the color of the timeline background, video tracks, audio tracks, etc.
    I recall Avid gave me that option and it seems like it would be something Apple would allow- but I can not find any way to do it.

    Only by hacking the locked .nib files inside the application bundle.
    One false move and you are looking at a full reinstall. Not really worth it in my opinion.

  • Customize the look of the Adobe Content Viewer App

    Hi,
    is it possible to customize the look of the Adobe Viewer? For instance: I would like to have smaller, shelf-like, thumbnails instead of the new big ones. I also want to change the background and add a logo or sth.
    Best
    Marcel

    Go through the help links to know more. You may contact your Adobe representative for a Demo in case you are interested in purchasing DPS Enterprise edition.
    http://helpx.adobe.com/digital-publishing-suite/topics.html
    http://www.adobe.com/products/digital-publishing-suite-enterprise.edu.html

  • Error in 'Customize the look of the UWL main page'

    Hello,
    We need to hide a column of UWL. For that we try:
    In System admin/UWL Administration/Configure item types and customize views using a wizard:
    'Customize the look of the UWL main page' option. In Tasks tab, 'Customize the View' button we get the following error: java.lang.ClassCastException. Exception ocurred during procesing of Web Dynpro application sap.com/tckmcbc.uwl.ui~wd_admin/UWLControlCenterConfiguration.
    Please, we need to show this page, can you help me???
    Thanks&Regards

    Hello BNantes,
    What is the version of the UWLJWF component that you are using, including patch level?  Do you have to do this for all user id's or can you personlize the display only per person?  If you can just personalize the UWL per person you can do this from the personalize option from the context menu.  Once you invoke the personalize option, select the column that you want to hide via the dropdown menu, remove from current view and click save.
    If you need to do this portal wide, you can do it through the wizard or update the xml file yourself. 
    To update the xml file:
    Example for the default view
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tasks">
    Above in this code you will see the following for the DefaultView:
    columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status"
    Here you can remove the columns that you do not want all users to see.  Rename the xml file (but keep the uwl.standard on the system) and upload your new xml file with high priority.  I just tested this on our internal test portal and it worked fine.
    Have a good day!
    Best Regards,
    Beth
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***
    Best Regards,
    Beth
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • How to change the column postion in Dynamic Table

    Folks,
    I have an ess application which is creating dynamic table from dynamic node, I need to change one of the column position , please let me know how to do
    Thanks,
    Manish

    problem solved

  • How to change the look of the ESS Overview page

    Hi,
    We are implementing ESS/MSS and would like to change the look (font size and color, background color, ...) of only the Overview page (Area Group Page). From what I understand when a theme (css) is used it is applied to an entire Portal Desktop, not to a single page. And since the Overview page is a Web Dynpro application (part of the Floor Plan Manager), it doesn't seem possible to change the look besides using themes.
    Of course we would like to keep the possibility to configure this page using IMG so rebuilding it from scratch is not really an option.
    Any idea how this could be done?
    Thanks,
    Martin

    Thanks Srikanth,
    As far as I know it is not possible to change the font size or color of the overview page using IMG.
    But I found a way of applying a theme to a single Web Dynpro application running inside the portal, like the Overview page. You need to specify the theme in the iView property editor using the Application parameter sap-cssurl. The feature is there and more or less documented, the only problem I am still not able to make it work, the portal theme is always used. It is also possible to change the theme of <i>all</i> the Web Dynpro applications running on the server (by changing WD a property in the J2EE Visual Admin, see this <a href="https://forums.sdn.sap.com/thread.jspa?threadID=367022">post</a> for example) but this is not what I want to do.
    Regards,
    Martin

  • Can I change the look of the mouse pointer?

    I was wondering if it’s possible to change the look/style of the mouse pointer just like you can in Windows?

    Unsanity's Mighty Mouse is the only one I know of that can.
    They also have this page of cursors they've already made you can use with the program.

  • Is It Possible To Change The Look Of The PayPal Button?

    Can I make a PayPal button look different? I want the same function only to make it as a proper button with roll over effect.

    I mean just changing the image of the button.

  • How to synch in the most recent version of iTunes - 11.0.0.163 - The latest version updated today and changed the look of the program. I can't see where to click to synch. If I disconnect and restart it works fine automatically, but why do that?

    I updated the latest version of iTunes today and it has a new look. That's fine but I can't see where to click to synch my ipod after downloading music or podcasts. It was always easy.

    It might make it much easier on you if you enable the sidebar in iTunes. Launch iTunes and go to View>Show Sidebar. With iTunes set up like that, it should look a lot more familiar to you. You can select your device name under the devices heading and then go through all of the iTunes panes by clicking on them at the top of the iTunes Window.
    My screenshot shows my iPad, but it works the same way with an iPod.

  • I seem to have lost the ability to close windows at the top of the screen. What do I click on to change the look of the tool bar.

    I seem to have lost the ability to close a window at the top of the screen. I must have changed the tool bar in some way and I have no idea how to change it back. Any guidance?

    Settings-general-show scrollbars-always.

  • How do I change the look of the NetWeaver login page?

    Hi all,
    I searched and searched and did not find anything.  How do I change the branding/graphics on the login page in 12.0?
    Thanks,
    --Amy Smith
    --Haworth

    Hi Amy,
    I realize this question is answered, but I have modified the login pages for our MII instances.
    There may be a cleaner way to do this (ok maybe this is a hack), but I managed to locate the images on the server, located at.
    <DRIVE>:\usr\sap\<SID>\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    In my case, I modified two files and restarted the server:
    branding-image.jpg  -- "That sexy SAP graphic showing some sort of structure"
    branding-text.gif -- "The SAP NetWeaver banner at the bottom right"
    There are also two files named branding-image-portals.jpg and branding-text-portals.gif.
    I substituted these files with my own graphics.  My version of branding-image is a bit taller than the stock SAP graphic, but that did not cause any problems.
    I am absolutely positive that this is not the SAP recommended approach.  Also, some support pack installations will overwrite these files, so you may need to reinstall them if patches are applied.
    Regards,
    Rod

  • Captivate 8 - Can I change the look of the Learning Interactions?

    I am referring to the Learning Interactions provided by Captivate. Is it possible to alter the look of it? For example, delete the space for the Title and just keep the text interaction?
    Basically not using the default designs but keeping the interaction.

    There are quite a lot of interactions, different kinds: static and interactive, with or without an associated variable. Some can be replicated, others are a lot more difficult. And it also depends on the output you are looking for? In HTML5 none of the movement effects, nor rollover objects are possible which limits seriously the possibility to replicate the sliding interactions. And you have to prepare for a lot of work. Before the interactions were available I already created a Memory game:
    Concentration Game - created exclusively with Captivate - Captivate blog
    And for sliding: before it was included I created this work flow to have the playbar appear/disappear on rollover/rollout:
    Auto-hide Playbar! - Captivate blog

Maybe you are looking for

  • How do I share photos and music between different user accounts on the same macbook

    How do I share photos and music between different user accounts on the same Macbook? i.e. I want all to be able to access family photos when logged into their respective accounts. Same goes for the iTunes library. Hope this is possible... Thanks!

  • Duplicate Events - Why?

    When I do nothing more than import photos from a source, such as a camera, in almost every case I get a duplicate event with an identical set of photos in each. One event has the name from the date stamp of the camera (e.g. May 8 would name the event

  • Problems importing from SD card into iphoto

    hi there, im trying to import photos from an SD card into iphoto and the "import selected" and "import all" boxes are greyed out... Any ideas why that would be? I can see all my photos and access them in iphoto, i just cant import them... Many thanks

  • Oracle 9i installtion

    hi guys, i have a query which is , i have installed oracle 9i database in xp home edition and it works. but if i switchdown and start up my pc it doesnt work. i get service error and service shows starting, it doesnt get started only. i have a second

  • Converting the results of a blend tool back to strokes.

    When you blend two stokes to give multiple lines is it possible to make each of those lines into individual strokes that can be edited independently of the points used to blend? I know you can flatten each line to give shapes, however I'd like to be