ESS Navigation - Popups

I am having some issues with navigation through ESS.  We are implementing ESS but only are using Travel Expenses.  I have created a copy of the standard SAP role and deleted all tabs other than Travel Expenses.
When I create a new expense report and press the exit button instead of returning to the main travel expense tab it creates a pop up window which goes back to the travel expense tab.
Is there any settings on the iViews which I can make so it does not open in new windows?  Or can I not copy the standard ESS role and remove the tabs which are not needed?
Thank you,
Michael

You need to the set the Workprotect mode on the portal....using the note : 734861
Regards,
Shikhil

Similar Messages

  • Using apex.navigation.popup in IE loses parent location

    When I use this function to open a popup window it works fine in Safari/Chrome etc, the popup works and the parent window remains the same. However, in IE, the popup happens, but the parent goes to a blank screen with [object] displayed in the top left corner.
    The full statementI am using is:
    javascript:apex.navigation.popup({url:'f?p=&APP_ID.:42:&SESSION.',width:1300,height:400});
    Any ideas?
    This is with IE 10.
    Regards,
    Jez

    Try to append void(0); behind the statement so it looks like
    javascript:apex.navigation.popup({url:'f?p=&APP_ID.:42:&SESSION.',width:1300,height:400});void(0);

  • How to adjust the width, height of the window in the apex.navigation.popup.url call?

    Hi,
    I created a Feedback page using the apex feedback feature, not a customized page. The link to the Feedback page calls the apex.navigation.popup.url using javascript to open a popup window. Does anyone know the proper syntax for adjusting the width and height of the popup window?
    I have tried the following, but the window width/height does not adjust:
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',width=350,height=400);
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',350,400)
    Version: APEX 4.2
    Thanks,
    Makeisha

    Why not call navigation.popup instead of navigation.popup.url then? popup.url does have the hardcoded values, but it just calls popup anyway. Nothing stops you from doing the same:
    javascript:apex.navigation.popup({"url":'f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',"name":"winLov","width":350,"height":400});
    Use "winLov" if you want to keep that same popup.url functionality of overriding the same opened window. If you do not provide name the url will open in a new window every time.
    The width and height values are hardcoded in popup.url, but they are not in .popup. There are only defaults in a default object there, and will be overridden when you provide an object with these parameters to the function.

  • Code Navigator Issue.

    Hi - I have just installed DW and pasted some web page source code into the main window. The problem is whenever I click any where in the code window I get the code navigator popping up. I tried disabling it as mentioned in the help topic by clicking the check box but nothing works. The only way I can get rid of it is by pressing the 'Esc' Key, which is very annoying as it appears every time I click the cursor somewhere blocking my whole view. Is it necessary to restart your MAC after installing Adobe Collection, because I went onto install other third party apps, could that be the reason why this is happening. When I called technical support they advised me that it was not neccessary and have since spent a number of days installing the rest of my apps. Could someone please advise me - thanks, Adam

    I haven't come across this problem. However, it sounds as though the preference isn't being saved. You can edit the preferences manually. Close Dreamweaver, and open /Users/your_username/Library/Preferences/Adobe Dreamweaver CS5 Prefs in a text editor.
    Locate the following line in the [GENERAL PREFERENCES] section:
    show code navigator popup=TRUE
    Change it to this:
    show code navigator popup=FALSE
    Save the file. The next time you start Dreamweaver, the Code Navigator should remain hidden.

  • ER?: JSPX popup dialogs/windows and the JDev IDE

    Hi JDev team
    One thing I'm starting to find tedious in the JDev 11gTP4 IDE is when I have a JSPX page with a <af:popup> dialog/window, and I want to work with the popup rather than the rest of the page (say to drag n drop something into the popup in the editor window), I need to either search through the JSPX source code, or click down many levels in the structure window until I find the actual popup (....which if I then click on the popup node in the structure window, the editor window will display in the editor window).
    Possibly I could do a search through the code searching for "popup", but if I have several popups this can also take sometime as I need to search 1 by 1.
    As such, is there a shortcut I'm not aware of for navigating popups in a JSPX page, or alternatively could we raise an ER such that the Structure Window or similar shows an easily accessible, clickable list of popups and their ids available in the JSPX page please?
    Cheers,
    CM.

    In addition to editing popups, Visual Editor also provides ways to edit ADF components which are clipped (ie., not fully visible in VE). Select the component which is clipped and select 'Design This Container' from the contextual action menu (small drop down menu on the top-right corner of the component). Visual Editor will show the component (and its hierarchy) in the visual editor.

  • ESS Busness Package Content Not Accessible For Delta Copy Role

    We are implementing EP 6.0 connected to an ECC 5.0 backend System. We have imported ESS Business Package 60.2 into the portal. If I assign the ESS role "out of the box" (PCD folder structure: CONTENT PROVIDED BY SAP => END USER CONTENT => com.sap.pct.ess.employee => com.sap.pct.ess.roles => Employee Self-Service) to the Everyone Group, the content displays correctly. I had to set the Web Dynpro System Permissions for the End User to get this to work (Everyone Group => Administrator None, End-User Enabled) but did NOT have to set any Permissions on the role or its parent folders. I made a delta copy of the ESS User Role and placed it in a customization folder in the PCD and then deleted some of the worksets from the delta copy. The remaining worksets, roles, iviews, etc in the delta copy role are located in the PCD in folder structure: CONTENT PROVIDED BY SAP => END USER CONTENT => com.sap.pct.ess.employee. The Web Dynpro System Permissions for the End User are set(Everyone Group => Administrator None, End-User Enabled). The ESS navigation tabs are visible as well as the Overview page but none of the area group pages or services will display. I have tried setting End-User permissions on the PCD folder that contains the delta copy role but it still will not work. Any ideas?

    HI,
          Please send me the best practice you use to create ESS role and workset.
    thanks,

  • Display PDF in Region

    I am trying to grab a pdf from a blob column in a table and display it in a pl/sql dynamic region, with mixed results..
    On the Oracle hosted instance of APEX, under the following credentials:
    Workspace: Homeworld
    User: Demo
    Password: demo
    I have an application called PDF Display Issue (# 74691).  On page 2 of the app I upload a file (hopefully a PDF) to my table (APP_HELP).  On page 3 I have a pl/sql Dynamic Region with the following code:
    {code}
    DECLARE
    v_mime VARCHAR2 (48);
    v_length NUMBER;
    v_file_name VARCHAR2 (2000);
    v_lob_content BLOB;
    BEGIN
        SELECT mime_type,
               blob_content,
               DBMS_LOB.getlength (blob_content)
          INTO v_mime,
               v_lob_content,
               v_length
        FROM APP_HELP;
        OWA_UTIL.mime_header (NVL (v_mime, 'application/pdf'), FALSE);
        HTP.p ('Content-length: ' || v_length);
        OWA_UTIL.http_header_close;
        WPG_DOCLOAD.download_file (v_lob_content);
    END;
    {code}
    However when I run page 3, I get a jumbled mess of characters displayed to the screen versus the PDF that was uploaded earlier..
    Usually I do PDF downloads via a report so I am wondering if the code I am using is not viable in APEX 4.x
    If anyone can take a look and offer up a suggestion I would be appreciative...
    Thank you,
    Tony Miller
    LuvMuffin Software
    Ruckersville, VA

    Hi,
    Yes you can open popup window.
    I did copy your sample page 4 to new ID. Just that I do not mess your examples.
    Then added entry "Display PDF in popup" to your sample page 1 list.
    That list entry url target is
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:5:&APP_SESSION.:::::');
    Regards,
    Jari

  • The new SQL Developer keeps hanging!

    http://www.oracle.com/technology/software/products/sql/index.html
    SQL Developer give me a break!
    I installed this software for the ease of retreival of data from the database, but on the contrary it keeps hanging and has now become a nuisance to use it.
    It affects the productivity to a great extent since it keeps me waiting for too long while it fetches data.
    Before this I had used Toad(which is not used here anymore), and never had any such problems with it.
    In the SQL Developer, the records fetched are now editable. But I don't see that as a boon to us. Infact scrolling through the record to the end has now become a pain. Before to scroll throught a record all you needed to do was press the <-- or
    --> keys. Now thats not possible.
    Plus, it seems more unstable than the previous version. It just hangs more than before.

    -followup-
    Hi,
    Getting extra popup menuoptions in the navigator is really easy (thanks Kris Rice for the skeleton on http://esdev.sourceforge.net/)
    I'll try to rewrite some GeoRaptor code so the menu-options will work for SQL Developer 1.1.
    Does anyone know some docs/examples for submenus/icons in the navigator popup ?
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem in Xmii object wizard

    Hi Sascha !
    i tried dynamic page generator, i got output. but in web page design using MS front page, i am not able to display the chart in web page.  below i gave the HTML code that you asked.
    please help me
    Thanks And Regards,
    Murali.A

    The easiest way is to make a link in the xMII portal for your page this way it's available when you login into xMII.
    To do this please follow this:
    From the xMII portal:
    click..."Portal Services" menu item
    click..."Navigation" submenu item...a new screen will come up
    From the "Navigation" popup select the role you would like the page available for....if it's for testing just pick "Everyone" to make it easy.
    In the first pane called "Navigation Tree" you can create your menu strucutre or simply enter the link directly.
    Click "Add" in the "Navigation Tree" pane....a popup will come up.
    Enter the name for your page
    Click the "...Files" button and navigate and select your page from the webroot.
    Click "OK"....click "SAVE"
    Go back to the main portal page and click the "Refresh" link at the top right of the xMII portal page.
    Your new page link will appear in the left navigation tree.
    I hope this helps....
    For future references it's also useful to check out the xMII Help @
    <a href="http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm">xMII HELP</a>
    The direct link for setting up the navigation is here: <a href="http://help.sap.com/saphelp_xmii115/helpdata/en/Personalization/Home_Page_Editor.htm">Navigation Information</a>
    Also the xMII WIKI could be of great help as well: [url=https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xmii/main&]xMII Wiki[/url]

  • #TITLE# template translation

    I'm trying to get the #TITLE# text passed into a label to be read from jQuery but it's adding an edit link as part of the #TITLE# translation and I can't seem to find a way to stop that.  I believe this is only in dev builder mode but I would like to use this in a template so the regular region title can be used instead of hardcoding one for each region but no idea how to turn that off...
    Template code:
    <label for="#REGION_STATIC_ID#Div">#TITLE#</label>
    How this results in HTML:
    <label for="jQueryPopupDiv">Edit Question<a class="eLink" title="Edit" href="javascript:apex.navigation.popup.url('f?p=4000:<snip>);">
    <img src="/i/e.gif" alt="Edit" class="eLink" /></a></label>
    Anyone have any ideas?

    nferreri wrote:
    To read the Title of the region in javascript so it can be transferred to the title of a jquery modal dialog.  The label is irrelevant to the problem, that was just where I was going to stick it but I haven't even gotten that far yet to notice if it was going to be a problem or not using $("label[for='<id here>']").  I realize labels are used for form elements usually but didn't realize it was a hard constraint.  Even if it's just a tag attribute it doesn't really matter because the value translated from #TITLE# is adding in that extra href for the builder edit link.  No matter where I put it it's going to translate the same way.
    EDIT:
    Just tested that current code and it works fine:  alert($("label[for='jQueryPopupDiv']").text());   I don't think jquery cares about what a label is put on.
    No it doesn't, but I, WHATWG, W3C, and lawyers for disability activists who can sue you do. Use headings for region titles, not labels.
    I guess it's not a big deal as it doesn't display the link in there but I was just being picky about the underlying source html.   The href is still in there, regardless of it working or not.  My question was how to prevent it from being put there.
    It's controlled by a setting in the application definition. Switch from Available with Edit Links to Available.

  • Auto session Logout

    HI All,
    We have implemented auto session logout(if user is ideal for 30 mins one message popup will come and after 5mins user gets logged off) in our portal and it is working but when user is in edit mode of any ess application, popup message will come and when user is about log off  we are getting one more popup message box with two buttons "ok" and "cancel" asking "Are you sure you want to navigate away from this page" .When user clicks on ok he will logoff from the portal and when user clicks on cancel portal session is restored.
    My requirement is, the user should log off even if he is in edit mode and to overcome this popup message box which is stopping the logoff function.
    Thanks,
    Santosh.

    Hi Santosh,
    Go to System Admin -> System Config -> Service Config -> Applications -> com.sap.portal.epcf.loader -> epcfloader and set the property workprotect.mode.default to 2.
    Refer to the link below for more details on Workprotect mode:
    [http://help.sap.com/saphelp_nw04/helpdata/en/37/50fb5066f9db43b3b5d5fc8de0c051/content.htm]
    See if this helps.
    Regards,
    Pavithra

  • Classic Report + jQuery help me understand

    Hi All, need some help to understand couple of things
    I had a theoretically small thing to achieve on one of my APEX page (inline editing of one column).
    Classic report allow me to select a named LOV as a type of the column, and using ajax i was able to update changes into database.
    But the method i have achieved this functionality totally blocked me.
    Here how I did it:
    1) I have assign a static id to my report region (Move)
    2) In Element Attributes on that column i add on change event onchange="javascript:save(this);" 3) In function save() i have next record to select the value and primary key to be able to update the change in the database
    function save(pThis) {
    var newVal = pThis.value;
    var currIndex = $('select[name="'+pThis.name+'"]').index($x(pThis.id));
    currIndex  = currIndex + 1;
    var myid = $("#report_Move table.uReport tr:eq("+currIndex+") td[headers='PK_ID']").text();
    ... ajax call here is ususal using myid as PK and newVal
    }My HTML generated by APEX:
    <section class="uRegion  clearfix" id="Move" aria-live="polite">
      <div class="uRegionHeading">
        <h1>Test<a class="eLink" title="Edit" href="javascript:apex.navigation.popup.url('f?p=4000:374:1058298648647::::P374_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:5508319451889760,555,6');"><img src="/i/e.gif" alt="Edit" class="eLink"></a></h1>
        <span class="uButtonContainer">
        </span>
      </div>
      <div class="uRegionContent clearfix">
        <div id="report_5508319451889760_catch"><table class="uReportContainer" id="report_Move" summary="">
    <tbody class="uReportPagination">
    <tr><td></td></tr>
    </tbody>
    <tbody class="uReportBody">
    <tr><td>
    <table summary="Test" class="uReport uReportStandard">
    <thead><tr><th align="left" id="PK_ID">PK_ID</th><th align="left" id="USER_NAME">USER_NAME</th><th align="left" id="CART_DATE">CART_DATE</th><th align="left" id="SELECTED">SELECTED</th><th align="left" id="EDIT_LINK">Edit Link</th></tr></thead>
    <tbody>
    <tr><td headers="PK_ID">1210161455014</td><td headers="USER_NAME"><label for="f01_0001" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0001"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455009</td><td headers="USER_NAME"><label for="f01_0002" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0002"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455013</td><td headers="USER_NAME"><label for="f01_0003" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0003"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455017</td><td headers="USER_NAME"><label for="f01_0004" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0004"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455032</td><td headers="USER_NAME"><label for="f01_0005" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0005"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455031</td><td headers="USER_NAME"><label for="f01_0006" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0006"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455021</td><td headers="USER_NAME"><label for="f01_0007" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0007"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">05-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455007</td><td headers="USER_NAME"><label for="f01_0008" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0008"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">04-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455010</td><td headers="USER_NAME"><label for="f01_0009" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0009"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455008</td><td headers="USER_NAME"><label for="f01_0010" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0010"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455006</td><td headers="USER_NAME"><label for="f01_0011" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0011"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455004</td><td headers="USER_NAME"><label for="f01_0012" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0012"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">Y</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455003</td><td headers="USER_NAME"><label for="f01_0013" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0013"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455019</td><td headers="USER_NAME"><label for="f01_0014" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0014"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    <tr><td headers="PK_ID">1210161455028</td><td headers="USER_NAME"><label for="f01_0015" class="hideMeButHearMe">USER_NAME</label><select name="f01" onchange="javascript:test(this);" id="f01_0015"><option value="0"></option><option value="11">SHELF 1</option><option value="12">SHELF 2</option><option value="13">SHELF 3</option><option value="14">SHELF 4</option><option value="15">SHELF 5</option><td headers="CART_DATE">03-DEC-12</td><td headers="SELECTED">N</td><td headers="EDIT_LINK"><a href="#"><img src="/i/edit_big.gif" alt=""></a></td></tr>
    </tbody>
    </table>
    </td>
    </tr>
    </tbody>
    <tbody class="uReportPagination">
    <tr><td colspan="5" align="right"><table summary=""><tbody><tr><td class="pagination"></td><td class="pagination"></td><td nowrap="nowrap" class="pagination"><span class="fielddata">1 - 15</span></td><td class="pagination"><a href="javascript:apex.widget.report.paginate('5508319451889760', {min:16,max:15,fetched:15});" class="uPaginationNext">Next <img src="/i/f_spacer.gif" alt=""></a></td><td class="pagination"></td></tr></tbody></table></td></tr>
    </tbody>
    </table>
    <div class="uReportDownloadLinks"></div></div>
      </div>
    </section>Is there any other more elegant solution to achieve this inline editing? because this one is relaying on theme on uReport class, on things that i can't control.
    Also can you tell me please if table.uReport is correct or table.uReportStandard is correct? How to address the class in jQuery if in HTML it is "uReport uReportStandard"?
    Thanks a lot
    Andrei

    There is probably nothing wrong with the logic board. The panic was certainly not caused by the manufacturing defect common in that model.
    Remove the Sophos product by following the instructions on this page. If you have a different version, the procedure may be different.
    Back up all data before making any changes.

  • ITS Popus not appearing

    hi,
    We are facing a problem in ESS, the popups that are created by the ITS Services cannot be viewed from the web where as it the same can be seen from r/3.
    we are having 4.6c. Is there any config settings to be made to avoid this problem?
    Thanks in advance.
    regards
    bala

    in the service set ~popups to 1
    http://help.sap.com/saphelp_nw04/helpdata/en/64/174d93365711d480a000c04f99fbf0/frameset.htm
    Regards
    Raja

  • Need to hide popup menu while navigating in OBIEE 11g

    Hi All,
    In OBIEE 11g we use Action Link to navigate to other BI component we can add multiple navigation targets as well.
    Now my requirement is to hide the popup which gets displayed when we click on the value in a column. I want that popup not to appear if there is only one target report.
    Also i want to make this change to all the reports, please help me out with a generic solution for this.
    Thanks
    Atul

    Hi,
    In the column properties-->Interaction-->check the below check box ' Do not display in a popup if only one action link is available at runtime '
    Make this for all the individual target column.
    And Yes, its a kind of issue everyone facing.
    Award if this helped/ answered.
    Regards
    MuRam

  • How to open the popup with in Tab navigator  working area.

    Hi,
              I using the customized  panel to open it as popup by using  popup manager in the Tab navigator . The popup should be able to  move with in the tab navigator's  content area. Not outside of the tab navigator's  content area. How to do this? .What is the difference between opening the popup by using popup  manager and add children(); which one is best?
    Regards,
    Thiru

    It depends on your purpose. A popup displays information to the user, and it might be modal if the user should repsond to the popup before continuing, but why constrain it's movement to the space occupied by the TabNavigator.
    You could, in theory, check the x and y properties of the popup position, and then compare those with the x and y of the TabNavigator view area, though you might have to do some conversion between global and local coordinates.
    You might want to consider your design. Is a popup necessary? Perhaps not. If so, maybe do not consider constraining its movement as you have indicated.
    If this post answers your question or helps, please mark it as such.

Maybe you are looking for