Edit link in item region portlet is displayed with unwanted banner

I have several item repositories in the form of pages published as portlets. When adding these portlets I often check the option to display the edit link. When the link is displayed on the page it always shows up with a banner in a completely different color than what is set in the page style. How do I get rid of this, or where can i find the default setting for this so I can hard code it to white or something?

You cannot change the style of the edit banner in the page portlet.
Regards,
Jerry
PortalPM

Similar Messages

  • Customize, collpase and remove links in item regions

    Can you collapse/expand, remove, or customze and item region.
    It appears pretty straight forward for portlets but I do not see this feature for item regions?
    Please advise and thank you!
    Sue

    As a work around, for the regions you want to collapse ... you can create a new page with the 1 region on it. Expose this new page as a page portlet, then place the page portlet (which is really just the one region) on the page as a portlet and you can expand/collapse, etc.
    If you need to enable content contributors for this region, click the edit pencil for the page portlet and enable the Edit Link for the page portlet.
    Hope this helps,
    Candace

  • Always Get Edit Link When Item Level Permissions Set

    We've enabled item-level permissions in a folder, and all users receive the "edit folder" button, regardless of whether we've given them "manage" access. Turning off item-level permissions removes the edit link.
    Is this a known issue? Any workaround/solution?

    That's just a "feature" of item level security, I don't think Oracle has any plans to fix it in 3.0.9X they probably have resolved the issuse in 9.0.2 ..... If you really need it gone you can click "Edit Defaults" when editing the page, right next to the portlet and uncheck the box that says show "Show Edit Link".. But then you just taken away the easy ability of editing the items through the portlet and you have to go back to the Content Area to update anything.
    brad

  • Edit link for Report with form

    Hi, I create report on Page1 with form on Page2 using Wizard. For this reports select always returns me only one record. On my report I see edit image, it has records 'id' value and branching me to Page2.
    I need edit link on another region in Page1. But I can't to assign for this link the same 'id' value for editing my record in Page2. How can I do it?
    Thanks!
    Kira.

    Kira,
    You are right, doing things this way is messy. One approach is to write APIs to support your data model. All queries/DML against tables should be done with these APIs. Having two levels of APIs has worked well for many applications: a transaction-level API (modules like fetch_empl_vacation_history, update_org_roles_master, create_incident_report) and a table-level API (modules like fetch_emp_rec, update_emp_rec, create_emp_rec). Transaction APIs call table APIs and table APIs do queries and DML against base tables. A typical page like the one you described might have one transaction-level API call to do the fetch from all the tables and populate all the page items in session state and one transaction-level API call after submit to perform the logical transaction that updates all the affected tables. APIs like these must also handle concurrency using an optimistic locking model. To repeat, the automatic row fetch and DML processing processes built into HTML DB are not intended to manage complex, multi-table transactions.
    You can create table-level APIs using SQL Workshop->Tasks Menu(Create Database Object)->Package->Build a package with methods on database table(s). If you experiment with that, some of this should make more sense.
    Scott

  • Programmatically display edit link to a portlet

    I am using Oracle Portal Version: 10.1.2.0.2 (Build: 139).
    I have successfully added a portlet to a portal page using pl/sql.
    Does anyone know how to display the edit link for a portlet using pl/sql?
    Thanks

    hi,
    could you please post this question in the portlet development forum ?
    http://forums.oracle.com/forums/forum.jspa?forumID=4
    thanks,
    christian

  • Folder region edit links disappear!

    All,
    3.0.7.6.2 + 8.1.6.2 NT 4.0
    Created a custom tabset and added it as a portlet to the content area page. then moved the nav bar and folder portlets around. Now when I go to edit the folder style (to edit the folder layout), I don't see the edit links for the folder regions.
    I did this twice and get the same problem. Also, when I click on the edit defaults for the content area folder (while editing the CA page), I get a no data found error. I am able to edit defaults for the nav bar.
    Any tips ?
    Thanks

    Jerry,
    I tried this in multiple ways and have been able to narrow it down to the following case - "It occurs only if you have more than one regions in your page that is placed in place of the Navigation bar portlet". Please try the following steps and see if you can reproduce the bug...
    1. Create a page and
    a) select the Display No Banner option in the Main tab.
    b) add a new region to the page(Now there will be two regions). Don't place any portlet on the page.
    c) select the Publish as Portlet option for the page.
    d) save the page and go back to Navigator.
    2. Create a new content area.
    a) Edit the page of this new content area and remove the Navigation bar portlet.
    b) Now add the page created in step #1 (above) to the region where the Navigation portlet was.
    c) Save the content area page and go back to Navigator
    3. Click on the contents for the content area created above
    a) select the Styles.
    b) Click on the Edit link for the style
    c) select the Folder Layout tab.
    .... do you see the "Edit Folder Region" icons in the folder portlet?
    null

  • HTML Code for Smart Link Edit and Logout items

    I am using an HTML template and would like to include the Smart Link Edit and Logout items in a TABLE. How do I do this?
    Is there a way to get the code for these Smart Links (ORACLE tags) and include them?

    According to Oracle Metalink "Note:368720.1 - When ILS is Enabled the Edit Smartlink is visible to Users that are not entitled to see it", that is the expected behavior whether you are using the "edit" substitution tags or the "edit" smartlink on a page when the page has item-level access enabled. I don't like it but I can understand why that is the behavior since an end user may have access to manage/edit just one item on a page or just one tabbed region on a page and they need a way to put the page into edit mode in order to edit their item(s). If a user has nothing to edit on a page, then they won't be able to do anything in edit mode anyway.
    On the employee portal I work on, there is the possibility that every page may have a different set of users/groups that need to edit items/regions on the page AND the edit smartlink is published on the portal page template so basically, all employees can see the Edit link but if they click on it, only those employees that have items/regions to edit/manage will be able to really do anything while in edit mode.
    However, on the customer portal I work on, there is only one group that manages content site-wide so I was able to publish the Edit smartlink on the portal page template and change its access to the one group that manages content so they're the only ones that can see the Edit link on every page.
    The substitution tags for Logout are #PORTAL.LOGOUT.URL# and #PORTAL.LOGOUT.LABEL# (I use those so I can control the html & css) or just #PORTAL.LOGOUT# (which does both the label and url). The list of all substitution tags is available in Oracle Application Server Portal Help.

  • Display Link in New Region on Same Page

    Hi,
    I am trying to figure out how to make a page link within a region post to a different region on the same page or at least in a new window instead of the same window.
    Thanks In advance,
    Emily

    Pedro,
    Here's a little bit more information about what I am trying to do because the idea with the HTML portlet isn't going to work due the application I am developing.
    The idea is this:
    I have about 100 or so images that report server statistics in png format that are already automatically updated every 10 minuets. What I would like to have is a situation where you have region 1 and region 2 right next to each other. In region 1 are all of the links to the locations of the images (which like I said are already automatically updated with PERL). When you click on the link in region 1, I would like it to show up in region 2. similar to old html frames or iFrames.
    Any Suggestions? I am having a hard time with trying to figure out (despite all the "official" oracle books at my disposal) how to have one region display into a different one to suit this need.
    Thanks in advance
    Emily

  • Portlet that displays links inside it

    I need a portlet that displays the links inside the portlet without opening a new window.
    Thanks
    null

    Hi there,
    We've been playing around with something like this. We wanted to create an application which acted as an autonomous entity within a portal page. We finally managed to do this with a combination of the parameters passing example and use of session variables (wwpre_api). The thing here is that any session variables must be referenced with the portlet reference and a portlet's show method must always pre-check for the current state.
    The main thing to watch out for is that you want any portlets shown on a particular page to retain state while you are "working" in another portlet, hence the session variables.
    This is now growing into an application framework which allows screen changes (i.e. edit to list and back) to occur from links within the portlet, without jumping to a new page. We are considering to eventually release this when we cleaned things up a bit.

  • Customize display of category group names in item regions (902)

    Multi-level categorization is inconsistent within different portal contexts. Flat category structures work fine but sub-categories do not.
    For example let's define a set of categories: foo, foo/bar, test, test/foo, abc, abc/bar
    where bar is a sub-category of foo and so forth.
    The additem wizard shows the category in the form: category/sub-category/sub-sub-category/etc which is the preferred approach.
    However, an item region having Group By Category and "Display Group By Banner" checked is not the same. Here the group-by-text only shows the end-category name (not the full category/sub-category); i.e., only shows the last group "category" without the context of the full category.
    Want to show items in following style:
         foo
              item1
         foo/bar
              item2
         test/foo
              item3
         abc/bar
              item4
    As opposed to:
         foo
              item1
         bar
              item2
         foo
              item3
         bar
              item4
    Likewise, in the Advanced search the list of categories to search for are:
         foo
         .bar
         test
         .foo
         abc
         .bar
    What are some best practices to customize the display of custom items with sub-categories showing the full category/sub-category in 9iAS 9.0.2?
    Explicitly creating a flat category structure with '/' in the names doesn't seem the best use of item categories.
    And it looks like the content area SDK won't be available for a little while.

    Hi Jason
    The only way to show the path of your nested categories in the display banner is to name the subcatgory with the path information (i.e. 'test/foo' not 'foo'). The problem with showing the full path is scalability - rendering a deeply nested tree in the display banner or as an attribute would cause real problems. It was a design decision to go with the way that it is. If you feel strongly that Development should reconsider this decision, please feel free to log an enhancement request at:
    http://ers.oracle.com
    Product: Portal
    Component: Portal UI

  • Display Employee Name linked in Item Master in Order Recommendation Report

    Dear Experts,
          My requirement is that the "Employee Name" linked in Item master have to be displayed next to the item in MRP Order Recommendation Report.
    I have created a header level UDF "Employee Name" in Item master and have selected an employee in this field. I have also created another UDF in Order Recommendation Report as "Internal Buyer" as a column. But the employee linked to the Item is not getting displayed in the Order Recommendation Report.
    FMS query used in "Internal Buyer" is
    SELECT T0.U_Employee FROM OITM T0 where T0.ItemCode=$[oitm.Itemcode]
    Regards,
    G.Shankar Ganesh

    Hi Shankar,
    Could you try with this query
    SELECT T1.[U_Employee ] FROM [dbo].[OITM]  T1 WHERE T1.[ItemCode] =$ ORCM.ItemCode
    Regards,
    Vijay kumar

  • Hide Edit links not displayed in IE8 with Theme 2

    Hi All,
    when i use theme 2 from APEX and i am building an application, i can click on the "Show Edit links" button and normally the "Hide Edit Links" button is then displayed, but in this case no button "Hide Edit links" is displayed.
    When i switch the theme to Theme 1 then the button is displayed correctly, Swithing back to theme 2 then the button is again not displayed.
    When using FireFox the button is normally displayed. in both Themes.
    Is this a bug ?
    Regards,
    Marco

    Hi,
    I think it is a IE behavior about jQuery :visible selector.
    I resolved by replacing in $x_toggle function from apex_4_0.js (from images/javascript) :
    if (apex.jQuery(c).filter(':visible').length === 0)
    with
    if ($.trim(apex.jQuery(c).css('display')).toLowerCase() == 'none')
    I use OHS to access APEX . If you use embeded gateway you need to update the resource from XML DB repository .

  • Hide or delete column (linked to item with edit menu) in power shell

    Hi;
    How in powerShell can I change the column in a SharePoint list that has the link to the item and the link to the item with edit menu.
    For examlpe :
    Title (linked to item) and Title (linked to item with edit menu)
    I want to add into my view only the Title (linked to item) : ViewFields.Add("Title(linked to item)")
    Thanks

    The name of the field which needs to be deleted is LinkTitle. Here is a sample PowerShell code:
    $web = Get-SPWeb "http://aissp2013/sites/TestSite"
    $list = $web.Lists["XYZ"]
    $view = $list.Views["All Items"]
    $view.ViewFields.Delete("LinkTitle")
    $view.Update()
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • Portlet for displaying pages/content areas link for a user

    Does anybody have a JPDK portlet to display
    pages available to a user?
    The navigator looks too technical/complex for a regular portal user.
    Thanks for your time.

    Lookup column is the attribute of file. Attribute can not be upload! . Did you try to use the content type of link to document? If yes, you can understand my question. I want to change uploaded.aspx ( link of document) and add lookup column to this form.
    Standart scenario: User create link to docunent. 1. Prees button start. 2. Input text link to upload.aspx form 3. Set attributes new. Aspx I want: 1. Press button. 2. User press dropdawn menu and choise neddeng link. 3. Set attributes Plese read my question
    again. Sorry for my not good english

  • R2 - Changing Item Regions to Portlet Regions

    Can you change an item region to a portlet region?
    thx

    Thank you, Michael!
    I was JUST researching to reply to my own comment....
    Yes! You can change the item region to a portlet region as you said. I was in a template structured page...
    can't do it then unless you change the template, of course.
    Sorry and thanks for your attention to the question!
    ~mtm

Maybe you are looking for

  • Forgot Password for J2EE_Admin     An error occurred in the persistence. The or

    I need your help!! I forgot password for j2ee_admin and need to enter the Visual Administrator I do not like change, achieved with the user enter SAP* to UME but will not let me change it. When I try to change the key, I get the following error An er

  • Click sound heard when clip audio is at 0

    I am using iMovie 9.0.4.  I have several video clips in my movie, with audio from a .aiff file througout.  The video clips I am using have audio, but I don't want to hear it, so it set it to zero for each one.  But with video clips with especially lo

  • HT3775 How to view .mov files?

    A friend sent me a vaction video with the file extension .mov. I can't seem to view it and get a message saying this format is unsupported. I'm looking for help to learn how to view the video? Thanks!

  • Twitter apps suddenly bring me back to main screen when in use

    I am currently facing a problem with my iphone. Whenever I am using twitter apps, be it twwetdeck, echofon, or twitter for iphone..the phone would sometimes bring me back to my main screen when the apps are in use. Does anyone of you have suggestions

  • Adobe Acrobat subscription validation error.

    I subscribed to monthly Adobe Acrobat and installed it.  However, now whenever I open the program this pops up: "Your Acrobat subscription cannot be validated.  Please see here for more information: http://www.adobe.com/go/acro_install_license_valida