Customize Class Menu Display

Wondering if there is a way in DW4 to customize the Class
drop-down menu so that it does not have a sample of all the
class/styles as I have some pretty wild ones that really clutter up
the menu.
Ultimately, it would be good if I could just have a drop-down
menu with plain text and no special formatting displayed.
Thoughts?? I've been through the options in DW, but I will be
darned if I can find an option for that anywhere hidden away..
John

I think maybe I did not phrase my question properly - so let
me try again.
In the Properties toolbar (at the screen bottom in DESIGNER
mode), in the Class selector box, when you select the drop-down
menu, a list of all your styles are presented. In my case, I have a
large selection of color modes with font options - which make
reading the list difficult with all the sample styles presented as
actual samples.
What I was hoping for was to have the list presented as plain
text, with no formatting shown in the Class box - so all the Class
titles appear the same, even though they may have unique and
colorful attributes associated.
Hope this may help bring some clarity to my question.
Thanks...John

Similar Messages

  • Strange :Design Time Bean Customizer does not display

    hi,I write a cutomer validator rule and create beaninfo class,bean customizer class.
    and register as a rule ,it works very well.then I modify customizer class,when I want to add new rule on a entity,neither default define property nor my custormerize swing bean display,but old defined rule can be edited through new customizer swing,why ? any advise are great
    thanks
    lixz

    The USB webcam seems to update the VideoMode to value of 4 (0 before). FrameInterval stays 0.
    No errors appear during the run. When you terminate, the following errors appears.
    The firewire camera, Bassler does not have the problem. It is the USB webcam that has this issue.
    Attachments:
    Bard_Design.jpg ‏15 KB

  • Sub menu display I.E 7.0

    Hi,
    Thanks for a fantastic extension.
    I set-up a menu in Dreamweaver for site
    http://www.pafiankingdom.com
    and made some minor adjustments to the formatting. The navigation
    menu displays correctly in I.E 6.0 and Firefox, but in I.E 7.0 the
    sub menu's show up on top of the main menu items.
    The CSS file looks like the following:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 100%;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0.35%;
    list-style-type: none;
    font-size: 12px;
    font-weight:bold;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    font-weight:bold;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 100%;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 102%;
    border: 0.35px solid #FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0.35x solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 0.35px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-image:url(../images/template/fon_menu.gif);
    padding: 0.5em 0.75em;
    color: #000000;
    font-family : Tahoma,Verdana,Arial;
    text-indent:30px;
    text-decoration: underline;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    text-decoration: underline;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-image:url(../images/template/fon_menu.gif);
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/template/fon_menu.gif);
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    Perhaps my formatting changes have messed up it's
    presentation in I.E 7.0. I don't seem to be able to locate the
    problem.
    Please help.
    Thanks in advance
    Richard

    fixed the problem.
    code:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 100%;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0.35%;
    list-style-type: none;
    font-size: 12px;
    font-weight:bold;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 0%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    font-weight:bold;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 100%;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 150px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 102%;
    border: 0.35px solid #FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0.35x solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 0.35px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-image:url(../images/template/fon_menu.gif);
    padding: 0.5em 0.75em;
    color: #000000;
    font-family : Tahoma,Verdana,Arial;
    text-indent:30px;
    text-decoration: underline;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    text-decoration: underline;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-image:url(../images/template/fon_menu.gif);
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/template/fon_menu.gif);
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

  • No menu display in Safari

    When opening Safari, I see no menu display across the top or bottom.

    1. If Safari is in the FullScreen mode, move cursor to the top right of the screen and click
        the blue double arrow icon.
    2. If not click "View" menu in the Safari menu bar and select "Show Toolbar" from the dropdown.
    3. If not, click the "View" menu in the Safari menu bar and select "Customize Toolbar" from the dropdown.
        From the dropdown drag the default Toolbar set into the top of the window.
    Best.

  • Illustrator CS4 and my drop down menu displaying different typefaces is no longer displaying font preview.

    I am using Illustrator CS4 and my drop down menu displaying different typefaces is no longer showing all of them, just blank spaces where they would be...that is unless I put my cursor over it and I can then see the typeface. This is more of a nuisance than anything and didn't happen until I updates OS X to Yosemite. I currently am operating OS X  Yosemetie 10.10.2
    I have attached a screen shot. You can see that the font highlighted as the cursor is over it I can see the preview...but one I move the cursor it appears like all the others in the list and is blank.
    HELP!

    Solved using this previous users had the same issue; Font previews not appearing correctly in the character window after upgrading to Yosemite

  • Automate Customization of "Application customization class name" in BPM

    Hi,
    I am from BPM Process Accelerators team.
    We are trying to automate the "Process Accelerator" install process in DTE.
    As part of PA post install tasks, we have to add the value *"oracle.bpmpa.global.model.WorkspaceExternalApp"* against the *"Application customization class name"* field in Application Preferences page in BPM.
    We have to automate this activity by writing appropriate script/code.
    Any suggestions on how we can achieve this ?
    Thanks,
    MD

    Hi Madhusudan,
    See if this might help: http://java.net/downloads/oraclebpmsuite11g/Samples/bpm-CustomizingWorkspace/BPM-CustomizingWS.pdf
    Dan

  • I have 9.0.1 on 2 pc's, both xp sp3. On 1 the 'open new tab' button is visible, on the other, the 'open new tab' button is not even available in the 'customize toolbar' menu for dragging and dropping. Why?

    I used the same installation file, but on 1 pc, the 'open new tab' button is available in the 'customize toolbar' menu and can be dragged and dropped onto the navigation bar. On the other pc, the 'open new tab' button/icon is not even available for dragging and dropping. I uninstalled firefox completely, including settings and preferences, then reinstalled, but that did not correct the missing button.

    Hi,
    Please try '''Restore Default Set''' in the '''Customize...''' window. If it's still not visible, one reason could be that the button is already placed on the toolbar but may be hidden behind another icon or toolbar.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • When I customize my presenter display it doesn't work! I still get on my screen what shows on the main display.

    When I customize my presenter display so that I can see the time and the next slide on my screen, it doesn't work. I get just the normal view on both. Any ideas?

    In Keynote Presenter Display Preferences ensure that Alternate Display: "Use alternate display to view presenter information" is checked
    If using a laptop such as a MacBook Pro, toggle the Dual Display Key (typically F7 - has two rectangles on the key) to switch views
    It is probably one or both of those causing your problem.
    Good Luck.

  • Modify Application Customization Class Name in BPM Workspace

    Hi,
    We are working on automating the installation of BPM PAs and execution of MATS tests from DTE topo. One of the post install tasks (after installing BPM PA) involves modifying the value of Application Customization Class Name in BPM Workspace.
    Steps to modify it are as below :
    1.Login to BPM workspace
    2.Navigate to Administration -> Application Preferences
    3.Modify the Application Customization Class Name
    4.Restart the application.
    I am looking for info on how to automate the above steps. Any Java APIs that can be of use ?
    Any suggestions would be helpful.
    Thanks,
    Madhusudan

    Hi Madhusudan,
    See if this might help: http://java.net/downloads/oraclebpmsuite11g/Samples/bpm-CustomizingWorkspace/BPM-CustomizingWS.pdf
    Dan

  • ITunes, TV Series - Menu display's the 853 x 480 files as well as the 1280 x 720HD files?

    Hi All
    Can anybody tell me why the iTunes, TV Series - Menu display's the 853 x 480 files as well as the 1280 x 720HD files?
    It means when you scroll through you TV or film collections using your remote you get a duplicate title. I can understand having 2 files for viewing on the iPhone or HDTV but you would think iTunes would filter and display the files subject to how you were viewing your TV shows etc?
    Can anybody tell me how to solve this?

    3 Items show up, all the same:
    ThinkPad Display 1280 x 800
    I first tried to remove, rebooted, and nothing happened.
    When I went back in to device manager, they all 3 showed back up
    Second time, disabled all 3, rebooted and nothing happened.
    Third time tried to remove 2 of the 3, nothing happened.
    Any and all help is greatly appreciated!!  
    I have been working on this for over a month.  If I upgrade to Windows 7, I can get online, will all of these problems go away?  
    I have all data and pics that I need saved as well.  I just don't have the recovery disc.  I am thinking I might as well 

  • Local menu displays a small copy of the page

    local menu displays a small copy of the page
    screenshot: https://drive.google.com/file/d/0B0WFSu8N2MiEVWZZajZxeDVUcXc/edit?usp=sharing

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • GetUserName() "null" after Allowing Runtime Customization of Menu

    Hi,
    We use JHeadstart 10.1.3 .3.75. Within the JHeadstart Application Definitions we configured the folowing security options:
    Authentication Type = JAAS with Custom LoginModule
    Use Role-based Authorization? = true
    Authorization Type = JAAS
    Authorize Using Group Permission = true
    I've managed to get the row-level security working as described in [this |http://blogs.oracle.com/jheadstart/2007/11/row_level_security_using_vpd_a.html#adfbc] article written by Sandra Muller.
    I retrieve the UserPrincipleName by calling the folowing statement in my ApplicationModuleImpl baseclass.
    String vUserPrincipalName = ADFContext.getCurrent().getSecurityContext().getUserName();This worked fine until we want to implement the "Runtime Customization" of menu's.
    By switching this option in the JHeadstart Application Definition, my vUserPrincipalName returns null.
    Do you have any suggestions?
    I am able to retrieve the username in my prepareModel step in the lifecycle. Should I set my context in this step or does that result in too much overhead?
    Regards,
    Romano

    Romano,
    Hmm, that's strange. I could not reproduce your issue.
    Your work around seems OK: setting the context in prepareModel.
    Steven Davelaar,
    Jheadstart team.

  • BPEL with human using task forms (customization in task display).

    All,
    I have deployed a BPEL with human task with task forms (customization in task display).
    For above customization Jdev automatically generates set of jsp files like Header1.jsp,Footer1.jsp,payload-body.jsp and <task name .jsp> and build an ear which includes war file.
    I have deployed ear as j2ee app using em console.
    It got deployed but when I check em console I could not see any active jsps listed.
    due to this task customizations are not displayed properly.
    but for same app in production instance, it is listing all jsp files in EM console
    Any idea where I am missing
    Thanks,
    Praveen

    I got it.
    If there are no active jsp/servlets listed means they are never invoked.
    I invoked them explicitly then they started coming in the list
    Regards,
    Praveen

  • SALV class : Footer display on click of a button

    Hi,
         I am using SALV classes to display ALV report. Is it possible  to display the footer on click of a button in ALV report (on user command) ?
    i am doing the following, but it does not work. there is no footer displayed
    METHOD on_user_command.
    CASE e_salv_function.
    WHEN '&ACT' .
    PERFORM  set_end_of_page   CHANGING o_table.
    WHEN  (...)
    endcase .
    FORM set_end_of_page CHANGING p_o_table type ref to cl_salv_table.
       DATA: lo_footer  TYPE REF TO cl_salv_form_layout_grid,   
              lo_f_label TYPE REF TO cl_salv_form_label,      
          lo_f_flow  TYPE REF TO cl_salv_form_layout_flow.
    **   footer object   
    CREATE OBJECT lo_footer.
    **   information in bold  
    lo_f_label = lo_footer->create_label( row = 1 column = 1 ).  
    lo_f_label->set_text( 'Footer .. here it goes' ).
    **   tabular information   
    lo_f_flow = lo_footer->create_flow( row = 2  column = 1 ).   
    lo_f_flow->create_text( text = 'This is text of flow in footer' ).
    lo_f_flow = lo_footer->create_flow( row = 3  column = 1 ).   
    lo_f_flow->create_text( text = 'Footer number' ).
      lo_f_flow = lo_footer->create_flow( row = 3  column = 2 ). 
      lo_f_flow->create_text( text = 1 ).
    ** Online footer   
    p_o_table->set_end_of_list( lo_footer ).
    **   Footer in print 
      p_o_table->set_end_of_list_print( lo_footer ).
    ENDFORM.

    H Geetha,
                  Add ScrollContainer to your view. In that take textView. Bind the context element to textView. Or Take TextEdit and bind the context. I don't think there is any problem.
    regards,
    Siva

  • "Open with" menu displaying the same apps several times...

    I've tried googling this several times but never really found a good answer nor a way to solve this (see image below)...
    As you can see, the "open with" menu displays the GROUP OF APPS several times, not just the apps themselves... Funny thing is, this only happens when I navigate with the keyboard to the "open with" option, i.e., if I highlight it with the mouse a correct menu pops up...!
    Any thoughts on how to fix this?
    NOTE: This has happened to me since Leopard.

    Ok, I will try your suggestion (reinstalling Snow Leopard), maybe not today or tomorrow since this is my work computer but when I have a little time off...
    Just so you can see the "error in action" (the 'insert video' button was disabled, hence the link): http://dl.dropbox.com/u/10042917/Error.mov
    It's a screen recording of me trying to "open with" an image file 1st using the mouse and then using the keyboard (NOTE: if the first navigation in the menu is done with the keyboard, i.e., if you highlight "open" using the keyboard and then navigate to "open with" with the mouse I will still get the repeated menu while... in other words, the use of the keyboard always activates the repeated menu.)
    Anyway, thank you for your help

Maybe you are looking for

  • How can i save the output  of  report into  a file,.

    Hi friends,              i was create a executable program .. it was executing fine.. imagine.. my program is just fetching the data from  LFA1  table based on some conditions.. every thing is fine.. and i'm getting the output also.. but i want to sa

  • Cannot create PDF w/ custom page size in FM 9

    I just upgraded to the new Technical Communication Suite and cannot create a PDF from FrameMaker with a custom page size anymore. I need to create a PDF with a page size of 8.125" by 10.875", and have tried both Save As PDF and Print to the PDF drive

  • EDI Integration---Using Seeburger Adapter

    Hi All, I have a below requirement. EDI----->XI-- >SAP and vice versa. I am new to EDI integration,i would like to know the procedure steps to do the above scenario. Thanks in advance, AVR

  • Lightroom 4.3 moving slow in Develop module

    After i updated from LR4 to LR4.3 ,,, i have been using LR 4.3 for a couple hrs now only to find out i am having same issues as before: 1) when i select an image in the film strips, it shows it in Navigation panel but takes forever to change in my de

  • Getting Error in Interface

    Hi , I have created a interfcace having some left joins in between tables. But when i execute this interface i am getting following error at step 3 LOAD data. java.lang.NumberFormatException      at java.math.BigDecimal.<init>(BigDecimal.java:459)