Portlet minimise/maximise button url code

Hi,
I need to change the minimise and maximise button url for the portlet.
I need to include the page label to the url. Right now it takes only the window label which causes problems when I click the browser back button and then minimise/maximise a portlet on that page.
Could anyone let me know where I can locate this code.
Thanks,
RK

To change minimize/maximize button images navigate to
framework\skins\path\to\images( if using default navigate framework\skins\default\images) and replace the image files with the images required.
The following is the kind of url when I run sample portals:
http://localhost:7001/samplePortal/*.portal?_nfpb=true&_pageLabel=page_1
I see that the url has pageLabel. I dont understand your context. Can you elaborate??
--SJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Minimise and maximise buttons in Flex Store

    Hi,
    I'm writing a Flex app and would like to implement something
    similar to the Flex Store's minimise and maximise buttons. I know
    how to add an icon using titleIcon in the Panel properties but I
    would like to add two buttons to the panel header. Can anyone give
    me any ideas on how to add these buttons to the header of the
    panel?
    Thanks in advance,
    Pete

    Hi
    I'm trying to do something similar and I'm looking at the
    code from Flexstore to work out what is going on.
    The problem I'm having is I keep getting:
    "Access of undefined property titleBar"
    "Access of undefined property statusTextField"
    "Access of undefined property titelTextField"
    Is there something obvious that I'm missing? I'm really new
    to Flex and it could be something obvious.
    I wondered if it was something to do with the changes made
    for the final release, but when I downloaded the Flexstore source I
    got it to work locally.
    Here is the code I'm using that is sat inside a panel
    component:
    <mx:Script>
    <![CDATA[
    import mx.core.IUIComponent;
    import mx.effects.Move;
    import mx.containers.Panel;
    [Bindable]
    private var titleButtons:CatalogTitleButtons;
    override protected function createChildren():void
    super.createChildren();
    titleButtons = new CatalogTitleButtons();
    titleBar.addChild(titleButtons);
    override protected function
    layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
    super.layoutChrome(unscaledWidth, unscaledHeight);
    titleButtons.width = unscaledWidth / 2;
    titleButtons.height = titleButtons.measuredHeight;
    titleButtons.move(statusTextField.x - titleButtons.width,
    titleTextField.y);
    ]]>
    </mx:Script>
    Any advice would be great.
    Thanks
    Elsa

  • How do I get my Close, Minimise and Maximise Buttons to Show

    When I first installed Photoshop CS6 Extended on my Mac it had a bar running along the top that had the program name in it (Photoshop) with the red, orange and green, close, minimise and maximise buttons in it.
    Somehow I have turned this off and the three buttons no longer show. Below is an example picture of the bar I'm wanting to turn on:
    I have the application frame turned on and they still do not show. I'm sure the answers simple, however any help would be hugely appreciated.

    Would this help solve the following issue:
    Like most people, I work with most of the CS6 programs open at the same time.  If I tweak a graphic from Photoshop and then return to Illustrator or InDesign to see how the updated graphic will appear, my usual mode of doing so would be to hit "Command-W" to close the Photoshop window/work environment/application frame - or whatever one calls it.  Then, I'd click on the program beneath to see the update occur.  In CS5, that worked just fine.  Command-W and Photoshop was out of the way.  With CS6, I hit Command-W and the opaque application frame/workspace is still there and I can't seem to get it out of the way without using Control/Comman/M.  I figure that I'm missing something rather elementary.  The new GUI of Illustrator and Photoshop is bad enough (flat Windows mess) without this little annoyance.
    Thanks.
    PS: Well, it was my "minimized" brain.  I had "Application Frame" selected in the Window menu.
    PPS: the GUI is still Windows-Ugly.  Any ideas?
    Message was edited by: SlamDesi

  • No red, yellow or green buttons (close, minimise, maximise) in iTunes 10.4?

    I've just downloaded iTunes 10.4 for mac and the red, yellow and green buttons (close, minimise, maximise) that sit in the top left corner are no longer there. It also looks like part of the top of iTunes has been cut off. Is this the norm now? How do I get them back?

    It sounds to me like the iTunes toolbar is up under the Mac OS X menu bar. Try selecting the "Close Window" command from the File menu in ITunes, then open a new window by choosing "iTunes" under the Windows menu. If that doesn't fix the problem, try changing the resolution of your Mac's screen (Displays system preference) to a lower resolution, then back. That may get the iTunes window to reappear.
    If not, open the Script Editor application, paste in the following text and click the "Run" button:
    tell application "Finder"
    set {d1, d2, d3, d4} to (get bounds of window of desktop)
    end tell
    tell application "iTunes"
    set margins to {d1 + 10, d2 + 54, d3 - 10, d4 - 148}
    set bounds of window 1 to margins
    end tell
    That should restore the window properly, though I haven't tried that script with recent versions of Mac OS X.  
    Hope this helps.

  • Hi, i've just bought my first macbook pro, i just installed office mac and when i open the page i cannot see the minimise maximise and close buttons as it's hidden behind the apple menu bar, also when it's at full screen, those buttons do not appear

    hi, i've just bought my first macbook pro, i just installed office mac and when i open the page i cannot see the minimise maximise and close buttons as it's hidden behind the apple menu bar, also when it's at full screen, those buttons do not appear

    Try to edit the size of the page using the sides of the page, or if you are desperate, force quit using command-Q. In full screen put your cursor on the top of the page, and the menu bar will appear. If it doesn't keep "pushing" it up until it does. Hope this helps!

  • How to disable the maximise button of a awt Frame

    Hi guys..
    Is there any way to disable the maximise button of the awt Frame (Not JFrame). I have tried the
    setResizable(false), but that one is not solving my problem. Any code will highly be Appreciated.
    tks in advance
    Jameel
    My ids r
    [email protected]
    [email protected]

    i used setResizable and it disables theframes max button
    import java.awt.*;
    import java.awt.event.*;
    public class frame extends Frame
    public frame()
    setSize(200,200);
    setVisible(true);
    setResizable(false);
    public static void main(String a[])
    new frame();
    what do u really need

  • Maximise button (green) does not work on Quicktime

    Anyone else seen this problem or know how to fix it? For some time now, the green maximise button on my Quicktime application window has failed to work... Clicking on it produces no reaction whatsoever. Previously, clicking on the green button used to expand QT to expand to its maximum size within the screen. Now, no more - the only way I can do it now is to use command-3....
    Anyone suggest what might have gone wrong and how to fix it?

    The green + button merely "restores" the Player window state to a previously used dimension.
    You can drag the lower right corner or use the keyboard shortcuts to increase or decrease the dimension and then use the green + button to toggle between states.
    This is the expected behavior.
    Use the keyboard shortcuts Command + 0, 1, 2, 3 and F to change the window size.

  • TARGET="_blank" in button URL?

    I have a printing servlet I want to call from a button. This works fine, but I need the link to open in new browser window, where the pdf can be shown. I have tried this for button URL:
    http:&#47;&#47;wmsi001494/rapportServlet/rapport?skemaId=&P71_SKEMA_ID. TARGET="_blank"
    But this does not work. Does anybody know how to get it working?
    Regards Pete

    I tried popupURL, popUp2, and window.open javascripts to open a window using a button. They work fine with HTML pages but fail when I try to open a PDF file.
    The URL I'm using to open the PDF references a function I created following the HOW TOs (e.g. download_my_file?p_file=#ID#). The only alteration I made to the HOW TO download function was to open the file instead of downloading (Content-Disposition: inline instead of attachment).
    Has anyone else had this problem or found a way to open a PDF file that is stored in the database into a new window using a button instead of a link? I should also mention that if I use a link (e.g. href="...download_my_file?p=file#ID#') it works, it just doesn't work if I have to use Javascript to open the file in a window.
    I really need to use a button instead of a link, but can't figure out how to make it work!
    Forgot to mention, the error message reads:
    "There was an error opening this document. This file cannot be found." It's an Adobe Acrobat error, but it opens fine when opened with a standard link.
    Thanks,
    ~Dan

  • Button URL With Variables widget that works with HTML5

    Hello,
    I'm currently using the "Button URL With Variables widget 6.x" developed by CaptivateDev. com. Unfortunatley it is not compatible with HTML5 projects in Captivate 7. Do you know where I can find one?
    Thanks,
    Stewart

    I don't know yet about any widget available for HTML5 output, with the exception of the interactions included with Captivate.

  • How to restore bar at top showing minimise maximise close options?

    How to restore bar at top showing minimise maximise close options?

    You saved a lot of stress, many thanks for the quick answer. It worked!

  • ITunes maximise button doesn't work

    The normal green + maximise button in top Left doesn't work anymore in itunes 11.
    when you click on it changes the window to be bigger or smaller. In old versions when you click on it, it will make the window smaller with a proper status screen with the itunes remote.  instead you have to click the square on RH side and then it doesnt come up with all the data, not as practical.
    what is everyone's opinion?

    The green button always seemed to be uncertain to me having come from a windows background where Maximise window meant full screen view.
    Personally I find the click on the full screen mode to be more predictable. Having said that I don't particularly use this because I just use the apps in the normal view and move them around.

  • HT4623 Why is my iPod not reccognising my URL codes for all my iTunes purchases?

    I used to be able to listen to iTunes purchases but now it skips them and just says URL Code not reccognised. Help me please!

    What type of purchases?
    What is the exact wording of the error message?
    Maybe this?
    The requested URL was not found on this...: Apple Support Communities

  • Is there any way to click the System Message Box button  through code?

    Hi,
    Is there any way to click the System Message Box button through code?
    Is there any way to restrict the System Message Box ?
    The requirement is, i need to open the MRP Wizard form in MRP.it s run automatically.after completion of the wizard is there finish button.after clicking of the finish button, there have a system message. i want to click on "Yes" button through coding.
    when system message box open.my code is stopped.if i press yes code is running.   
    Thanks in advance.

    Thanks for replay
    bellow given the code
    i am using, when i call the finishMrp function its going to take the itemId from XML and click to the finish button.
    There have a system message .when system message fair my debugging stopped. Please give me any idea.
    Public Function Execuate() As Boolean
    Dim strSQL As String
      Dim objRS As SAPbobsCOM.Recordset
        Dim intLoop As Integer
        Dim objForm As SAPbouiCOM.Form
        objForm = objAddOnCentral.objApplication.Forms.ActiveForm
        objRS = objAddOnCentral.objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
        strSQL = "SELECT U_MRPCode From [@ACSYMRPLIST]"
        objRS.DoQuery(strSQL)
        If objRS.EoF Then
        Throw New Exception("No MRP Scenario Scheudled")
        Return False
        End If
    For intLoop = 1 To objRS.RecordCount
                objForm.Freeze(True)
                If intLoop = 1 Then
                initializeMRPRun()
                System.Windows.Forms.Application.DoEvents()
                Else
                reinitialize()
                System.Windows.Forms.Application.DoEvents()
                End If
                MRPRun(objRS.Fields.Item("U_MRPCode").Value)
                System.Windows.Forms.Application.DoEvents()
                objForm.Freeze(False)
                objRS.MoveNext()
            Nex
            finishMRPRun()
            Return True
        End Function
       Private Sub finishMRPRun()
            Dim strResource As String
            Dim objXML As New XmlDocument
            Dim objXMLNode As XmlNode
            Dim objXMLNodeList As XmlNodeList
            strResource = System.Reflection.Assembly.GetExecutingAssembly().GetName().Name & "." & "AutoStart.xml"
            objXML.Load(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream(strResource))
            objXMLNodeList = objXML.SelectNodes("/AutoMRPScript/FinishMRP/Instruction")
            For Each objXMLNode In objXMLNodeList 'objXML.ChildNodes.Item(1).ChildNodes
                Select Case objXMLNode.Attributes("OPType").Value
                    Case "2"
                        systemMessageactiveFormButton(objXMLNode)
                End Select
            Next
        End Sub
    Private Sub systemMessageactiveFormButton(ByVal Instruction As XmlNode)
            Dim objForm As SAPbouiCOM.Form
            objForm = objAddOnCentral.objApplication.Forms.ActiveForm
            objForm.Items.Item(Instruction.Attributes("ItemID").Value).Click()
        End Sub
    Edited by: Badulla Sk on Dec 31, 2009 11:24 AM
    Edited by: Badulla Sk on Dec 31, 2009 11:25 AM

  • Popup maximise button is inactive

    Hi.
    I'm having a problem, though I'm not sure if it's a fault or a config issue.
    When a user clicks on a travel management trip approval link in the UWL a popup window appears with a summary of the trip. The popup does not display the entirety of the trip data and the users need the ability to maximise or resize the window (using the scroll bar isn't adequate). The maximise button on the popup window is inactive - greyed out - and the resize controls on the frame of the window also are not active.
    Does anybody know how these controls can be made active?
    Thanks in advance for any help,
    Simon.

    Hi Simon!
    Most probably what is occuring is that inside one of the UWL XML files, the action which is triggered when you click in the link within the item is specifying the maximize button to be unavailable for the user.
    You can see how this can have been defined in the following document, which is the documentation of the UWL XML file. Search for launchNewWindowFeatures in this document:
    http://help.sap.com/javadocs/NW04S/SPS09/uw/com/sap/netweaver/bc/uwl/doc-files/uwldtd.html
    You'll find there that the description of this setting is the following:
    "Specifies the the javascript features to open the new browser with. Example: "width=520, height=560, resizable=yes, scrollbars=yes, status=yes, toolbar=no, menubar=no,location=no,directories=no"'
    You can though specify a javascript tag in order not to show the maximize button:
    resizable=no
    Hope this helps!
    Best regards,
    Armando Zaro

  • Button URL issue

    Hello everyone! I have a problem, i have a site i made in flash, on every scene i have movieclips with nested buttons in them, when i double click on the MC and then click the button, i open the actionscript and type everything so when i press the button it would open an URL from other site, also the MC works just fine. But the problem is every code that i type applies on every button on the actual scene. For example i have btn1 and btn2, i type the code with URL "google" and than btn2 with URL "yahoo". When i publish the site they both go to "yahoo" which is the last code that i typed. So whatever code i type last on no matter which button, applies for all buttons on the particular scene. I thought it was the problem with the instance names, but i dont know how to change them. Please help me with this, its the only problem i have. Thank you very much...

    The instance names are assigned in the Properties panel.  To change them you click on the object and in the Properties panel you assign it the name.  Your buttons should have different names, and the code that works with them should be referring to the different names so that he correct code is designated for each.
    When I reread your problem I think I am seeing that you say you have a movieclip containing a button, and a number of these movieclips so that you have multiple buttons.  If that is the case, then you are effectively editing the same object every time, so changing one changes the other one.  If you change one and then open another that was different, does it also show the new change?

Maybe you are looking for

  • ETL Load error

    Hi When i ran the ETL load for Project analytics , it errored out. In the DAC , these 3 items errored 1. SIL_GlobalCurrencyGeneral_Update 2. SDE_ORA_UserDimension 3. SDE_ORA_EmployeeDimension below is the error from the log file. Any help will be app

  • IMPORTING NEF (RAW) IMAGES INTO iPHOTO 6 FROM NIKON D80

    I have just got my self a Nikon D80 and find that I cannon import the NEF(RAW) images into iphoto6 - the files are not recognised - if I shoot in jpeg format it is fine Bit of a disappointment as I was really excited to see what the ophotos would com

  • Profit Center Substitution in Sales order

    Hello All, I have a Small Issue here. we have a substitution rule for the PCA Derivation in the SO with the combinations of few Sales Org, Distribution Channels and Divisions. But when a WBS Element is Assigned in the Sales order it is over writting

  • I'm trying to export an iMovie and I keep getting to share quit imovie and reliance

    I 'm having a problem trying to export an imovie to my desk top every time I try I get a message sharing requires more memory to be availble quit and relaunch it

  • RTF text with background colour - formatting lost in editable RTF export

    Hi I have designed a report in CR2008 using XSD datasource. I have a field which returns a RTF text. The text comes out correctly when I run the report.  Scenario: 1.Background colour (eg Yellow) has been applied to the field 2.RTF text contains para