Skinning af|menu

Hi,
I am trying to customize look of af|menu component. In my jspx page I have af|menuBar component and several af|menu items in it. I want to create rounded edges and to put background color gradients on that top level menu items.
In skinning document there are only two selectors af|menu and af|menuBar, and they are not useful at all.
I have found out that with af|menu::bar-item selector I can change css properties of that menu items.
In rendered html document I saw that menu items are rendered as <td> html elements with class="af_menu_bar-item". In that <td> there are three <div> tags with classes: af_menu_bar-item-start, af_menu_bar-item-content and af_menu_bar-item-end. The idea is to put background images in that start and end divs to get rounded edges. Is there skinning selector which I can use for that. I have succeeded to put color gradients with
rule:
af|menu::bar-item.mainMenuItem {     
background-image:url("images/tee_tabBackground.png");
background-repeat: repeat-x;
Generally what selectors can I use for af|menu.

Hi,
not sure what has been valid in TP2, but in TP4 its
.AFMenuItem
Style class that applies to menu items. Valid menu items are either commandMenuItems or submenus (menus in menus).
.AFMenuItemDisabled
Style class that applies to disabled menu items. Valid menu items are either commandMenuItems or submenus (menus in menus).
af|menu
Selector that renders on the root dom element of the component. Menu supports further styling with the :disabled, :highlighted and :depressed pseudo-classes. The part of the menu that appears on the menu bar or in a menu (as a submenu) is not only highlighted on mouseover, but also when it is selected with the keyboard, so we therefore use the :highlighted and :depressed pseudo-classes over the CSS-2.1 :hover and :active style classes. Also of note, within the af|menu selector you can specify the -tr-visible-items property. The root style contains skinning property "-tr-open-animation-duration" that specifies the animation duration for opening the menu. This skin property is honored only if the animation is enabled in the system.
af|menu::bar-item
Style applied to the menu bar item that is shown on a menubar (when a menu is located on a menubar). The menu bar item is further defined by 3 major sections, the "bar-item-icon-style" which contains the optional icon attribute, the "bar-item-text" which contains the menu text, and the "bar-item-open-icon-style" which contains the icon that opens the menu itself.
af|menu::bar-item-icon-style
Style applied to a menu bar item's icon container, which is the part of the menu bar item before its text. The icon is specified as an optional attribute on the menu.
af|menu::bar-item-access-key
Style on the access key character of a menu, as shown on the menu bar. Includes the .AFFormAccessKeyStyle:alias.
af|menu::bar-item-text
Style applied to the menu's text, as shown on the menu bar.
af|menu::bar-item-open-icon-style
For menus that appear in a menubar, this is the style on the menu's open icon (i.e., the drop down menu icon). The icon is specified as a background-image in this key. To use text or an img element instead of a background-image, set -tr-inhibit: background-image in the bar-item-open-icon-style and define the icon for the bar-item-open-icon key.
af|menu::child-container
Style applied to the menu container that appears when you open a menu. The menu container contains the child contents, called menu items, of the menu. These menu items can be either additional menus, called submenus, or commandMenuItems.
af|menu::scroll-up-icon-style
Style on the scroll up icon that is present in a menu when there are more menu items present than the menu's maximum item setting. The icon is specified as a background-image in this key. To use text or an img element instead of a background-image, set -tr-inhibit: background-image in the scroll-up-icon-style and define the icon for the scroll-up-icon key.
af|menu::scroll-down-icon-style
Style on the scroll down icon that is present in a menu when there are more menu items present than the menu's maximum item setting. The icon is specified as a background-image in this key. To use text or an img element instead of a background-image, set -tr-inhibit: background-image in the scroll-down-icon-style and define the icon for the scroll-down-icon key.
af|menu::submenu
Style applied to the submenu item inside a menu (when a menu is located inside another menu). The submenu is further defined by 4 major sections, the "submenu-icon-style" which contains the optional icon attribute, the "submenu-text" which contains the menu text, the "submenu-accelerator" which is the empty space corresponding to where a commandMenuItem's accelerator appears, and the "submenu-open-indicator" which is the space where the open indicator ("submenu-open-icon-style") appears.
af|menu::submenu-icon-style
Style applied to a submenu's icon container, for submenus that have assigned icons. The icon is specified as an attribute on the menu.
af|menu::submenu-text
Style applied to the submenu's text, as shown inside the menu.
af|menu::submenu-access-key
Style on the access key character of the submenu, as shown inside the menu. Includes the .AFFormAccessKeyStyle:alias.
af|menu::submenu-accelerator
Style on the part of the submenu where an accelerator keyboard shortcut would go. CommandMenu Items (which can also appear inside menus) have accelerators while menus do not. Because menus do not have accelerators, this is just an empty section near the end of the submenu item.
af|menu::submenu-open-indicator
Style on the section of the submenu that contains its open icon for opening the nested submenu. The submenu-open-icon-style, which contains the actual icon image, is a child of this element.
af|menu::submenu-open-icon-style
Style for a submenu open icon, which is present when you have menus inside of menus (nested submenus). The icon is specified as a background-image in this key. To use text or an img element instead of a background-image, set -tr-inhibit: background-image in the submenu-open-icon-style and define the icon for the submenu-open-icon key.
af|menu::separator-row
Style on the row inside a menu that contains a separator. Menus have separators when they have grouped menu items inside the menu.
af|menu::separator
Style on the separator line itself. The separator stretches across most of the separator-row, but not the space on the left where optional icons go.
af|menu::detachable-header
The header row for a detachable menu. Contains the detachable-header-content-center and af|panelWindow::close-icon-style. When attached, the header shows a detach grip. When detached, the header appears similar to a panelWindow header.
af|menu::detachable-header-content-center
The center content for the detachable header row. When attached, contains the detach-handle and spans the header row. When detached, contains a af|panelWindow::title and shares the header row with the af|panelWindow::close-icon-style.
af|menu::detach-handle
Style on the top of a detachable menu where a user can grab and drag the detachable menu.
af|menu::detach-grip
For a detachable menu, this is the style on the part of the detachable handle where the grip image is located. This image is a background image for this style and can be customized by specifying an alternate background image.
af|menu::fetching-message
Styling on the 'data fetching...' text message that briefly appears when a menu that has contentDelivery set to lazy is first opened. This message is displayed while the menu information is retrieved from the server.
Frank

Similar Messages

  • How to set skin for Menu bar

    I am doing a get Skin from Menu bar, but it returns null. Is there a way to set the skin for menu bar. I tried other alternatives like setting new com.sun .java fx.sce ne .control.skin.Menu BarSkin() but it doesn't work.
    Please help.

    The skin isn't set on the control until the next pulse after the control has been added to the scene-graph. In other words, you cannot do
    MenuBar menuBar  = new MenuBar();
    Skin skin = menuBar.getSkin();because the MenuBar has not yet been added to the scene-graph. Nor can you do
    MenuBar menuBar = new MenuBar();
    ((Group)scene.getRoot()).getChildren().add(menuBar);
    Skin skin = menuBar.getSkin();because the skin isn't set until the next pulse. There are many ways you can get the skin. The easiest is to just set the skin yourself:
    MenuBar menuBar = new MenuBar();
    menuBar.setSkin(new com.sun.javafx.scene.control.skin.MenuBarSkin(menuBar));Or you can add a listener to the skinProperty of the Control and grab it when it is set.

  • How to organize 6 Alien Skin plugin menu to 1 menu Alien Skin?

    How to organize 6 Alien Skin plugin menu to 1 menu Alien Skin?

    Users can not change the location of the filters in the Photoshop Filter menu. This is something only our programmers can do when we make new versions of the plug-in. We are steadily moving all of our new plug-ins into the Filter -> Alien Skin submenu. Currently Snap Art 3 and Exposure 4 are in this submenu and Eye Candy 7 will be in there soon.

  • Skinning Menu based on XmlMenuModel

    I created a menu based on an XmlMenuModel, I want to skin that menu but I can't find the correct selectors in the designer.
    <af:gridRow marginTop="5px" marginBottom="5px" height="auto" id="menuGridRow">
                <af:gridCell marginStart="5px" marginEnd="5px" width="100%" id="pt_gc3">
                    <af:menuBar id="pt_mb1" value="#{root_menu}" var="item">
                        <f:facet name="nodeStamp">
                            <af:commandNavigationItem text="#{item.label}"
                                                      action="#{item.doAction}"
                                                      id="cni1"/>
                        </f:facet>
                    </af:menuBar>
                </af:gridCell>
    </af:gridRow>
    Here are the selectors I can't find:
    - The color of the arrow which is black by default
    - When the mouse is on one menu item at any level
    - The background color of the grid row menuGridRow
    JDev 11.1.2.4.0

    Hi,
    Add this line to your web.xml
    <context-param>
        <param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
        <param-value>true</param-value>
      </context-param>
    Redeploy your application and then use firebug from mozilla or inspect element from chrome to see which classes are involved.
    This makes lot easier to identify which selector you need to change.
    Regards

  • How do I re-style the 'Menu' button in Yahoo! Menu Popup from the Widget Gallery by Zizzer Zazzer

    Ive re-styled everything else by editing the CSS in the head of the doument, and in both CSS files. I dont find anywhere that this button is mentioned in any CSS. It is outside the OAWidget Div. This menu is using the Sam Skin. Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="Includes/scripts/YUI/2.8.2r1/build/fonts/fonts-min.css" rel="stylesheet" type="text/css" />
    <link href="Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css" rel="stylesheet" type="text/css" />
    <script src="Includes/scripts/YUI/2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/container/container_core-min.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/menu/menu-min.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2489526" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <style>
    .yuimenu .button {
        background-color: #cda577;
        border: none;
      .yui-skin-sam .yui-menu-shadow-visible {
          background-color:#3d214b;
          opacity:0.5;
        .yui-menu-shadow-visible {
            top:3px;
            right:-4px;
            left:3px;
            bottom:-4px;
        .yuimenu {
            top: 40px;
            left: 10px;
        .yui-skin-sam .yuimenuitem-selected {
            background-color:#cda577;
        .yui-skin-sam .yuimenuitemlabel {
            color:#000000;
        .yui-skin-sam .yuimenuitemlabel-disabled {
            color:#666699;
        .yui-skin-sam .yuimenu {
            font-size:14px;
        .yui-skin-sam .yuimenu .bd {
            background-color: #f4e7d3;
            border: none;
      </style>
      <button id="OAWidget_show" type="button">Menu</button>
      <div id="OAWidget" class="yuimenu">
        <div class="bd">
          <ul class="first-of-type">
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Home</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">About</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Calendar</a>
              <div id="submenu1" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">This Year</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Last year</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu1 -->
            </li><!-- end Calendar -->
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Contact</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Public Relations</a>
              <div id="submenu2" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Public Recognition</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu2 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Youth Outreach</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Households</a>
              <div id="submenu3" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Govenors</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Nobles</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Ladies in Waiting</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Royal Guard</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Highlanders</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu3 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Houses</a>
              <div id="submenu4" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Antioch</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">East Bay</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Lowlands</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu4 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Membership</a>
              <div id="submenu5" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Application Package</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu5 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Gallery</a>
              <div id="submenu6" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Photos</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Videos</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu6 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Mercantile</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Publications</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">In Memorium</a>
              <div id="submenu7" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Linda Duncan</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Tony Damico</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu7 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Directory</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Sponsors</a>
              <div id="submenu8" class="yuimenu">
                <div class="bd">
                  <a href="http://www.ninahanphotography.com/" target="_blank"><img src="../Images/hanPhotography.gif" width="135" alt="Nina Han Photography"/></a>
                    <br /><a href="http://www.ninahanphotography.com/" target="_blank">Nina Han Photography</a>
                </div><!-- end .bd -->
              </div><!-- end .submenu8 -->
            </li>
          </ul><!-- end .first-of-type -->
        </div><!-- end .bd -->
      </div><!-- end .OAWidget -->
      <script type="text/javascript">
    // BeginOAWidget_Instance_2489526: #OAWidget
    (function() {
      var cn = document.body.className.toString();
      if (cn.indexOf('yui-skin-sam') == -1) {
        document.body.className += " yui-skin-sam";
    var initOAWidget = function() {
      // Create a YUI Menu and position the top left of the menu
      // to the bottom left of "Show Menu" button.
      var OAWidget = new YAHOO.widget.Menu("OAWidget",
          { fixedcenter: false,
          autosubmenudisplay: true,
          showdelay: 250, 
          hidedelay: 100,
          clicktohide: true,
          disabled: false
      OAWidget.render();
      // See: http://developer.yahoo.com/yui/menu/ for more
      // information on Menu configurations and events.
      // The YUI Menu API cheatsheet can be found at:
      // http://yuiblog.com/assets/pdf/cheatsheets/calendar.pdf
      OAWidget.getItem(1).cfg.setProperty("disabled", true);
      YAHOO.util.Event.on("OAWidget_show", "click", OAWidget.show, null, OAWidget);
    // Create the YUI Menu when the HTML document is usable.
    YAHOO.util.Event.onDOMReady(initOAWidget);
    // EndOAWidget_Instance_2489526
      </script>
    </body>
    </html>

    I don't use Yahoo hosting or any of their services, so I'm completely in the dark about how they operate their web sites.
    I'm guessing the code for the menu is contained in this file:
    Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css
    If you have access to it, you can edit it.  If you don't, you probably can't.
    Nancy O.

  • About skinning in ADF Faces EA19

    I'm working with skinning adf faces technology and I'm trying to personalize .AFErrorIcon style with my own icon but it doesn't work. The image is not rendered. Can somebody help with this, please...
    Thanks,
    Victor

    I am also trying to customize the skin for menu tab. However, it doesn't use the selectedIcons.
    My JSP is :
    <af:menuTabs var="item" value="#{Application.views}" >
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{item.label}" action="#{item.select}" selected="#{item.selected}" />
    </f:facet>
    </af:menuTabs>
    The demo uses goCommandItem and doesn't use facet "nodeStamp". I tried to change the property to selected ="true" and it still doesn't use the right icon. Could anyone let me know if it is a bug?

  • How to change the clock skin?

    I cant find the skin selection menu and how to rotate the view / image?

    Which generation iPod nano? Touchscreen (6th gen)? If it's the touchscreen model, you can just tap on the clock and arrow keys should appear at the bottom to change skins. To rotate the image, take two fingers to the screen and then make a rotating motion with the fingers.

  • About contentRegion in ADF regions

    Hi,
    i created regions for globalMenu,mainMenu,leftsideMenu.everything is working fine but pagecontent is not working.i cretaed seperate region for pagecontent and call it as variable in one page. all are working fine but page content is not displaying.error is "FINE: 'var' attribute is null."
    i included region like this
    <af:region id="MainTemplate" regionType="MainTemplate">
    <af:attribute name="contentRegion" value="AlsHomePage"/>
    <af:attribute name="title" value="home"/>
    <af:attribute name="selectedMenuTab" value="menu1"/>
    <af:attribute name="pageTip" value="Home region."/>
    </af:region>
    in region-metadata.xml
    <component>
    <component-type>AlsHomePage</component-type>
    <component-class>oracle.adf.view.faces.component.UIXRegion</component-class>
    <component-extension>
    <region-jsp-ui-def>/regions/AlsHomeRegion.jspx</region-jsp-ui-def>
    </component-extension>
    </component>
    after running the AlsHomePage error is error is "FINE: 'var' attribute is null."
    please give the solution.
    Thanks,

    I am also trying to customize the skin for menu tab. However, it doesn't use the selectedIcons.
    My JSP is :
    <af:menuTabs var="item" value="#{Application.views}" >
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{item.label}" action="#{item.select}" selected="#{item.selected}" />
    </f:facet>
    </af:menuTabs>
    The demo uses goCommandItem and doesn't use facet "nodeStamp". I tried to change the property to selected ="true" and it still doesn't use the right icon. Could anyone let me know if it is a bug?

  • How to I customize HTML5 output for playbars?

    Hello:
    I am taking the default playbar (default.fla) and modifing it by adjusting the background height and button heights.
    I have successfully modified the default.fla file and published it as a SWF.  I placed this SWF into the en_US > Gallery > Playbars > AS3 folder and can select it from the skin editor menu in Captivate 7.
    When I publish in SWF, the playbar looks and acts exactly the way I want it to.
    But, the default playbar appears when I publish in HTML5 output.
    I can see the HTML folder and associated files under Templates > PlaybackFLA > HTML, but am wondering where I save the modified scripts so that the playbar will look the same in SWF and HTML5 output.
    Thank you,
    Ryan

    Hi Ryan,
    I have followed the steps written by you and was successfully able to modify the HTML5 playbar. Thanks for the help!
    Now I also need to change the positioning of the buttons in my playbar namely next, back, progress bar and exit and the biggest challenge here is to rotate the progress bar to 90 degrees anti-clockwise.
    I don't have good knowledge in CSS but a colleague told me that the styles written in the "playbarStyle.css" like ".playButton, .playButton:hover, .playbarBackGround" are defined somewhere in the Program Files folder.
    Guys, can you please help me out from this.
    Lilybiri RodWard Captiv8r www.cpguru.com
    Best Regards,
    Mirza

  • N73 backup/repair problem

    hi.. this is my first post.
    After installing the new FW Version 4.0812.4.2.1 i can't return to my old skins and old setup.. i mean i can't repair old backup file into new version like contact messages skin and menu setup...
    it's a problem by the new version of the firmware?
    please help me...

    What happens when you try to restore the backup? Is there an error message?
    Also, what version of PC Suite are you using?

  • Skin Menu not working

    I'm using Captivate 3 and daisy-chaining programs together.
    Menu Builder is not an option at the moment so I've created a Menu
    using the Project|Skin options. I browsed to find the .cp program
    but when the programs are published, the menu doesn't work even
    though the daisy-chaining does work. I've read that Captivate is
    smart enough to find the published program, even though I'm
    pointing to the source program. I'm publishing both the SWF and the
    EXE formats. I've searched the forums and can't find any solution
    to getting the Skin menu links to function--with a daisy-chained
    program. NOTE: The reason I'm daisy-chaining is because I tried to
    create the program all in one file and I'm having huge issues
    getting the program to load (about 2 minutes to start from a
    CD)--so this is what I'm trying for a solution. Help!

    I'm noticing that when the menu link is clicked (on the EXE
    program) it's looking for an .htm file--which is not created when
    publishing an EXE file or at least I'm not seeing that option.
    Hopefully that doesn't mean you can only create links for SWF
    publishes...

  • Skin menu won't work in stand alone published project

    Morning
    I created skin with a menu, but when I published it
    as a stand alone (.exe) the menu doesn't link to anything... I've
    double ck'd my links and all are OK. The links I put in to other
    project via a 'button' work fine. It's just the skin menu that
    doesn't work. Help! Thank you
    Bev

    Hi Jef,
    thanks for your answer. There were noch errors while installation, and, as I have said, the bridge ist working within Photoshop as "Minibridge" Trying to start bridge itself still fails.
    I was also using the above mentioned loganalyzer, he returned a message, that everything is ok with the install.
    any further ideas? I am concerned, that maybe the download from the Adobe-Site could be corrupt and/or incomplete???
    Best regards,
    jens

  • SteelExternalAll skin is not available in skin menu CS3

    My client wants SteelExternalAll as the skin for her swf. It's not on the skinning menu in CS3. Is it possible to download it somewhere? Thanks!

    When I started looking for this skin in Flash (I have CS3, CS4 & CS5 installed), I was suprised I couldn't find this skin. I remembered the "steel" name being used, but looking at all versions, the skins all have the "Skin" prefix.
    I found thisd web page, which is a simple Flash video tutorial. It features the "SteelExternalAll" skin in one of its screen grabs.
    http://www.knowflash.com/content/view/103/27/
    I compared this to skins I see in Flash CS4, and what matches is "SkinUnderAllNoFullNoCaption". This initially appers as a blue color, and to use the traditional gray color, change that to #7C7C7C.

  • ANN: free skins for Spry Menu Bar

    Spry's Menu Bar is a pretty good widget, but it ships with a
    somewhat lame
    CSS. You can download a set of skins that mimic Office 2003
    look and feel:
    http://www.massimocorner.com/spry/menubar/
    I hope it will inspire people to share more skins
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion, JavaScript and Dreamweaver:
    http://www.massimocorner.com

    Excellent, Massimo! Nice to see you here again.... 8)
    Happy Christmas to you over there in chocolate land.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Massimo Foti" <[email protected]> wrote in
    message
    news:gi5rie$puf$[email protected]..
    > Spry's Menu Bar is a pretty good widget, but it ships
    with a somewhat lame
    > CSS. You can download a set of skins that mimic Office
    2003 look and
    > feel:
    >
    http://www.massimocorner.com/spry/menubar/
    >
    > I hope it will inspire people to share more skins
    >
    >
    > --
    > ----------------------------
    > Massimo Foti, web-programmer for hire
    > Tools for ColdFusion, JavaScript and Dreamweaver:
    >
    http://www.massimocorner.com
    > ----------------------------
    >
    >
    >
    >

  • PanelCollection's View menu label became white after skinning

    Hi OTN,
    I have applied a custom skin to my ADF application, following official guide.
    trinidad-skins.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
      <skin>
        <id>SBAskin.desktop</id>
        <family>SBAskin</family>
        <extends>fusion.desktop</extends> // not extending fusionFx.desktop ?
        <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
        <style-sheet-name>css/master.css</style-sheet-name>
      </skin>
    </skins>trinidad-config.xml
    <?xml version="1.0" encoding="windows-1251"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
      <!--<skin-family>fusionFx</skin-family>-->
      <skin-family>SBAskin</skin-family>
    </trinidad-config>In master.css there is some slight styling of header and table rows.
    After that one of page's panelCollection's "View" menu label became white.
    A label in facet:toolbar is also white.
    To find out the cause of the problem I deleted everything from master.css. But the labels are still white.
    Here is a page structure: http://img843.imageshack.us/i/structure.png/
    Please, take a look.
    If I switch back to fusionFx family, the colors are ok.
    How can I return colors back to normal in current custom skin?
    And also, please take a look on a commented code row.
    I thought I need to extend fusionFx.desktop as soon as fusionFx is a default skin-family. But <extends>fusionFx.desktop</extends> gives nothing.
    That should I extend?
    Thanks.
    ADF 11.1.1.4
    Seems, white color comes from decorative-box with theme="dark".
    But why isn't it white with default skin family?
    Edited by: ILya Cyclone on Mar 25, 2011 6:46 PM

    Hello,
    What Jdeveloper version are you using?
    in my application trinidad-config.xml , I have Fusion not FusionFX
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>fusion</skin-family>
    </trinidad-config>
    I doubt this will help you! but you may try it.
    Regards,
    Shomoos

Maybe you are looking for

  • How to create tab pages in EP

    Hi Experts, Can you please let me know how to create tab pages in EP. I have created one page. In this page, I have to place 2 iViews as tab pages. Can you please let me know how I can acheive this? Regards,

  • "RT Set date and time" does not set seconds in UTC mode

    Hallo, I tried to set the time on my cRio 9012 with the function settimeUTC which is used by the "Set Date and Time" vi. But the seconds I enter are ADDED to the current time and not set as new value. Even the vi shows this behaviour: I set up a vi i

  • Attempting to set up an off site backup

    Hi, Im attempting to set up an off site back up of the business date from a LaCie Big-Nas storage unit to another LaCie Big-Nas.  All going well until I discovered that the BT Hub 3 router is not  UPnP-IGD / NAT-PMP compatible?  Can I solve this by m

  • Is there any failover/load balancing among kjs engines on a single ias server?

    I guess the question pretty much says it all. To be more explicit, if a kjs engine crashes, would all requests in progress be re-attempted on a different kjs? Also, at what level is the user session information stored (kjs, kxs)? Thanks a lot

  • How to make FileChooser only  have a Folder to choose?PLs help

    Dear Java expert!!Anyone know how to make user to choose it content from a single folder only...Pls advice this is my program.. ````````````````````````` import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.beans.*; import ja