How to remove separator after setting featuresOff="viewMenu formatMenu"

For one of our collection we had to remove the menus 'Action', 'View' and 'Format'.
It works fine with featuresOff="viewMenu formatMenu" and actionsMenuRendered="false".
Now we have the requirement also to remove the leading separator.
Any proposals, suggestions ?
Thanks Ingrid

check the comments
https://blogs.oracle.com/aramamoo/entry/what_does_featureoff_attribute_do
it's not possible to remove separators.
you can create your own menu..
<f:facet name="secondaryToolbar">
<af:toolbar id="t1">
<af:commandToolbarButton ...
<f:facet name="popup">
<af:menu text=" " id="m2">
<af:commandMenuItem ...
Edited by: Puthanampatti on Feb 21, 2013 7:07 AM

Similar Messages

  • How to remove space after paragrph in pages on ipad

    Can't figure out how to remove space after each paragraph in Pages for Ipad

    Settings > General > International > Region Format
    Set it to your country to format numbers and dates in the way your country does.

  • How to remove errors after running sapf190

    Hi everyone
    Can anyone please guide me what procedure do i have to follow if i found differences in one of the gls after running the report sapf190. The report shows me difference in one of the Gls with debit index, debit master not matching credit index and credit total master not matching. But the programme dont tells me how to remove this error. Your kind help will be really appreciated.
    Regards

    RESOLVED

  • How to remove zero after decimal point.

    hi friends
    how to remove the zero after decimal points.
    example :
    123.450 -- if print only 123.45
    45.600  - 45.6
    any body help me.
    thanks
    pauldhama

    go through this example
    it may help u
    DATA: T(14) VALUE ' abcdefghij',
    STRING LIKE T,
    STR(6) VALUE 'ghijkl'.
    STRING = T.
    WRITE STRING.
    SHIFT STRING LEFT DELETING LEADING SPACE (or use 0 to detete 0).
    WRITE / STRING.
    STRING = T.
    SHIFT STRING RIGHT DELETING TRAILING STR or 0.
    WRITE / STRING.
    Output:
        abcdefghij
    abcdefghij
            abcdef

  • How to remove the option "Set as default background..." from the right-click menu on a picture, for all users.

    Hi! I would like to know if there is any possibility to remove the option "Set as default background..." from the right-click menu on a picture, for all users. I know that's possible to edit userContent.css or userChrome.css, but this concerns only a profile at a time and being in a domain, I would like to set this for all people using Firefox.
    Can it be possible to edit a mozilla.cfg file to get the same result?
    Thank you in advance for help and tips.

    AFAIK then there is no way to do that system wide. You can only do that via userChrome.css or an extension like the Menu Editor per profile .You can install extensions globally, but the user will have to enable them anyway. That is not required for userChrome.css code.

  • How to remove modules after installation

    Hi;
    Picture this please, u are making r11 installation and while u are making installation on Lisence Produts step you click Finance,Logistic etc.. modules and then you complite your installation wihtout any problem.
    After installation functional person comes and start to make their setup on EBS for all modules which is installed... After sometimes they notice The client doesnt need Logistic module, client side give wrong information about modules and person who made installation of EBS click Logistic wiht client wrong information.
    The question is:
    1. We can remove modules after installation?
    2. Is it better way to make new installation (Imagine fonctional is already work more than 2 months,if we make new instalaltion its mean we lose 2 months)
    3. If we can remove it can affect other module setups?
    Thanks for advice
    Regards
    Helios

    Hi,
    1. We can remove modules after installation?No.
    2. Is it better way to make new installation (Imagine fonctional is already work more than 2 months,if we make new instalaltion its mean we lose 2 months)It would be making a fresh installation or restoring from a backup to a point before this module was licensed.
    3. If we can remove it can affect other module setups?There is no direct and supported way to achieve this. However, you may log a SR and see if Oracle can help about this.
    Regards,
    Hussein

  • HT5012 Bought a ipad3, which is stuck in demo mode. Any suggestions on how to remove the demo setting.

    I knew the iPad was demo when I purchased, but I didn't think after I bought and restored it the demo settings would still be in affect. Hoping anyone knows how to help me remove the demo mode so I can download apps.

    Restore the device using iTunes and your computer:  http://support.apple.com/kb/ht1414
    Do not restore from backup.  Set up the device from scratch once you're out of demo mode.

  • How to Remove a Library Set?

    How can you remove a newly created library set?
    The "delete set" is grey.

    Installed Library sets can't be deleted from the Library- only custom sets. Same with content within the default installed sets.
    Instead, delete these in Windows Explorer.

  • How to 'remove' a Transport set that has already been Imported

    We need to clear out the old transport set and put in an entirely different on for the production go live.
    How do you remove/delete ?
    Thanks!

    Hi there,
    Not exactly sure what you wanna do... but here is what I've understood...
    You can remove any old Transport Set in your Portal by going to the Browser Transport Sets within the Builder page over the Administer tab.
    As to import a new Transport Set into the Production server, what I suggest is that you make a valid backup (so that in case you have any problem it is easier to revert back) and later on override it (or if it is a major change, it would be better to drop the Page Group and reimport it clean) or import it clean to your Production server. Validate all things... and that's it.
    I hope it helps...
    Cheers,
    Pedro.

  • How to remove hotmail automatic set-up in Safari ?

    Hi everyone,
    I use have been using a hotmail account for many years now without a hitch via Safari. Yesterday, out of the blue, I decided to click on the feature to allow Safari to remember my username and password. Now I cannot log into hotmail anymore via Safari. It just stays stuck. The URL address switches between addresses but does not fully go through anymore in hotmail.com...How can I get right of that function and go back to the way my hotmail account worked previously: to enter my username and account myself.
    Help please !?!
    Rio.

    Hi Tom_X
    Thanks you for your suggestion. It made lots of sense. However, I did try it but it did not work. I am wondering, if I delete cookies, could that do the trick ? I am also wondering if I remove any of these: Bookmarks.plist, Form Values, History.plist...would it make a difference. I don't know what they are for but they are in the Library.
    Rio.

  • How to restore image after Set Text of Container behavior

    Hi there, I'm not sure how to apply the Set Text of Container behavior. Basically, when I mouse over an image, I want a larger version of the image with decription text to appear.  I also want to restore the original image without text on mouse out.
    I want the larger image and its text to appear in the exact location of the original image not anywhere else on the page. Here's an example what I've done to try and achieve the effect:-
    1. Create a div and insert image in it.
    2. Select the image and Set Text of Container behavior. Under the Set Text of Container dialog box, select the div that the image is in (e.g. div "apdiv1") and type in the New HTML - For example: <img src="largerimage.jpg"><span id="apdiv1">image description</span>
    3. Set the event to mouseover
    I do not know how to proceed to restore the original image without text when I mouse out. I know I’m doing something wrong to achieve this effect but I can’t figure out what it is. Your help is greatly appreciated!

    Use CSS Disjointed Rollovers.
    http://alt-web.com/DEMOS/CSS-Disjointed-Image-Rollover.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-1.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-2.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-3.shtml
    Nancy O.
    THANK YOU NANCY It worked perfectly!
    THANKS GRAMPS!

  • How to remove padding after RSA decryption??

    Hello,
    I am testing my host apps ability to read public key that was saved in file after being exported from smart card where it was generated.
    I have successfully used the private key on card to encrypt a small piece of data and the cryptogram is returned to the host.
    On host side I retrieve public key from file and decrypt ciphertext
    The on-card alg for Cipher is declared as follows-
    RSAcipher = Cipher.getInstance(Cipher.ALG_RSA_PKCS1, true);and in the host app
    Cipher rsaCipher = Cipher.getInstance("RSA","BC");I can see from what is returned from
    byte[] decrypted = rsaCipher.doFinal(this.encryptedData);that the correct data is being returned, but is is padded by
    01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    FFFFFFFFFFFFFFFFFFFFFFFFFFFF00How do I know where the padding ends and the plaintext begins?
    Can anyone help me with this?
    Thanks in advance,
    Ann

    Hi!
    I have the same problem like you.
    But my problem is that i don,t know how to move the key across. I manege to create a pair of keys public and private using RSA Algorithm.
    privateKey = KeyBuilder.buildKey(KeyBuilder.TYPE_RSA_PRIVATE,KeyBuilder.LENGTH_RSA_512,false);
            publicKey = KeyBuilder.buildKey(KeyBuilder.TYPE_RSA_PUBLIC,KeyBuilder.LENGTH_RSA_512,true);
                        // KeyPair creation
                        if(keyPair == null){
                            keyPair = new KeyPair(KeyPair.ALG_RSA, (short)publicKey.getSize());
                        // starts key generation process
                        keyPair.genKeyPair();
                      publicKey = keyPair.getPublic();
                        privateKey = keyPair.getPrivate();
                         cipher = Cipher.getInstance(ALG_RSA_NO_PAD, false );then i send the modulus and exponent part of the public key to host
                 byte    keyElement = (byte)(apduBuffer[ISO7816.OFFSET_P2] & 0xFF);
                     // check correct type (modulus or exponent)
                     if((keyElement != 0x00) && (keyElement != 0x01))
                         ISOException.throwIt(ISO7816.SW_INCORRECT_P1P2);
                     // check elements request
                     if(keyElement == 0) {
                         // retrieve modulus
                         apduBuffer[0] = (byte)((RSAPublicKey)publicKey).getModulus(apduBuffer, (short)1);
                     } else
                         // retrieve exponent
                        apduBuffer[0] = (byte)((RSAPublicKey)publicKey).getExponent(apduBuffer, (short)1);
                     // send the key element
                     apdu.setOutgoingAndSend((short)0, (short)((apduBuffer[0] & 0xFF) + 1));I decrypt the data as follow in the card
          byte[] apduBuffer = apdu.getBuffer();
          if(!privateKey.isInitialized())
                            ISOException.throwIt(ISO7816.SW_CONDITIONS_NOT_SATISFIED);
          cipher.init(privateKey,Cipher.MODE_DECRYPT);
          apdu.setIncomingAndReceive();
         cipher.doFinal(apduBuffer, (short)ISO7816.OFFSET_CDATA, (short)(apduBuffer[ISO7816.OFFSET_LC] & 0xFF), apduBuffer, (short)0);
        apdu.setOutgoingAndSend((short)0, (short)(KeyBuilder.LENGTH_RSA_512/8));
       in host i encrypt data as follow
    // Note modulus and exponent are arrays of bytes from the card
        BigInteger modulus = new BigInteger(1,modulus);
        BigInteger exponent =new BigInteger(1,exponent);
        cipher = Cipher.getInstance("RSA");
    RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(modulus,exponent);
    keyFactory = KeyFactory.getInstance("RSA");
    pubKey = keyFactory.generatePublic(pubKeySpec);
    cipher.init(Cipher.ENCRYPT_MODE,pubKey);
    byte[] p = cipher.doFinal(data);

  • Dv7-1464nr How to remove keyboard after a spill ?

    A friend had a spill all over the keyboard. Now the laptop won't boot. How do I remove the keyboard? in the bottom there are like 6 m2.5x12 screws one of marked keyboard, about 18 m2.5x3. 3 of are under dvd ?? 

    Stabilize, not warp stabilize the shot, make your corrections on a separate layer, then re-introduce the motion to the shot and add it to the new layer. Here's the basic technique on a completely different type of shot.
    If there is a big parallax shift in your shot then this technique may not work. If it doesn't work then show is the shot and we can make some other suggestions.

  • How to remove birthday or set it as privacy not pu...

    I've tried to set Birthday to  DD/MM/YY, after saved and refresh the page, it's still shows my birthday on public information.
    I can't edit my personal information, why?
    Solved!
    Go to Solution.

    In the menubar, Click Skype >> Profile >> Edit your profile... >> Birth date >> Replace all the fields with an empty value.
    Regards,
    Tamim
    Location - Dhaka | Bangladesh - Standard Time Zone: GMT/UTC + 06:00 hour
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • How to remove CS3 after upgrade to CS4

    What is the best way to remove all my CS3 suite after I upgraded to CS4 Suite? Thanks.

    As I no longer require CS3 on my Mac after upgrading to CS4 and waiting for the required plugins to be available I have successfully uninstalled CS3 using the Adobe CS3 Creative Suite uninstaller.
    NOTE: please make a copy of the 'Adobe Unit Types.osax' found Macintosh HD/Library/ScriptingAdditions/Adobe Unit Types.osax
    At home did this without making a backup of the 'Adobe Unit Types.osax', so when I launched Photoshop CS4 it suffered from the "Error: "One or more files in the Adobe Application Support folder.."
    At work I did this with making a copy of 'Adobe Unit Types.osax', place it back after the uninstall of CS3... and presto so far so good.
    for the 'Error: "One or more files in the Adobe Application Support folder... are missing' when you start Photoshop CS4 (Mac OS)" read here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407726
    sorry if this has already been posted, I could not see this anywhere.

Maybe you are looking for

  • Can no longer connect to WiFi after IOS 7 update

    I own a small hotel. After updating to the new IOS, no one can connect to the WiFi network on their iPads or iPhones. Help!

  • Preview only shows first page of TIF files

    Hello, I am having problems with Preview version 3.0.9 (409). When opening a multi-page TIF file, only the first page is displayed. The "page down" button does allow to jump to the following pages. (I am able to view the whole document with other pro

  • X-path expression in Receiver determination

    Hi, I am working on JDBC to SOAP interface using BPM in PI7.0. I am trying to use the XPath function in creating a condition in my receiver determination to route messages to two different business systems. My issue is that i could not find the JDBC

  • Auto clearing of documents posted through VF11

    Hello Experts We'r working on ECC 6.0. I'am not able to understand that while billing is being cancelled, both the original billing & excise documents are getting cleared automatically with their reversals while doing VF11. We've not executed even au

  • Anzeige von JPG-Dateien

    Hallo Auf einigen PCs arbeiten wir noch mit Illustrator 10. Dabei generieren wir auch JPG-Dateien, um sie in Dokumente einzufügen. Neuerdings zeigt MS Windows XP diese Grafiken als leer . Was läuft da falsch? Diese Anzeige als leere JPG-Dateien behin