Changing the default edit icon of interactive reports

Hi,
I have tried to look around to find a place to set the default edit icon of interactive reports and I cant seem to find it.
Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.

bjarkekr wrote:
Another thing is: What would be the best practice to change the icon to a new image that is NOT part of the apex installation? Right now we have 8 icons to choose from, which are all located in apex image library. Its not even located in the theme. So if I just overwrite the current default icon it would be overwritten again next time I upgrade apex.I would apply an override using CSS.
Create a style sheet and include it in all required page templates:
.apexir_WORKSHEET_DATA td[headers="LINK"] a img {
  display: none;
.apexir_WORKSHEET_DATA td[headers="LINK"] a:link,
.apexir_WORKSHEET_DATA td[headers="LINK"] a:visited {
  display: block;
  /* Change dimensions to size of your icon */
  height: 18px;
  width: 18px;
  /* Change URL to location of your icon */
  background: transparent url(/i/ws/small_page.gif) no-repeat;
}This removes the edit icon specified in the IR attributes and replaces it by showing whatever icon you want as a background image on the link element. This allows you to change the icon universally for all IRs by making a simple change to the dimensions/background image URL in one place.

Similar Messages

  • How can we change the default folder icon

    hi, is there anyway we can change the default folder icons of OS X?

    A quick search in these forums for folder icon brings up many hits, including this one: http://discussions.apple.com/thread.jspa?messageID=3792805

  • How to change the default JAD Icon image in JStudio

    Dear friends,
    I have one dought,how to change the default icon JAD image in jstudio application.Its very important to me.And one find answer please tell .

    Dear friends,
    I developed one application in jstudio.And need to set an special icon for my application.While i download my application in to mobile. The icon should be displayed in the mobile.To show my application as unique from other applications.But i dont know how to set an icon for my application. If any one find answer please reply as soon as possible.
    Thank you

  • Changing the default sun icon

    When I create a JFrame it comes with the default sun icon (the coffee cup). Suppose I want to personalise my frame with my own icon. How do I change the icon.

    Don't know exactly but I think it has to do with java.awt.Frame.setIconImage()

  • Changing The Default Window Icons

    Is there a way to change the MDI Window Icon when the Form is run on the web. Changing the icon in client/server seems to work well with the following (attached d2kwutil.pll):
    declare
    a pls_integer;
    begin
    a := win_api_utility.get_active_window(false);
    win_api_session.change_mdi_icon(A,'newiconfilename',0);
    end;
    The problem with this is that it will always raise an error on the web because It cannot get the handle for the window (Frame) in Java. Is there a way to change the icon or am I just shooting in the dark. Any help would be appreciated.
    null

    hi sir
    my name OSAMA and wanna your help in changing MDI window
    i trying this code
    I am trying this code
    Declare
    hWin pls_integer := win_api_utility.get_active_window;
    Begin
    WIN_API_SESSION.CHANGE_MDI_ICON(hWin,'e:\e.ico',0);
    End;
    I have error
    frm-40734: internal error :pl-sql error occurred
    sorry but this is an urgent problem
    thank you sir
    osama

  • How to remove the edit icon in interactive report?

    Hi All,
    I am using the Customer Tracker 1.1 sample and I would like to remove the edit icon on the Customers list. (Instead I would like the Customer name to be the link itself).
    However, nothing I do on the reports properties seems to have any effect on this icon!
    I have even remove the A.ID column from the underlying SQL query but I still see the little pencil!
    Any ideas?
    Regards,
    Pawel.

    Sorry for the spam!
    I just discovered the whole new section in the Interactive Report - Link Column - just needed to exlude the link.
    P.

  • Need of changing the default stack size permanently as reported by ulimit -

    Hi All,
    In order to install proper 11gr2 on solaris 10 I need to make change of stack size permanently.
    My current ulimit -s is 8192 but according to the oracle 11g installation docs (Configure Shell Limits) they recommend you change the value reported by ulimit -s to be 32k (or 32768).
    I can change this value usiing "ulimit -s 32768" but after reboot of sever this value alwayes change back to old value(8192).
    I tried to do that in /etc/projects but not able to make this permanent, How to make stak size permanently in solaris 10.
    I am on ...
    Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC

    Hi;
    I suggest please review:
    http://serverfault.com/questions/21417/how-to-set-ulimits-in-solaris-10
    It seems that parameter will lost after server reboot. SoThe above settings are not permanent and will be lost after the reboot of the server. To make the changes permanent you need to set this in the respective user profile file. (For ex : .bash_profile on linux)
    Please review:
    Connecting Using: sqlplus "/ as sysdba" Fails with ORA-12547 with Lower Ulimit Setting [ID 878375.1]
    Regard
    Helios

  • Changing the default editing application in InDesign, not Finder

    How do I set IDCS3 to open an image or object on the page in a native application besides the one specified in the Finder? In general, I like to view jpgs quickly in Preview, but need to edit in Photoshop.

    > How do I set IDCS3 to open an image or object on the page in a native application besides the one specified in the Finder?
    You don't. It's based on the operating system.
    The two step workaround is to choose the link and reveal in Bridge where
    you can set JPGs to open in Photoshop.
    Bob

  • Changing the default number of rows displayed in a interactive report

    Hi,
    I have a sql query based interactive report but i cant change the default number of pages i.e 15.
    is there any way to change the number of rows displayed.
    Thank you,
    rakesh

    Hi,
    That was very useful document that you shared, yes that is correct we can so it this way but there is another way doing it where in if you go to the report attribute section and in that there is Layout and Pagination and under
    that you can fix the number of rows, and over there we can also accept values from page item such as if the page item value changes the number of rows displayed in the report changes dynamically.
    In my report i get only pagination but not a option for layout.
    Any help will be appreciated.
    And also where i can get the links to the similar document that you have shared ?
    TY
    rakesh
    Edited by: rakesh119 on Apr 30, 2013 12:10 PM

  • Change the default icon for unsatisfied node

    Is it possible to change the default icon for the unsatisfied node (unsatisfied indicator). I have checked the UI content element with the same name, but it does not have the source file setting in it, so I guess it is hard coded. I tried to change the source file with the name unsatisfied_status.gif to a different image and it works, but this will be a system wide change. I want to do this as a model specific change. Has anyone done this before? Thanks in advance.
    Cheers,
    Biju.
    [My Oracle Blog|http://oraclewithbiju.blogspot.com]

    Did you try changing image name in UI edit page?
    UI edit page lists few images which can be changed for each UI, like unsatisfied indicator, logic status icons etc.

  • How can i change the default icon of a new folder?

    what i mean is like every time i create a new folder instead of changing the icon after its created, can i somehow change the default icon on a new folder i create? so when i create a new folder its created with the icon i want it to have?
    and i want to do it manually i dont want to use programs for it
    thanks

    nemesio wrote:
    i know but i dont want to use candy bar, were do i go to do it manually?
    why not? use LiteIcon then. it's free and is MUCH safer than mucking with system files by hand. if you insist you can do it as follows. go to /system/library/coreservices. control-click on coretypes.bundle and select "show package contents". go to contents-> resources. change the file GenericFolderIcon.icns with your own .icns file. back up the original bundle first.

  • How do I change the default quality when saving a series of edited photos in Photoshop Elements 9

    Say I have saved a series of edited photos using Quality 5. I then change to saving a new series using Quality 10. Each time I save a photo the quality appears as 5 and I have to change it manually to 10. Eventually the default quality will automatically change to 10, but it takes a fair numbers of saves to do this. How do I get the default quality to change as soon as I want it changed rather than having to wait for the software to finally do it itself?

    Interesting point. My situation is where I change the default quality then carry on using the new quality without closing down the program. What you are suggesting is that changing the default quality,  closing down the program, then restarting it might get the quality change to stick. I'll give it a whirl and see what happens.

  • Change the default setting for report painter reports.

    HI All
    Can we change the default setting in SAP/R3  in the report painter reports  for the selection screen options?
    If yes,Please let  me know how we can change the default settings.
    Thanks in Advance
    Best regards
    Venu

    HI
    We have a report developed in the report painter for profit center accounting and we have selection screen for this report.
    Few of the selection screen fields parameter are set by default and we need to change the default setting for the selection screen fields parameters.
    How and where do we  set or change the default parameters for the selection screen ?
    Thanks in advance
    Best Regards
    Venugopal

  • How do I change the default external editing program in Lightroom 5?

    I have Photoshop CS3 and CS5 Extended on my computer. CS3 is the default external editing program Lightroom 5 chose to use to open files during initial setup, which causes selections such as "Open as Smart Object or Merge to Panorama" to be grayed out. How can I change the default to CS5 Extended, short of removing the CS3 version on my system? Thanks for you help!

    Moved to  Photoshop Lightroom

  • Changing the defaults when editing limits

    Im creating a bunch of test sequences which all need to be real numbers with three fractional digits.  Is there anyway to change the default settings for when you right click on a step then click edit limits.  It keeps going back to <default> and auto formats my numbers.  Its getting aggravting always switching it to real then deleting seven zeros every single time.  Thanks.

    Hey Roons,
    Are you talking about the Numeric Format dialog box is always going back to default?  I'm not seeing your behavior.  I choose Real for my Type, uncheck Display Trailing Zeros, Number of Fractional Digits = 3, my Format is %$.3f and Custom is unchecked.  Then I click ok and set some limits with 3 fractional digits and click Ok again. 
    Again this is all based on what I set by clicking on the Numeric Format button on the Edit Limits dialog.  Seems to save them fine for me.
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

Maybe you are looking for