Skins & af|selectOneRadio - changing the icon selected/unselected render?

Wondering if someone has tried changing the render of the af|selectOneRadio component using CSS/skins? I want to replace the various images used by the blafplus-rich default to bring it into line with radio-button renders used elsewhere in our apps. I've tried using selectors like:
af|selectOneRadio::content-input::selected-icon {
background-image: url("..");
.. but to no avail. Disabling compression and using Firebug seems to confirm that ...
.af_selectOneRadio_content-input {
cursor:default;
padding:4px 3px 0 2px;
vertical-align:10%;
... my CSS setting should be around the mark for the component in question, but it's not actually doing anything. So my questions is whether these images are something we can change, and if so, what is the selector spec required for overriding blafplus-rich to get the job done? Using JDeveloper 11.1.
Many thanks.

Hi robli,
AFAIK there is no way to change the icons for html radios, however they can be changed with the help of Javascript + some css.
I also checked ADF Faces css files and could not see any selector that you can set your own icon.
Check out the following link, you may find some useful information on there.
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

Similar Messages

  • How do i change the icons back?

    I just downloaded iOS7 and immediately hate the icons and the text message look.  It looks like something a 10 year old girl would design.  Is there any way to change the icons and the text message look back to the way it looked in iOS6?  Or to at least use a different "skin" for text messages?
    I want a small computer not a child's toy.

    Someone said "writing here doesn't achive much"
    I disagree. Using the Apple feedback page will achieve less. That is a black hole where your comments get read by who knows. Out here in the open, on the internet, that's where things can happen!
    I've tried to get used to the new look iOS7 design, but I really hate it and prefer the old look for serious reasons.
    This isn't subjective opinion, there's a solid reason why the flat, bright simple interface is harder to use. Things are not visually segmented anymore. There's too much bleeding of one group of functions, or item, into other neighboring groups of interface elements. Whether it's selecting a menu item, tapping an icon, or a tab, the similarity of one element with the next, makes it harder to use because I'm constantly double checking what I'm about to tap because it's not intuitive. The old iOS6 interface was a more confident, visually helpful interface.
    The app store is like looking at wireframes from phase 1 of a new website build. Maybe Apple just couldn't be bothered taking it beyond wireframes. Those iOS7 designers went to the snow early I'm guessing, and left a bright white glaring screen which really is unpleasant to browse at night.

  • Is there a way to change the icon associated with icloud account?

    Is there a way to change the icon associated with my iCloud account? It's currently a rose and i do not like it.

    Welcome to the Apple Support Communities
    Are you referring to your iCloud account picture or your user picture?
    It looks like you are referring to your user picture. To change it, open System Preferences > Users & Groups, press the picture box and choose the user picture you want from the ones that came by default. If you want to select a different picture stored on your Mac, drag that photo onto the picture box.
    If you want to change your iCloud account picture, open http://www.icloud.com and log in with your Apple ID. Then, press your name at the top right of the site and press the user picture. If you put the cursor on the picture box, you will see a button at the top of the box to change your picture

  • Why can't I change the icon of my file folders?

    I'm trying to follow these directions (pasted below) that I found in Finder Help, but can't do Step 3. There is no icon in the info window that I can select. Can you please help? I have some folders for which it would be extremely helpful to show an image from their contents rather than the generic blue folder.
    Thank you so much!
    To use your own picture or a picture from the web:
    Copy the picture you want to use to the Clipboard.One way to do this is to open the picture in Preview, choose Edit > Select All, and then choose Edit > Copy.
    Select the file or folder whose icon you want to replace and choose File > Get Info. 
    At the top of the Info window, click the picture of the icon to select it, and then choose Edit > Paste.

    Thank you SO much! Funny thing, I didn't even notice the tiny folder icon at the top of the info window until I saw it in the screen shot at the beginning of that article. 
    See, I have begun changing the icons of the folders of digital scrapbooking alphabets I have (screenshot below). Now it will be so much easier to scroll through my hundreds of alphas and choose one, because I can SEE them without going in and out of each folder.
    A million thank yous!!!!! 

  • HOW DO YOU CHANGE THE ICONS IN YOUR DOCK

    I have went onto the apple site and downloaded fun icons to spice up my desktop and folders and I have been successfull in changing the folder icons but do not know how to change the icons in the dock.....can someone please help me out.....thanks in advance

    here's how i do it... it may not be the most elegent way but it works.
    1) download the icons you want to your desktop
    2) right click on the one you want to use and select "copy"
    3) go to the application (in your application folder, NOT the dock) and right click on the application, and select "get info"
    4) a pop up window will open with all this stuff in it. left click on the top icon in the info pop-up window
    5) go to the finder bar (the bar on the top of the desktop) and pull down Edit, then select Paste.
    6) drag the old icon off the dock into the trashcan
    7) drag the new icon from the application folder to the dock

  • Changing the icon for saved Web links.

    Im trying out different forum topics to see if anyone can help and I thought this would be a cool thing to do and might be doable with an applescript.
    I save a lot of web address as files to go back to later and I find the default @ icon for firefox or the blank icon for safari pretty appalling. I was wondering if there was a way to change the icon so that when ever I save a new link file it would use the new icon. I was thinking about just an icon that has the Firefox, safari, chrome logo would be good or even better a little picture preview of the web page its self. Any help on this little idea I have is very appreciated
    I really like the idea of a page preview for weblink files. Like this ( http://i12.photobucket.com/albums/a238/Nuclearanthrax/Screenshot2010-09-02at1021 41PM.png )
    I completely understand a straight up no answer to this. I have no idea how applescript works. I have used it very few times.

    Pierre,
    I tried this AppleScript but it was not working. Is there something that I need to check.
    I had a few web link files in a folder and the script RAN the INFO window popped up but nothing changed.
    This would be a valuable tool for me an my students,
    Thanks in advance
    Joe
    Pierre L. wrote:
    The following script should do part of what you are asking for. However, since it uses [GUI Scripting|http://www.macosxautomation.com/applescript/uiscripting/index.html], you must first enable the Accessibility Frameworks by clicking the checkbox labeled "Enable access for assistive devices" in the Universal Access System Preference pane.
    Just copy and paste the script into the AppleScript Editor window and click the Run button.
    *set theInfoFiles to choose file of type {"webloc"} with prompt "Please select one or more Internet location files." with multiple selections allowed*
    *set theAppFile to POSIX file "/Applications/Safari.app" as alias*
    *tell application "Finder"*
    activate
    *open information window of theAppFile*
    *set windowName to name of result*
    *tell application "System Events" to tell process "Finder"*
    *set focused of image 1 of scroll area 1 of window windowName to true*
    *keystroke "c" using command down*
    *end tell*
    *close information window of theAppFile*
    *repeat with thisFile in theInfoFiles*
    *open information window of thisFile*
    *set windowName to name of result*
    *tell application "System Events" to tell process "Finder"*
    *set focused of image 1 of scroll area 1 of window windowName to true*
    *keystroke "v" using command down*
    *end tell*
    *close information window of thisFile*
    *end repeat*
    *end tell*
    Hope it can help.

  • How do I change the icon representing my bookmark? I don't want the one that comes up automatically.

    How do I change the icon representing my bookmark? I don't want the one that comes up automatically.

    I'm trying to change an icon on a bookmark. These are the instructions I received: 'Lets you replace a bookmark's icon / favicon. Right click any bookmark, select "Properties", then "Browse". '
    But there is no "Browse" when you select "Properties". So what do I do?
    When I go into the regular Google it has a 'Change Icon' tab in the 'Properties' tab. Why doesn't Mozilla?

  • Any way to change the icon?

    I want to change the icons of some 3rd party software I have, because there icons look really bad in my doc.
    Is there any way I can do this?

    in some cases you can select the application, click Command - Info for the info box, then click command info on the new icon you want to use, and copy the icon preview from the info box to the app info box that you want to change.
    some default apps won't allow that, but you can use Pixadex to change anything you want icon-wise on your computer.
    http://iconfactory.com/software/pixadex

  • When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. [SOLVED]

    When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. This started happening right around the time I updated to Firefox 4, but may have been a little before that too. For some things, like news and web comics it's just a little annoying. For important things like looking for new journal articles for my job, it literally makes my job more difficult. So fixing this would make my day.

    I seem to have solved my own problem. When I disabled the add-on "Tab Renamizer" everything started working fine.

  • How to change the icon for print dialog?

    Hello,
    I have a JTable, and with the print() method, I'm able to bring up the Print dialog and successfully print the contents of the table. Example:
    myTable.print( JTable.PrintMode.FIT_WIDTH, myHeaderFormat, myFooterFormat );This works great, but one small detail I'd like to change is the icon in the top-left corner of the dialog. The icon is currently the default Java coffee cup icon, while the rest of my application uses my custom icon. I couldn't find any documentation in the API or tutorials that Java has listed which shows how to change the icon, so I'm not even sure if it's possible (but why shouldn't it be?).
    My question is this: Is it possible to change the default icon in the print dialog? Or do I have to either make my own print dialog somehow, or use a third-party print dialog?
    Thanks

    tjacobs01: Appreciate the assistance (despite your sass). I've already searched the API, tutorials, and this forum. I'm already well aware of the setIconImage() method for JFrame -- after all, that's how I set the icon for my other frames as I previously mentioned. However, I want to set the icon for the print dialog called from the print() method of JTable.
    How would I use setIconImage() for the print() method of JTable? The print() method returns a boolean value, not a JFrame, so I'm just not sure how to implement what you're saying.
    Thanks

  • How to change the icon of coffee on the titile bar

    Hi!
    I am having this problem that
    how to change the icon of coffee on the titile bar
    if someone know how please respond
    Asif

    Next time please post your question in the appropriate forum, since this forum discusses the Java3D API.
    The answer is use the Frame.setIconImage method.

  • How to change the icon for 'windows group' in Java 1.6 [Windows XP] ?

    Hello,
    I was wondering if there is a possibility to change the icon for 'windows group' in Java 1.6...
    I'm using Windows XP SP2. Now the windows from my Java 1.6 application are grouped with the standard Sun icon [screen below] on the group.
    http://img382.imageshack.us/img382/8995/iconbl1.png
    I would like to change the icon for my own. Is there a way to do that ?
    Please help.

    Whichever icon I use for the main frame (I tried few), after grouping the main frame and other sub-frames the icon is changed to standard 'Java Sun' icon as you can see in the screenshot from my first post. The problem occurs only when frames are grouped, when the are separated in the task bar their titles and icons are ok...
    So how can I change the icon/title for the group only (for Java 1.6 in Windows XP) ?

  • How to change the icon of a spot in a dynpro application?

    Hi,
    I am trying to change the icons for the spots on the map in a dynpro application dynamically. Is it possible to change the icon for only some of the spots? If yes, which method should I use?
    The images for the icons are located in the mime repository and I added them to the application in the initialization of the application.
    Thanks and regards,
    Marc

    Hello Mark,
    The intended place for any UI technology is method DETERMINE_SPOT_ICONS of the control adapter. The default impl. resides in class CL_VBI_CONTROL_ADAPTER_GEO. There are two options for changing the icons:
    1. derive your own control adapter impl. and overwrite this method
    2. If the default pin assignment is sufficient you may simply replace the images. To do so provide an alternative MIME repository path to method GET_INITIAL_ZIP_ARCHIVE of class CL_VBI_GEOMAP_APPLICATION
    In the later case all pin images need to be available under the new path.
    Hope the answer your question.
    Cheers Uwe

  • How to change the Icon for a JFileChooser ?

    Has anyone figured out how to change the icon for an instance of JFileChooser from the coffee cup to something else?
    I'm on 1.4
    Thanks,
    Ken

    Never mind. I figured it out.
    You have to use an instance of JFrame in the call to showXxxxDialog(Component c). Set the icon of the JFrame to what you want the JFileChooser's icon to be.

  • How to change the icon in PPOME?

    Hi experts!!!
    I want to change the icon that appears in transaction PPOME, in Detail Area part. I want to put a "Tick" in address flap. I know I have to change it in SPRO Adjust tab Pages in Detail Area, but when I save the changes I make, it doesn't apper, can anybody help me???
    Thanks a lot,
    Regards,
    Rebeca

    Hello Rebeca,
    I am not sure but It all depends on your settings in table T77OMTABS. So perhaps you should check it again steps by steps for scenario OME0 "Organization and Staffing". Hope it helps,
    Kind Regards
    Christine

Maybe you are looking for

  • How to open multiple jpgs in Adobe Camera Raw PSE 9 Mac

    I am using Adobe Elements 9 on a Mac.  I can open a single jpeg file in ACR with the file open command.  There is no "Open As" in my version, probably because this is the Mac version.  But, there is an additional dialog which allows me to open the jp

  • Corrupt photos in album, how to save

    Hello, I have put too many photos into iphoto and it has gotten buggy. I already created an album of edited photos, about 500. When I try to export it, it says the files are corrupt. What is the best way to try to save all that hard work. should I fi

  • HELP! Relocation error: file /usr/lib/librt.so: symbol priocntl not found

    Hi, I've just installed a Solaris 9 and gcc-3.4.2 (from sunfreeware.com) on a Sun Blade 1500. #uname -a SunOS dove 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Blade-1500 Upon running my application, a runtime error occured. ld.so.1: CMC: fatal: reloca

  • Weblogic 10.0.1.0 -  Server shows in console as RUNNING, but unreachable.

    It seems the admin server loses contact with some (not all) managed servers, all of these are responsive and work correctly, but you can't use the admin console for monitoring or everything else. In the server list view you can see they show as RUNNI

  • Purchase Pricing Procedure

    Dear All Merry Christmas to u all. I am facing a problem regarding Purchase Pricing Procedure. I want to give discount on net value as follows : Base Value      : 10,00,000.00 BED 16%        :   1,60,000.00 ECESS 2%      :        3,200.00 HSECESS 1%