Show hide

I have about 112, areas of text, checkboxes, drop-down lists and buttons I need to hide, 230 offscreen. Here is the code I use, but there are still fields that do not hide that exists in the code to hide. I went through the field names, missing fields sought, you name it, I tried, as far as my knowledge doesn't let me. Here's the code. I put it in a button, the shutter is the mouse upward. Is there an easier way to do this?

C4 var = this.getField ("Button102");

C5 var = this.getField ("Button103");

C6 var = this.getField ("Button104");

C7 var = this.getField ("Button105");

C8 var = this.getField ("Button106");

C10 var = this.getField ("Button109");

C11 var = this.getField ("Button110");

C12 var = this.getField ("Button111");

C13 var = this.getField ("Button112");

C19 var = this.getField ("Button118");

C20 var = this.getField ("Button119");

C22 var = this.getField ("Button121");

C23 var = this.getField ("Button122");

C24 var = this.getField ("Button123");

C25 var = this.getField ("Button124");

C26 var = this.getField ("Button125");

c27 var = this.getField ("Button126");

c28 var = this.getField ("Button129");

C29 var = this.getField ("Button130");

C30 var = this.getField ("Button131");

C31 var = this.getField ("Button132");

c32 var = this.getField ("Button133");

C33 var = this.getField ("Button134");

C34 var = this.getField ("Button135");

c49 var = this.getField ("Button34");

C50 var = this.getField ("Button35");

C51 var = this.getField ("Button36");

C52 var = this.getField ("Button38");

C60 var = this.getField ("Button49");

C61 var = this.getField ("Button5");

C62 var = this.getField ("Button50");

c66 var = this.getField ("Button56");

C67 var = this.getField ("Button57");

c69 var = this.getField ("Button6");

C78 var = this.getField ("Button67");

C79 var = this.getField ("Button68");

C80 var = this.getField ("Button69");

C81 var = this.getField ("Button70");

C82 var = this.getField ("Button71");

c83 var = this.getField ("Button72");

c84 var = this.getField ("Button73");

c85 var = this.getField ("Button74");

C86 var = this.getField ("Button75");

C87 var = this.getField ("Button76");

C88 var = this.getField ("Button77");

c89 var = this.getField ("Button78");

C90 var = this.getField ("Button79");

c91 var = this.getField ("Button80");

c92 var = this.getField ("Button81");

C93 var = this.getField ("Button82");

c94 var = this.getField ("Button83");

C95 var = this.getField ("Button85");

c96 var = this.getField ("Button86");

C97 var = this.getField ("Button87");

C98 var = this.getField ("Button88");

c105 var = this.getField ("Button95");

c106 var = this.getField ("Button96");

c107 var = this.getField ("Button97");

c127 var = this.getField ("Text100");

C128 var = this.getField ("Text101");

c129 var = this.getField ("Text106");

C130 var = this.getField ("Text107");

c131 var = this.getField ("Text108");

c132 var = this.getField ("Text115");

c133 var = this.getField ("Text116");

c134 var = this.getField ("Text117");

c135 var = this.getField ("Text122");

c139 var = this.getField ("Text129");

c140 var = this.getField ("Text13");

c141 var = this.getField ("Text135");

c142 var = this.getField ("Text136");

c143 var = this.getField ("Text137");

C144 var = this.getField ("Text138");

c145 var = this.getField ("Text139");

c146 var = this.getField ("Text140");

c164 var = this.getField ("Text21");

c167 var = this.getField ("Text3");

c176 var = this.getField ("Text4");

c177 var = this.getField ("Text401");

c178 var = this.getField ("Text402");

c179 var = this.getField ("Text403");

c181 var = this.getField ("Text405");

C182 var = this.getField ("Text406");

C184 var = this.getField ("Text41");

C185 var = this.getField ("Text42");

c187 var = this.getField ("Text44");

c190 var = this.getField ("Text47");

c196 var = this.getField ("Text52");

c197 var = this.getField ("Text53");

c198 var = this.getField ("Text54");

c199 var = this.getField ("Text55");

C200 var = this.getField ("Text56");

C204 var = this.getField ("Text561");

c201 var = this.getField ("Text57");

c205 var = this.getField ("Text571");

c207 var = this.getField ("Text68");

C208 var = this.getField ("Text69");

c209 var = this.getField ("Text71");

C210 var = this.getField ("Text72");

c211 var = this.getField ("Text73");

c-212 var = this.getField ("Text74");

c213 var = this.getField ("Text76");

c215 var = this.getField ("Text79");

c218 var = this.getField ("Text82");

c219 var = this.getField ("Text83");

C220 var = this.getField ("Text84");

c221 var = this.getField ("Text85");

c222 var = this.getField ("Text87");

c224 var = this.getField ("Text89");

C225 var = this.getField ("Text90");

c226 var = this.getField ("Text91");

c228 var = this.getField ("Text99");

C4. Hidden = true;

C5. Hidden = true;

C6. Hidden = true;

C7. Hidden = true;

C8. Hidden = true;

C10. Hidden = true;

C11. Hidden = true;

C12. Hidden = true;

C13. Hidden = true;

C19. Hidden = true;

C20. Hidden = true;

C22. Hidden = true;

C23. Hidden = true;

C24. Hidden = true;

C25. Hidden = true;

C26. Hidden = true;

C27. Hidden = true;

C28. Hidden = true;

C29. Hidden = true;

C30. Hidden = true;

C31. Hidden = true;

C32. Hidden = true;

C33. Hidden = true;

C34. Hidden = true;

C49. Hidden = true;

C50. Hidden = true;

C51. Hidden = true;

C52. Hidden = true;

C60. Hidden = true;

C61. Hidden = true;

C62. Hidden = true;

C66. Hidden = true;

C67. Hidden = true;

C69. Hidden = true;

C78. Hidden = true;

C79. Hidden = true;

C80. Hidden = true;

C81. Hidden = true;

C82. Hidden = true;

C83. Hidden = true;

C84. Hidden = true;

C85. Hidden = true;

C86. Hidden = true;

C87. Hidden = true;

C88. Hidden = true;

C89. Hidden = true;

C90. Hidden = true;

C91. Hidden = true;

C92. Hidden = true;

C93. Hidden = true;

C94. Hidden = true;

C95. Hidden = true;

C96. Hidden = true;

C97. Hidden = true;

C98. Hidden = true;

C105. Hidden = true;

C106. Hidden = true;

C107. Hidden = true;

C127. Hidden = true;

C128. Hidden = true;

C129. Hidden = true;

C130. Hidden = true;

C131. Hidden = true;

C132. Hidden = true;

C133. Hidden = true;

C134. Hidden = true;

C135. Hidden = true;

C139. Hidden = true;

C140. Hidden = true;

C141. Hidden = true;

C142. Hidden = true;

C143. Hidden = true;

C144. Hidden = true;

C145. Hidden = true;

C146. Hidden = true;

C164. Hidden = true;

C167. Hidden = true;

C176. Hidden = true;

C177. Hidden = true;

C178. Hidden = true;

C179. Hidden = true;

C181. Hidden = true;

C182. Hidden = true;

C184. Hidden = true;

C185. Hidden = true;

C187. Hidden = true;

C190. Hidden = true;

C196. Hidden = true;

C197. Hidden = true;

c198. Hidden = true;

C199. Hidden = true;

C200. Hidden = true;

C204. Hidden = true;

C201. Hidden = true;

C205. Hidden = true;

C207. Hidden = true;

C208. Hidden = true;

C209. Hidden = true;

C210. Hidden = true;

C211. Hidden = true;

C212. Hidden = true;

C213. Hidden = true;

C215. Hidden = true;

C218. Hidden = true;

C219. Hidden = true;

C220. Hidden = true;

C221. Hidden = true;

C222. Hidden = true;

C224. Hidden = true;

C225. Hidden = true;

C226. Hidden = true;

C228. Hidden = true;

First of all, if the fields have been appointed constantly you could do with a simple loop, but because they aren't you must hardcode their names into the script.

You can always use a loop, though, like this:

var fields = ["Button102", "Button103", "Button104", "Button105"]; // fill all the names of the fields here
for (var i in fields) {
    var f = this.getField(fields[i]);
    if (f==null) {
        console.println("Can't find: " + fields[i]);
        continue;
    }
    f.display = display.hidden;
}

Tags: Acrobat

Similar Questions

  • I found the show/hide button toolbars, but you should know how to REMOVE toolbars that appear on this list?

    I found the show/hide button toolbars, but you should know how to REMOVE toolbars that appear on this list?

    Is attached a screenshot of my screen with the context menu to show/hide tabs. I want to delete some of them and let others. Please help me to know how. Thank you!

    Hmm, maybe this "one-time" imported into the new preference? Try this:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the cust and make a pause so that the list is filtered

    (3) double-click the preference of browser.uiCustomization.state and the content must be highlighted in a small dialog box.

    (4) copy the whole line and paste it into Notepad and save it as a backup.

    (5) in Firefox, click on the button '3-bar' menu > developer > Notepad. Remove the comment that appears and paste data preferably, that must appear on a long line. Click on the "Pretty Print" button to make it more readable.

    So I hope that you can spot the extra toolbars and change them out, taking care to preserve the commas between the elements.

    I don't have the extra toolbars in mine, but I copied and pasted back this spaced format and Firefox was able to handle it well. I went into customize and moved a button, and when I left, Firefox has rewritten the preference set as a single line. Assuming that yours works fine, then you can get rid of the backup from step (4).

  • Is there a keyboard short/shortcut to show/hide bookmarks bar?

    I would like to have in options > bookmark unchecked and a shortcut key, or key shortcut to show or hide the bar bookmarks.
    Checking takes room, and the score addons mouse autohide sometimes annoying when your going to type in the URL bar and not use the bookmarks.

    Y at - it a keyboard shortcut for this.
    Thank you in advance.

    Is there a keyboard short/shortcut to show/hide bookmarks bar?

    There is no shortcut keyboard corresponding to the bookmarks bar.

    'Alt' displays the menu bar
    ' Ctrl + / ' activates / deactivates the add-on bar
    "Ctrl + K" shows the search bar because it's his entry area.
    "Ctrl + L" shows the address bar because it's his entry area.

    But there are alternatives, and you can configure the zombie fashion with the extension 'hide automatically", then that is the only toolbar, hidden or not hidden, even if I don't do it.

    You can use F11 to toggle mode full-screen that hides the toolbars and the title bar.

    On Windows, you can use AutoHide - http://www.krickelkrackel.de/autohide
    which provides a window mode full ('zombie mode') with 'SHIFT + F11"similar to full screen, but within the limits of the window that allows you to display only the title bar, with the options I use with it always display bars tabs and addons in full screen or full window mode.

    In full-screen or full window, you can move the cursor to the top and see toolbars, use F10 or Alt to see the menu bar, use Ctrl + K to see the search bar, use Ctrl + L to see the address bar. To show the Favorites bar, you will need to show all toggle F10 or F11 to toggle toolbar.

    My bookmarks toolbar takes up very little space less vertical space that shows this before and after photo, see Articles 61 to 66 on the style in the following:

    You can make Firefox 6.0 look to Firefox 3.6. *, see numbered items 1-10 of the next topic difficulty Firefox 4.0 UI toolbar, problems (make Firefox 4.0 to 6.0, resemble 3.6). If you make changes, you must be aware of what has changed and what it takes to use changed or missing features.

    It is much more beyond these first 10 steps in the list, if you want to make Firefox more functional.

    Please mark "resolved" a response that will better help others with a similar problem - hope it was her.

  • Show/hide multiple Button controls increment/decrement is AWOL

    As far as I can see (LV 2013), there is a missing feature in LabVIEW, whereby, when you select multiple digital controls, you can't show/hide their increment/decrement buttons:

    Here, I have 3 DBL, 1 I32 and 1 enum, but that goes for any combination of numeric values. If I right click on one of the selected controls, I have access to only two points in the title of the "visible Points":

    -Label

    -Legend

    Where is ' Increment/decrement' part, whereas it is common to all these controls?

    BUG? I couldn't find it mentioned elsewhere, but I would not be surprised to be the first to have noticed.


  • Show/hide fields based on T/F control - only showing or hiding, not both.

    Hi Forum,

    I'm looking to show/hide fields address based on a T/F control (or a single entry check box).

    My online form has a number of business address fields, a T/F control and a number of postal address fields. I want the mailing address fields to hidden when a user clicks on the box 'As Above' (and demonstrated once again if they click this box once more).

    I used the sample code (https://docs.oracle.com/cloud/latest/process_gs/CPRCW/GUID-F3BD3386-F333-45C6-AA56-C77136D169E5.htm) as a starting point for my Web form rule and it works as expected the first time that a user clicks area T/F (i.e. He's hiding the post fields) but it does not work the second time they until it clicks (where I assumed that fields would still be visible).

    The T/F box has the following options:

    true = as above

    false = No

    And my web rule looks like this:

    If (AsAbove.value = true) {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }


    I tried the same thing (with similar results) using a Checkbox control with a single option (according to the example code)

    If (PostalAddressCheckbox [0] .value == 'As Above') {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }

    As verified does not seem to be supported, is there another way to accomplish what I'm after, or I missed something somewhere simple (and y at - it documentation on the T/F control)?

    See you soon,.

    James.

    Hello

    Web Forms address these true-false as the boxes and, as such, in the form of tables.

    You can see if you try to print the TrueFalse value. You should get something like java object lang @XXXXXX

    Try to put the code as follows (in bold and underlined):

    If (AsAbove[0].value = true """""") {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }

    This should do the trick

    See you soon

    José

  • Where the control to show/hide the removable storage settings

    I try to install Win 8 Prof.  I have a HP desktop with a CD player and 4 slots for removable media devices.

    In a previous installation, there was a way to show/hide the removable drives / slots unless there was inserted media.

    I don't know where the setting.  I tried the

    strategies group without result.

    I also lost the capacity of my office to recognize and attach my CD player.  It appears in Device Manager, but he said he is not physically attached.

    I can boot from the drive.

    Help, please.

    Have you installed Windows 8 or you try to install it?

    I use Windows 7 on my PC and in that, the option "Hide or show empty leads in computer folder" is located in the view tab of the window "Options records". It should be the same in Windows 8 as well.

    Visit this link:

    http://www.SevenForums.com/tutorials/6969-drives-hide-show-empty-drives-computer-folder.html

    If Windows 8 will not detect the device, try the steps in this link:

    http://Windows.Microsoft.com/en-us/Windows-8/why-isn ' t-windows-conclusion-device

  • The use of password for show/hide forms - anyway to keep the setting "does not print?

    I have a George_Johnson script that allows me to enter a password to show/hide the fields selected (keys actually).  It works perfectly, but when I enter the password and buttons appear again, setting general/Common Properties amounts to 'visible' instead of ' visible but does not print ', and the buttons appear when I print the document.  I thought I could change these lines and print buttons...

    case 'password': / / your password goes here

    getField("x").readonly = readonly;

    getField("x").display = readonly? Display.Hidden: display.visible

    App.Alert ("level 1 support is now" + readonly_desc + "d", 3);

    break;

    .. .to change the 3rd line to read as follows: getField("x").display = readonly? display.hidden: display.visible but does not print  (or _but_doesn't_print;)

    but then I started to make syntax errors in the 4th line.  I don't know about Java, but I thought I might get lucky.  I get hot?  What is the "3" that needs to change?  Or is that I started quite wrong?

    Thanks for reading,

    Zac

    You can't guess correctly that the value can be and expect it to work... You should consult the documentation.

    In this case, what you're looking for is "display.noPrint".

  • Show/hide region when the drop-down list is changed

    Hello

    I need show/hide a region when dropdow (selection list) is changed.

    I used dynamic action:

    Event : change
    Selection Type : Item(s)
    Item(s):P50_my_list
    condition : JS expression
    $v('P50_my_list') == 1
    
    True Action :
    Action : Execute JS Code
    Code : $('#region_name').show();
    
    // OR use Action ==> Show
    
    

    False Action :
    Action : Execute JS Code
    Code : $('#region_name').hide();
    
    // OR use Action ==> hide
    

    But the region has still shown!

    Also, I used a JS function (in the dynamic action of the place) but I met the same result.


    function showHideRegion(pValue)
    {     var show_or_hide = $x(pValue).value;
        if (show_or_hide == 1)
          {$('#ALTERNATIVEN_LIST').hide();}
        else
          {$('#ALTERNATIVEN_LIST').show();}
    }
    
    
    

    Hello

    I solved the problem with the js function:

    function showHideRegion (pThis, pValue)

    {var show_or_hide = $x (pValue) .value;}

    If (show_or_hide == 1)

    {

    var element = $x_UpTill (pThis, 'DIV');

    Element.style.display = 'none ';

    } else {}

    var element = $x_UpTill (pThis, 'DIV');

    Element.style.Display = "block" ;}

    }

  • Show/hide menu based on the logged in user

    Hello

    12.1.3 Jdev

    I want to show/hide some menu items based on the logged in user.

    I will explain the current design:

    In my application, I created a menu as below. (It is created using 'Create or Update ADF Menu' file adfc_config).

    ibis_menu. XML

    <?xml version="1.0" encoding="windows-1252" ?>
    <menu xmlns="http://myfaces.apache.org/trinidad/menu">
      <itemNode id="itemNode_home" label="Home" action="goHome" focusViewId="/home"/>
      <itemNode id="itemNode_transaction" label="Transaction" action="goTransaction" focusViewId="/transaction"/>
      <itemNode id="itemNode_customer" label="Customer" action="goCustomer" focusViewId="/customer"/>
      <itemNode id="itemNode_upload" label="Upload" action="goUpload" focusViewId="/upload"/>
      <itemNode id="itemNode_profile" label="Profile" action="goProfile" focusViewId="/profile"/>
      <itemNode id="itemNode_serviceRequest" label="Service Request" action="goServiceRequest"
                focusViewId="/serviceRequest"/>
      <itemNode id="itemNode_report" label="Report" action="goReport" focusViewId="/report"/>
    </menu>
    

    I have a navigation pane in my Pages that use this menu as below:

    <af:navigationPane hint="bar" id="np1" value="#{ibis_menu}" var="menuInfo">
                            <f:facet name="nodeStamp">
                                <af:commandNavigationItem id="ni1" text="#{menuInfo.label}"
                                                          destination="#{menuInfo.destination}"
                                                          action="#{menuInfo.doAction}"/>
                            </f:facet>
                        </af:navigationPane>
    

    Now, I want to hide some items on the menu, depending on the Type of user loggedIn. I have the userType stored in the managed bean.

    How can I get this feature.

    An approach which I think is as below:

    Define a variable for each itemNode in a managedbean(session scope) and who associate with the property ' visible ' / ' rendering ' of the itemNode in the Menu xml.

    Please let me know is a good way to do it or is there another solution better?

    See you soon

    AJ

    So, maybe this can help:

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/48-sitemenu-protection-169190.PDF

  • Show/hide layers in PDF format on iOS

    Hi - I ask it just to see if there is perhaps a more modern response: is theer any (links, buttons, javascript) to show/hide layers or any content on an iOS device? Thank you!

    Hi patrickh20438662,

    If you are referring to the option on the iOS device, then I am sorry that there is no available option to show or hide layers on iOS device.

    Kind regards

    Meenakshi

  • Show/hide panelFormLayout based on the current selection of selectOneChoice

    Hey all,.

    I have a relatively basic question, I'm looking for a clear answer.

    I have a layout with the following structure:

    JSP:root

    AF:panelFormLayout

    AF:panelGroupLayout

    -component selectOneChoice

    AF:panelFormLayout

    AF:panelGroupLayout

    ADF - components

    AF:panelFormLayout

    AF:panelGroupLayout

    ADF - components

    AF:panelFormLayout

    AF:panelGroupLayout

    ADF - components

    I'm looking for the easiest way to show/hide the 3 children of panelFormLayout based on what is selected in the selectOneChoice component.  I've hard-coded these values and set their values like "1, 2, 3" respectively.

    I've already tried defining a ValueChangeListener on the selectOneChoice component, but when I run the page and change the value - it doesn't seem to be hitting my method when I select something.

    Any help would be appreciated.

    JDev Version is 11.1.1.7

    Please add autoSubmit true on the selectOneChoice element and try, it will hit valueChangeListener.

    Also, you can set three PFL render property conditionally in your VCL and make a real at the same time.

    Thank you

  • Avoid complete when page is rendered dynamically show/hide elements in a page

    Hi experts,


    I use Jdev 11.1.1.5. My use case does not show/hide multiple buttons/panelBoxes on the same page.

    My approach is to define the rendered property pointing to a session variable

    <af:panelBox  rendered="#{sessionScope.render_panel1}"
    <af:commandButton action="#{backingBeanScope.myBean.configureRenderButtons}" rendered="#{render_button1}"/>
    

    .. .and go to the same page by using an action method in a managed bean:

    public String configureRenderButtons() {
       JSFUtils.storeOnSession("render_panel1", "true");
       JSFUtils.storeOnSession("render_button1", "false");
       ...
      return "same-page.jspx"
    }
    

    My problem is that I noticed that this full page is rendered whenever I press the button. So as soon as the page has grown in size, it became a bit slow for end users.

    Could you please advice on this?

    Kind regards

    Jose.

    I got the solution.

    I changed:

    (1) changed to visible, rendeded

    (2) partialSubmit added to the button

    (3) partialTrigger added to the component I need to show/hide (panelBox)

    (4) action changed to actionListener

    
    
    

    Hope this helps (and hope it's a good practice, please post!)

    Jose.

  • Cannot customize the toolbar - no 'toolbar' under Edit, no icon ' show/hide additional tools "at the bottom of the toolbar

    Photoshop CS6 - There is no "toolbar" in the Edit menu, and there is not an icon ' show/hide additional tools "at the bottom of the toolbar.  What can I do?  I tried to switch to the workspace Essentials and reset, but nothing changes.

    The Toolbox (toolbar) in photoshop cs6 is not customizable.

    It is only in cc 2015 photoshop where you can customize the toolbar.

    News summaries: Photoshop 2015 CC output

  • Problems with the layout themed to show/hide the region 25

    Hi all, Ive hit another question that I hope someone can help with...

    APEX 4.2.4 on XE... Theme 25.

    I've reproduced this login as apex.oracle.com [email protected] password newpass 291 3 application page.    (admin/admin is also implemented as a UN/pw)

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    Thank you very much indeed

    Richard Legge wrote:

    I have a skin region see the this Im using as a region of select query. There are a number of boxes, and a couple of display only fields that have values returned in it.

    I I set out them in a row, and after 3 items, I start a new line with the other 3 articles... that is

    X X X

    X X X

    Except that with the region set to show/hide and the model of the value without tab, no sidebar I get.

    X X

    X

    X X

    X

    If I change the standard region it works OK, and if I change models, it seems ok.  Ive tried all the combinations of columns, etc, but nothing helps...  Im trying to figure out if Im missing something, or I've hit a bug any... (almost certainly the old...) ...

    The difference between the models of the region is that the Standard region has defined Points of view and the show/hide does not work. This is the mysterious properties that Oracle has not yet bothered to document. Their omission of this model is indeed likely to be a bug.

    Create a copy of the region show/hide template and add a point of view for the body of the region (content):

    Name: Body of the region

    Substitution of template: BODY

    Grid Support: Checked

    The maximum fixed grid columns: - 1


    Use the new model to show/hide for the region of select query.

  • [SOLVED] Show/hide options in af:navigationPane

    Hello.

    I use JDeveloper 11.1.1.7.0

    I followed this tutorial http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_43/jdtut_11r2_43.html to create a menu of left of base and clear in my request.

    This tutorial shows moving to other topics, but I have created a simple menu on the left, with a list.

    I haved created one unlimited workflow, drag and drop a wildcard character, then the views, then the control flow... It works perfectly

    In the JSF model, in the left side, I have this code:

    <af:navigationPane id="pt_np1" hint="list" value="#{supervision_menu}" var="supervisionInfo">
                        <f:facet name="nodeStamp">
                          <af:commandNavigationItem text="#{supervisionInfo.label}" id="pt_cni1"
                                                    destination="#{supervisionInfo.destination}"
                                                    action="#{supervisionInfo.doAction}"/>
                        </f:facet>
                      </af:navigationPane>
    
    

    I need an advanced feature, and I want to show/hide some options, based on a parameter.

    I need to run a display with this parameter object, process the results, in order to get to know the options that could be shown or hidden.

    So, my questions are:

    • How can I force to run this control as the first step of this flow?
    • In menu.xml and af:commandNavigationItem, we're visible attribute. Where should I put the condition?

    Any help would be much appreciated. Thank you





    Hi user,

    I was about to give you this http://www.oracle.com/technetwork/developer-tools/adf/learnmore/48-sitemenu-protection-169190.pdf talk here about what you need to do. However, since you are not allowed to change the approach, you need access somehow to the UserID and ExecuteWithParams your 2 viewObjects with the previously created and applied ViewCriterias based on the user ID. After that, I don't know how you can use the visible property of the menu.xml, but if you can get your hands on your ViewObject attributes then you will need to make the comparison to show/hide according to the role.

  • Captivate 9, sensitive slides on a Mac and a PC publish the slides, timed objects (show/hid) do not shown in the final html5.

    I have some 9 Captivate, sensitive slides on a Mac and a PC.

    When I published the slides, timed objects (show/hide) not shown in the final html5.

    Some slides contain objects such as some graphics (png), the arrows and text boxes that have a period of delay or show that for a given time.

    They work within Captivate when I executed the chronology, but do not yet show in the published code. I tried several different browsers.

    Any idea why these objects do not appear?

    Thank you, I have yet seen that I didn't just look.  Once, he toured. Jim

Maybe you are looking for

  • Best way to transfer the content of s/iOS5 4, iPhone to new iPhone 5SE/iOS9?

    Hello! I have an iPhone 4 running iOS 5.1.1 s and wish to transfer its contents to a new iPhone 5SE (when I get it).  Is this possible on an Apple Store? From a backup?  What is the version of iTunes minimum required for synchronization with iOS9?  T

  • Save triggered data of 2 modules

    I use SignalExpress (3.0) with USB cDAQ-9172, NI9203 current and voltage NI9201 module.  After the acquisition of (continuous) data, I use a trigger current 9203 signal software to analyze and record the triggered data (collected on the 8 channels on

  • Impossible to reinstall Scanjet 5590 from Windows Vista to Windows 8

    I downloaded and installed and reinstalled several times, the version of windows 8 scanjet software and drivers. Whenever I try to scan, I get the message that the imaging device cannot be found, regardless of if I start the software from the desktop

  • I would like to add my logo (.gif) to my email signature.

    I am running windows 7 and use windows live 2011. All the tutorials I've seen about this question leads me to make functions that are no longer viable. That is to say, create the signature / click on the source tab / copy paste the source code, or cr

  • My Toshiba laptop error: No. Bootable device-insert boot disk and press any key.

    When I put the bootable disc in I lost all my data. Now the problem is that I have a disk of Home Premium Windows 7 64 bit with product key number. This drive doesn't have SP1 on it, and when I tried to load the disc the message was that he could not