Remove/Hide Toggle Icon Column in using f:facet name="detailStamp"

Hi All,
I am using <f:facet name="detailStamp"> to expand the row with details ,Done that part with separate button programmatically.
So I need to hide/remove additional toggle icon column in the table...
JDev 11.1.1.4 and adf faces application...
Please anybody help.......

Hi,
use skinning
af|table::disclosed-icon      
Overrides the default disclosed icon used with the detailStamp facet in table.
af|table::undisclosed-icon      
Overrides the default undisclosed icon used with the detailStamp facet in table.
e.g.
af|table:disclosed-icon(display:none);
af|table::undisclosed-icon(display:none);
Frank

Similar Messages

  • Unable to remove/hide help icon in Discussion Service OOTB

    Hi,
    Is there any way to remove/hide help icon from Discussion Service OOTB toolbar ?
    I am not able to find help icon tag in ListTopics.jsff and ListMessages.jsff fragment file.
    Regards,
    Fyaz

    Hi.
    I´m not sure but I think this Taskflow is a "black box" and is not possible customize it

  • Using f:facet name="header" in h:panelGrid

    I'm battling with it for a week now...
    I'm trying to create a table with 3 columns and to have header for each column.
    This, don't display headers at all :
            <h:panelGrid styleClass="Context" columns="3">
                <h:panelGroup>
                    <f:facet name="header">
                        <h:outputText value="#{prompts.Label_PROPERTYTYPE_ID}"/>
                    </f:facet>
                    <h:outputText value="null"/>
                </h:panelGroup>
                <h:panelGroup>
                    <f:facet name="header">
                        <h:outputText value="#{prompts.Label_PROPERTYTYPE_DESCRIPTION}"/>
                    </f:facet>
                    <h:inputText value="#{PropertyType.typeDescription}" required="true"/>
                </h:panelGroup>
                <h:panelGroup>
                    <f:facet name="header">
                        <h:outputText value=""/>
                    </f:facet>
                    <h:commandButton value="#{prompts.action_CREATE}"  action="#{PropertyType.Create}"/>
                </h:panelGroup>
            </h:panelGrid>While this compress all headers into one <th>
            <h:panelGrid styleClass="Context" columns="3">
                <f:facet name="header">
                    <h:panelGroup>
                        <h:outputText value="#{prompts.Label_PROPERTYTYPE_ID}"/>
                        <h:outputText value="#{prompts.Label_PROPERTYTYPE_DESCRIPTION}"/>
                        <h:outputText value=""/>
                    </h:panelGroup>
                </f:facet>
                <h:outputText value="null"/>
                <h:inputText value="#{PropertyType.typeDescription}" required="true"/>
                <h:commandButton value="#{prompts.action_CREATE}"  action="#{PropertyType.Create}"/>
            </h:panelGrid>Any help ?

    Hello,
    PanelGrid will not render as you want. Please see the documentation as how the rendering will happen for panelGrid.
    http://java.sun.com/javaee/javaserverfaces/1.1_01/docs/tlddocs/h/panelGrid.html
    You can use the following to get the output as you want:
    <h:panelGrid styleClass="Context" columns="3">
    <f:facet name="header">     
    <h:dataTable>
    <h:column id="col1">
    <f:facet name="header">
    <h:outputText value="#{prompts.Label_PROPERTYTYPE_ID}"/>
    </f:facet>
    </h:column>
    <h:column id="col2">
    <f:facet name="header">
    <h:outputText value="# {prompts.Label_PROPERTYTYPE_DESCRIPTION}"/>
    </f:facet>
    </h:column>
    <h:column id="col3">
    <f:facet name="header">
    <h:outputText value=""/>
    </f:facet>
    </h:column>
    </h:dataTable>
    </f:facet>
    <h:outputText value="null"/>
    <h:inputText value="#{PropertyType.typeDescription}" required="true"/>
    <h:commandButton value="#{prompts.action_CREATE}" action="# {PropertyType.Create}"/>
    </h:panelGrid>
    - Kiran

  • Can a h:column has many f:facet name="header" ?

    In a dataTable,I want to display two rows of table header,one row to display column name,the other to display query cond text,how can I get it?
    Message was edited by:
    LiuGaojun

    Really?why?
    I think sun must solve this problem.This is very common in b/s application.jsf is not as agility as html+jsp.
    null

  • Remove/hide expand/collapse icons

    Hi,
    I would like to remove/hide the expand/collapse icons and have a fixed navigation iView.
    Thanks in advance.
    Rgds,
    Janvi

    Hi Janvi,
    Probably to hide the collapse and expand icon you could go about with the theme editor , where u can set the url to these images as some blank image that coincides with ur background colour.
    To have a fixed navigation panel without scrolling ,probably you can change the the width of the navigation panel by changing the value defaultExpWidth in the file WAandNAVPanel.js file in the par file com.sap.layouts.framework.par from 220 pixels to a higher value.Later u need to upload the file back and restart ur system.
    Hope this helps,
    Regards,
    Uma.

  • I want to remove or hide the Details Panel. when using OpenDoc.

    Hello I'm Yong ho Park.
    I recently had hard time because of Details Panel.
    I want to remove or hide the Details Panel. when using OpenDoc(Dashboard file).
    My system's version is  BI 4.1 SP02.
    Is your problem solved??
    If your problem isn't solved, I want to be offered related formation.
    I need your help. !!

    Hi,
    you cant hide the Details Panel. This behaviour is By Design.
    http://service.sap.com/sap/support/notes/2021076
    Regards
    -Seb.

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • How to remove the edit icon in interactive report?

    Hi All,
    I am using the Customer Tracker 1.1 sample and I would like to remove the edit icon on the Customers list. (Instead I would like the Customer name to be the link itself).
    However, nothing I do on the reports properties seems to have any effect on this icon!
    I have even remove the A.ID column from the underlying SQL query but I still see the little pencil!
    Any ideas?
    Regards,
    Pawel.

    Sorry for the spam!
    I just discovered the whole new section in the Interactive Report - Link Column - just needed to exlude the link.
    P.

  • OBIEE - How to selectively hide or disable columns on a dashboard prompt?

    Hello! I need some help with OBIEE dashboard Prompts. Any help will be highly appreciated!
    Question 1. How to selectively hide or disable columns on a dashboard prompt or the entire prompt? There seems to be no "hide" or "dsable" options on
    prompts.
    Question 2. How to synchronize 2 different prompts on the same dashboard?
    The application is this: There are total of 2 tabs on a dashboard ("tab_1" and "tab_2"). Each tab uses different prompts ("pr_1" and "pr_2"), having just one first drop down column in common ("Product_id").
    The desired functionality is this: user selects "Product_id" on the first tab's prompt, which filters its reports (on "Go") and also propagates to the second tab. When user clicks on the second tab, the reports there are already filtered (or begin filtering) by "product_id", selected on the first tab.
    Question 3. How to prevent the reports from retrieving when switching to a different tab on a dshboard? Specifying dummy default values in the prompt does
    not seem to preven reports from retrieving, which still takes time.
    Thank you very much!
    Roger

    Regarding Question 2:
    What you need to have is a Dashboard scope dashboard prompt for Product_ID (i.e., Don't use the column prompt from the prompt tab within the Request.)
    1) Create the dashboard prompt, put it on tab1 and save the prompt to a presentation variable, say prmtProdID. Set the scope to "dashboard." (This is the default, by the way.) If you create a dashboard prompt and set the scope to "dashboard," then the prompt values selected will hold true across dashboard pages.
    2) On tab2, go to your report and in Criteria mode, apply a filter to the Product_ID column making it equal to the PV. (Click the filter icon, Add>Variable>Presentation Variable and type prmtProdID. Save.)
    When the user selects a Product_ID on tab1 of your dashboard and hits "Go," not only will it filter your report on tab1, when you go to tab2 the report here will be filtered with the same value selected in the prompt on tab2.
    Regarding Question 3:
    If you implement 2, you cannot implement 3. You can't have it both ways. Not for the same scenario. But if you want to know how to do it in general, read this:
    http://obieeone.com/2009/08/24/how-to-stop-queries-to-automatically-fire-off-once-entering-dashboarddashboard-page/

  • ADF: Hide expendable icon in Master-Detail treetables

    Hello,
    We are using a treetable in order to display Master-detail data. The problem here is that not all the master (parents) rows have details (childs). In fact we do not want to display the expandable symbol for the master rows which do not have childs.
    Since it is a treetable we use facets nodeStamp and pathStamp. However this facets as I understand do not accept the attribute rendered. We have already a EL expresion ready to be used on the rendered attribute, but we do not find the way to disable the icon.
                      <f:facet name="nodeStamp">
                         <af:column id="c15" width="12"/>
                      </f:facet>
                      <f:facet name="pathStamp">
                         <af:outputText value="#{row}" id="ot23"/>
                      </f:facet>We are using JDEV: 11.1.1.5.0
    Any solution? Any recommendations?
    Thanks a lot
    Edited by: 914395 on 2012-nov-15 13:18
    Edited by: 914395 on 2012-nov-15 13:32

    Thanks a lot codigoadf for your help.
    The example that you send helped me to find out the solution to my problem. However this solution it seems to me just a work around, since we just put an image on the top of the icon instead to disable it or remove it.
    Since I'm using tree table the code solution is a bit different than the described in the link example.
    <f:facet name="nodeStamp">
       <af:column width="12">
          <af:group id="g1">
             <af:image id="i1" source="/resources/images/whiteIcon.png"rendered="#{node.children == null}"
                inlineStyle="position: absolute; margin-left:-17px; border: 2px solid white; width: 12px; height: 10px;"/>
          </af:group>
       </af:column>         
    </f:facet>

  • Toggle between Web Items using an Image link in WAD 7.0

    Hello,
    i want to toggle between Web items using an image link: e.g. on my template I have a visible table and a hidden chart, now when I click on a small chart image I want the table to get hidden and the chart to get visible. I know that this is possible using a button group, but I need to make this possible using an image.
    My approach is the following:
    1. Using a script item with 2 commands of type SET_ITEM_PARAMETERS from the command wizard, from which one command hides the table and one command makes the chart visible.
    2. Writing a hyperlink which calls up the script using the image as source.
    Now my problem:
    This works only if I'm using ONE command of type SET_ITEM_PARAMETERS in the script function. So I can either make the chart visible or hide the table. When I insert a second command in the java script nothing works anymore. However, I need to use both commands at once in order to make it useful. I don't know how to program in javascript, can you help me out?!
    Thanks,
    Norbert
    PS: I could show you the javascript code which was created automatically by the web application designer including both commands, but as I've just seen it in the preview it looks totally messed up since it doesn't get formatted corrected.

    Hi Norbert,
    There is an easier approach. In the button group item, you can insert an image and a description. Just open the parameters of your button there you will find the parameter 'icon'. Insert an image there and leave the 'caption' empty.
    Best regards,
    Janine

  • How do I remove the Box icon from the menu bar?

    I have an account on Box, which is a sync program.
    Before the last Box updated, I could hide its icon from the menu bar, but now it is not possible and I really don't want it there.
    I have tried to drag it out of there, by pressing CMD and dragging, but nothing happens.
    Is there any other way to remove it?
    Thanks in advance for any help, and sorry for the bad English.

    The problem is that I don't have the option to remove it anymore. And I don't want to uninstall it wither.
    Anyway... Thanks for trying to help me. I'll have to get used to it.
    Thank you again.

  • Hide desktop icon and keep text

    I would like for my desktop not to have icon, but still have the text for the shortcut. I know you can accomplish this by making the icon a transparent image but, it still has the highlighted box around the transparent image when you click it once. Is there a way to get around this?

    I use Overflow which does that stated above but even better as it doesn't require opening and closing a seperate folder, or right-clicking, for your files.
    The link for Overflow: http://www.stuntsoftware.com/Overflow/
    I'm also trying out DockYard: http://www.belkadan.com/dockyard/
    and a review: http://downloads.zdnet.co.uk/0,1000000375,39309691s,00.htm
    Now, anyone know how to remove/hide icon title text from the Dock?
    http://discussions.apple.com/thread.jspa?threadID=1129410&tstart=0

  • Hide Desktop Icons

    Hello all,
    I have seen various posts around the place about hiding your desktop icons by turning the desktop "off", but i would like to hide select icons of my choice.
    Mainly I would like to hide the hard drive icon, but i cant work it out? Does anyone have any ideas?
    Cheers,
    r00tb00t

    in addition to what francine said, i find it useful to turn off the selection for hard drives showing up as i have tons of partitions and drives, some of which are clones of other ones etc, but I then make an alias of the ones that i decide i DO want on the desktop.
    even better in leopard is that you can hide certain options that still leaves a newly inserted CD showing up on the desktop, without tons of other ipod's and disks showing up that you don't want. up until leopard i think the new CD remained hidden along with other removable drives and disks.

  • How to Hide a entire column in a Table Control?

    Can we hide an entire column in a Table control? Plz give some hints in doing the same...

    Here is a sample, if you wish to do it programattically.   If you used the table control wizard, then you should have a module which is listed in the flow logic PBO of the screen.  Its probably commented out.
    itabcon_change_col_attr
    Uncomment it and create the module.  Then put the code that I have in the module below into your module.
    report zrich_0003 .
    *&spwizard: declaration of tablecontrol 'ITABCON' itself
    controls: itabcon type tableview using screen 0100.
    data: begin of itab occurs 0,
          fld1 type c,
          fld2 type c,
          end of itab.
    start-of-selection.
      call screen 100.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    module status_0100 output.
    *  SET PF-STATUS 'xxxxxxxx'.
    *  SET TITLEBAR 'xxx'.
    endmodule.                
    *&      Module  ITABCON_change_col_attr  OUTPUT
    *       text
    module itabcon_change_col_attr output.
    <b>  data: wa like line of itabcon-cols.
      loop at itabcon-cols into wa.
        if wa-screen-name = 'ITAB-FLD2'.
          wa-invisible = '1'.
          modify itabcon-cols from wa.
        endif.
      endloop.</b>
    endmodule.               
    Regards,
    Rich Heilman

Maybe you are looking for