UIX:train - possible to default all links to be enabled?

Is there a way that I can default all of the links in a uix:train to be enabled, rather than just the next link after the selected Index? (selectedIndex+1)
I tried using the disabled attribute and setting each link to disabled="false", but that doesn't work.
<uix:train value="1" formName="PersonalInfoForm" formSubmitted="true" id="piTrain" >
<uix:contents>
<uix:link text="Account Search" />
<uix:link text="Basic Account Detail" disabled="<%=disabledFlag%>" />
<uix:link text="Distribution Detail" disabled="<%=disabledFlag%>" />
<uix:link text="Data Permissions" disabled="<%=disabledFlag%>" />
<uix:link text="Report Permissions" disabled="<%=disabledFlag%>" />
</uix:contents>
</uix:train>
Thanks!
-Teri Kemple

You can see my answer to this in your dupicate posting here:
UIX:train - how to make all links available/enabled

Similar Messages

  • UIX:train - how to make all links available/enabled

    Is there a way that I can default all of the links in a uix:train to be enabled, rather than just the next link after the selected Index? (selectedIndex+1)
    I tried using the disabled attribute and setting each link to disabled="false", but that doesn't work.
    <uix:train value="1" formName="PersonalInfoForm" formSubmitted="true" id="piTrain" >
    <uix:contents>
    <uix:link text="Account Search" />
    <uix:link text="Basic Account Detail" disabled="<%=disabledFlag%>" />
    <uix:link text="Distribution Detail" disabled="<%=disabledFlag%>" />
    <uix:link text="Data Permissions" disabled="<%=disabledFlag%>" />
    <uix:link text="Report Permissions" disabled="<%=disabledFlag%>" />
    </uix:contents>
    </uix:train>
    Thanks!
    -Teri Kemple

    No, a train is meant to handle sequential processes. To handle things in parallel, you can use a tabBar or a subTabLayout.

  • Select all Linked Text Frames

    Dear All,
    My Request:
    1. Is it possible to select all linked text frames of my selecting text frame (Please refer attachment)
    2. Suppose If we select all text frames, is it possible to fix height for all text frames like as 3p or 4p etc....
    Trying script for select all linked text frames:
    if (app.selection[0].nextTextFrame == null)
       if (app.selection[0].previousTextFrame != null)
            alert("pass")
            app.select(previousTextFrame.parent) && app.select(nextTextFrame.parent) && app.select(startTextFrame.parent)
    Could you anyone give solution for my request.
    Thanks in advance
    Beginner

    Hi All,
    If I select any text frame, I need to select all linked text frames of selecting text frame.
    Please can anyone help me...
    Please refer the above screenshot for your reference.
    Trying script:
    if (app.selection[0].nextTextFrame == null)
       if (app.selection[0].previousTextFrame != null)
          myParagraphs = app.selection[0].parentStory.paragraphs;
          for (j=0;j<myParagraphs.length;j++)
            myParentTF = myParagraphs[j].parentTextFrames[0].contents
            alert(myParentTF)
    Output i needed:
    Thanks in advance
    BEGINNER

  • Is it possible to delete all cross-reference links in a PDF at once?

    I have a 577 page PDF with multiple cross-references on each page.
    Unfortuntely, this causes the document to load pages VERY slowly on my iPad.
    Is it possible to delete these cross-reference links in one shot, rather than one by one?
    I am using Acrobat 9.5, if it matters.
    I tried Advanced - Document Processing - Remove All Links
    But it didn't touch them.
    Thanks

    A simple, but not typically recommended to do this is simply print the PDF to a new PDF. The printing process will eliminate all such markup, including bookmarks. There may be a preflight script to do this or might even be possible with the PDF Optimizer (think I remember such an option, but can't check on this machine).

  • Is it possible to remove collapse all and expand all links in HGrid.

    Hi All,
    Is there any way to remove collapse all and expand all links which HGrid shows by default, the reason is when the user clicks on collapse all it will collapse to root node but my requirement is it should collapse untill 2 node level.
    Thanks
    Babu

    From the javadoc of OAHGridBean
    ======================
    void setExpandAllEnabled(boolean expandAllEnabled)
    Indicate whether the "Expand All" (and "Collapse All") links should be rendered for the HGridBean.
    Cheers,
    Ganesh

  • My iPad was stolen in brazil.  i cannot get the manufacturer id number from my iPhone or my macbook air....they are all linked together though.  any suggestions on how and if i can possibly retrieve this and thus locate the device? thanks julie

    my iPad was stolen in brazil.  i cannot get the manufacturer id number from my iPhone or my macbook air....they are all linked together though.  any suggestions on how and if i can possibly retrieve this and thus locate the device? thanks julie

    Launch iTunes, go to the Preferences, select Devices, and hover your cursor over the backup file for the iPod. That should show you the serial number, IMEI, and possibly the MEID.
    The manufacturer ID will not help you locate the iPad, though. If you set up the Find My iPad service in the Settings prior to the iPad going missing, then there is a chance that can be tracked, though it depends on a number of factors (the iPad is turned on, connected to a WiFi or 3G network, and has not had the Find My iPad service disabled or the iPad been completely restored). 
    If you did not set up Find My iPad, then there is no way to track it. Contact the police and change any passwords for any online accounts you may have used from your iPad (the iTunes Store, for instance). 
    Regards.

  • Script out all linked servers. Is it possible?

    Hi All,
    Is there any query available for scripting out all linked servers which can be used while migrating from one sql instance to another sql instance? We have like 40 odd linked servers which has to be scripted out and moved to new server.
    We are doing migration from sql server 2008 r2 to sql 2014.
    Thanks in Advance.

    Hello,
    Try the following resource.
    http://www.sqlservercentral.com/scripts/Miscellaneous/30620/ 
    http://sev17.com/2010/07/06/scripting-linked-servers/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Uix:train within a Struts Form v. UIX form

    I'm trying to implement the uix:train component within several of my JSP's. All of these JSP's are using Struts forms rather than UIX forms.
    Is it possible to use the uix:train tag within a Struts form or must I use a uix:form ?
    If I need to use a UIX form, can someone help me understand how to get the tag to actually submit the form to the destination that I am specifying rather than submitting back to itself?
    I can get the train tag to work regardless of form type if I don't specify true for the formSubmitted property of the train tag. However, I need to actually submit the form because there are form values other than "goto" and "source" and "id", that I need access to when going to the designated JSP.
    Thanks!
    -Teri

    I'm using 9.0.3, and I do see a marlinCore.js reference in the source.
    Here's what's displayed when I view source:
    <html>
    <head><title>Archipelago's ArcaVision</title>
    <link rel="stylesheet" charset="UTF-8" type="text/css" href="/ARCA-ArcaVision-context-root/cabo/styles/cache/blaf-en-ie-6.css">
    <body>
    <table id="piTrain" cellpadding="0" cellspacing="0" border="0" summary="" align="center"><script>function _navBarSubmit(formName, navBar, vld, val, sze, partialTargets){var i = val.indexOf(',');if (i >= 0){sze = val.substring(i+1);val = val.substring(0, i);}var submitFunc = (partialTargets == (void 0)) ? submitForm : _submitPartialChange;return submitFunc(formName,vld,{event:'goto',source:navBar,value:val,size:sze,partialTargets:partialTargets});}function _navChoiceSubmit(choice, formName, navBar, vld, size, partialTargets){if (!_navBarSubmit(formName, navBar, vld, choice.options[choice.selectedIndex].value, size, partialTargets)){choice.selectedIndex = choice._lastValue;}}</script><tr><td width="20"></td><td align="right"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trasl-1.gif" alt="Account Search: Active step" width="12" height="23"></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="left"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trasr-1.gif" alt="Account Search: Active step" width="11" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif" height="23"><tr><td><script>function t(width,height){document.write('<img alt="" src="/ARCA-ArcaVision-context-root/cabo/images/t.gif"');if (width!=void 0)document.write(' width="' + width + '"');if (height!=void 0)document.write(' height="' + height + '"');document.write('>');}t(20,1)</script></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="right"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusl-1.gif" alt="Basic Account Detail: Next step" width="12" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="left"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusr-1.gif" alt="Basic Account Detail: Next step" width="11" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif" height="23"><tr><td><script>t(20,1)</script></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="right"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusl-1.gif" alt="Distribution Detail: Next step" width="12" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="left"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusr-1.gif" alt="Distribution Detail: Next step" width="11" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif" height="23"><tr><td><script>t(20,1)</script></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="right"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusl-1.gif" alt="Data Permissions: Next step" width="12" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="left"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusr-1.gif" alt="Data Permissions: Next step" width="11" height="23"></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif" height="23"><tr><td><script>t(20,1)</script></td></tr></table></td><td><table cellpadding="0" cellspacing="0" border="0" width="100%" summary="" background="/ARCA-ArcaVision-context-root/cabo/images/cache/c-truj-1.gif"><tr><td height="23" align="right"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusl-1.gif" alt="Report Permissions: Next step" width="12" height="23"></td></tr></table></td><td align="left"><img src="/ARCA-ArcaVision-context-root/cabo/images/cache/c-trusr-1.gif" alt="Report Permissions: Next step" width="11" height="23"></td><td width="20"></td></tr><tr><td></td><td colspan="2" class="x2m">Account Search</td><td></td><td colspan="2" class="x2o"><a onclick="_navBarSubmit('PersonalInfoForm','piTrain',1,'2');return false" href="#">Basic Account Detail</a></td><td></td><td colspan="2" class="x2o">Distribution Detail</td><td></td><td colspan="2" class="x2o">Data Permissions</td><td></td><td colspan="2" class="x2o">Report Permissions</td><td></td></tr></table>
    <script src="/ARCA-ArcaVision-context-root/cabo/jsLibs/MarlinCore.js"></script><form id="PersonalInfoForm" name="PersonalInfoForm" style="margin:0px" method="POST" action="personalInfoSearch.do">
    <input type="hidden" name="event">
    <table align="center" cellpadding="1" cellspacing="4" border="0" width="100%">
    <tr>
    <td align="right" width="25%">First Name:</td>
    <td align="left">
    <input type="text" name="firstName" size="45">
    </td>
    </tr>
    </table>
    <input type="hidden" name="source"><input type="hidden" name="value"><script>var resetPersonalInfoFormNames=["source","value"];</script><script>function PersonalInfoFormValidater(form){return true;}</script></form>
    </body>
    </html>

  • Showing the custom train stop as default activity based on condition

    Hi Folks,
    I'm using JDeveloper version 11.1.1.5.0. I have requirement where in i have to show the custom train stop as default train stop based on some business logic instead of default activity mentioned as part of task flow with train.
    Test Case:
    I have a dynamic region where i'm loading diff task flows based on condition. Let us consider i have two task flows TF1, TF2 and One of these task flows (TF2) contains a train.
    TF2 task flows has a train with train stops as ts1, ts2 and ts3 and ts1 has been configured as default activity in TF2 task flow
    I'm loading these task flows into dynamic region based on my business logic. Currently i'm in TF1 and i'm doing some action in TF1 page. Based on my business logic in one of the button actions in TF1, i have to load TF2 into region and have to set either ts1, ts2 or ts3 as default activity. its not like every time only configured default activity as part of TF2 is shown.
    Consider this case. in IF1 i have 3 buttons b1, b2 and b3. When i click on b1, i have to load TF2 into region and ts1 as default activity. Like wise if i click on b2 in TF1, i have to load TF2 abd ts2 as default activity. Like wise if i click on b3 in TF1, i have to load TF2 abd ts3 as default activity.
    I have summarized my test case here. Its not exactly 100% same but it more or less like based on some business logic in TF1 i have to load TF2 with specific train stop as default activity.
    Please help me in this regard. Is this possible in ADF? if yes provide some pointers.
    NOTE:
    I'm able to show the specific trainstop as the selected one but its content is not showing. Though i'm able to see my intended trainstop selected but content is always the content related to the default activity configured as part of task flow.
    I have used below code to acheive ( setting atleast intended train stop as the selected on)
    TrainModel trainModel = TrainUtils.findCurrentTrainModel();
    trainModel.setCurrentTrainStop(activityId);
    [activity id i'm getting from model it self like java.util.Map<ActivityId, TrainStopModel> mapTrainStops = trainModel.getTrainStops(); and intended activityId is provided}
    // note end
    Thanks,
    Mahipal

    Hi Jobinesh,
    Thanks for your reply.
    When i try to do the navigation with in the task flow i.e. with in the train task flow, i'm able to navigate fine. But for different taskflow, i'm unable to do it.
    for ex: in my case i have three train stops ts1, ts2 and ts3. I have placed a button in ts3 and i'm returning the respective navigation el expression to navigate to either ts1 or ts2 in action method of this button. I'm able to do this successfully. but when i come from different taskflow, i'm unable to do this.
    I have tried this link as a workaround but it is not working.
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/97-deferred-trainstop-navigation-1528557.pdf
    i have tried this way, but it is not working.
    FacesContext fctx = FacesContext.getCurrentInstance();
    ExpressionFactory expressionFactory =
    fctx.getApplication().getExpressionFactory();
    ELContext elctx = fctx.getELContext();
    MethodExpression methodExpression =
    expressionFactory.createMethodExpression(elctx,
    "_adfcActivityRequest./WEB-INF/task-flow-definition.xml#task-flow-definition@*ts3*",
    String.class,
    new Class[] { });
    *//NOTE: ts3 is the activity id of third train stop*
    //queue action in region
    myspaceRegion.queueActionEventInRegion(methodExpression,
    null, null, false,
    0, 0,
    PhaseId.INVOKE_APPLICATION);
    Please let me know any pointers for this problem. is there any example with routers navigation rules which can be called from another task flow.
    Thanks,
    Mahipal

  • Update Link, Update All Links, SHORTCUT?

    Found a great way to work live, on the iPad, from the computer.
    BUT, Adobe being Adobe, it's not perfect.
    If I click to "Edit Original" and then edit, and save, I must switch back to InDesign before it actually does the update. 
    That's problem 1.  I'd really rather not have to make that switch back.  Any way around that?
    Second, haivng switched back to InDesign to get that "live" update, if I [Command + Tab] back to the editing app, the "live" updating link is lost, so the next change I make I must go back to InDesign and use the TINY little button at the top of the screen to find the Update Link choice.
    I'd much rather a Keyboard Shortcut for Update All Links, rather than having to deal with this.
    Better yet, constant live updates would be epic.  Anyways to do this?    

    Rob Day wrote:
    Sounds like you have a problem with the concept of preferences.
    Looks like you have a problem with understanding what I'm searching for.
    Rob Day wrote:
    you want Update All to have a default key command, but I don't.
    Argh, there's part one of your problem.  I don't want it... I was looking for it, assuming it would be already assigned, and not wanting to try to find how to assign one of my own if it already existed.  This was made harder, ironically, by the fact it was already assigned, so there was no hint to the shortcut when seeing the Update options.
    Rob Day wrote:
    You want everything to automatically get updated, I don't—
    There's part two of your problem.  I don't want that for everyone, always, I just want it as a possible state, and to turn it on.
    Rob Day wrote:
    If you really think links should not have a modified state the scripting engine is comprehensiv
    And there's part 3.  I don't want to remove their modified state.  I just want for an "auto-update". 
    Now, where's that scrpting reference?  Does scripting have access to things like auto-update of Links?  I'm guessing not, since there would be some possible security problems exposed by such a thing being able to be implemented by parties outside Adobe.

  • Automator: load webpage fully and open all links?

    Hi,
    In addition to this script: Applescript/Automator - Open all links on a webpage I'm able to open all links on a website, but I'm trying to open all links on a fancy website that keeps loading if I keep scrolling to the bottom and/or click on show more posts. I've tried loading my website fully, but automator only detects the "first page" of it. Don't know if that makes sense.
    Tried to save it as a web archive from Safari, but that doesn't do the trick, I just get an error and it doesn't detect any links... unless I'm doing something wrong. 
    Current workflow:
    Get Current Webpage from Safari
    Extract URLs from Text
    Get Link URLS from Webpages
    Filter URLs
    Run AppleScript

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Is it possible to store all photos in an external drive? How do I do it?

    I have too many photos to store in my MacBook. Is it possible to store all photos in an external drive and still use iPhoto (or Aperture) to view them all?

    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Browser Issue all links in web pages do not work

    Having some issue with Browser: all links in web pages for various sites do not work. Browser was working fine for year or so just sopped the other day

    Are your links including "www" at the beginning? Is your default browser correct? If you have a backup just use that backup when your browser worked, to put it in its previous state, but first backup what you have so that you can upload your history ie if you still need it
    Twitter: @IAmBenGiey | Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Try my apps:
    The Ultimate Currency Converter and T2G - BloGFeed

  • I would like all links to open in the active tab, unless I command-click on the link.

    I've searched for answers to this question, and I was able to adjust the values for preferences in about:config so that all links open in the active tab, but after doing so I am unable to command-click to open a link in a new tab. Is there any way to change certain preferences so that command-clicking will override the browser.link.open_newwindow preferences? Or maybe there's some other way around this?
    This might seem like an odd request, but several sites I use (Tumblr especially) open nearly all links in a new tab by default, and it quickly gets out of hand. A "same-tab unless command-click" configuration would allow me to control where every link opens. Also, I would still like all links from external applications to load in a new tab.
    I'm using Firefox 32.0 on Mac OS X 10.9.4.
    Thanks

    Your request sounds similar to this old thread, except that you want a different setting for the third preference: [https://support.mozilla.org/questions/985943 How do I get when I click on a link it will not open in new tab? I want to open in the same tab where I clicked on that click.]
    (1) In a new tab, type or paste <strong>about:config</strong> and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste <strong>link.o</strong> and pause while the list is filtered.
    (3) Double click these to modify the values as desired:
    <strong>(A) browser.link.open_newwindow</strong>
    3 = divert new window to a new tab (<u>default</u>) (checked*)
    2 = allow link to open a new window (unchecked*)
    '''1 = force new window into same tab'''
    <strong>*</strong> First checkbox in Options &gt; Tabs
    <strong>(B) browser.link.open_newwindow.restriction</strong> - for links in Firefox tabs
    '''0 = apply the setting under (A) to ALL new windows (even script windows)'''
    2 = apply the setting under (A) to normal windows, but NOT to script windows with features (<u>default</u>)
    1 = override the setting under (A) and always use new windows
    <strong>(C) browser.link.open_newwindow.override.external</strong> - for links in other programs
    -1 = apply the setting under (A) to external links (<u>default</u>)
    '''3 = open external links in a <u>new tab</u> in the last active window'''
    2 = open external links in a <u>new window</u>
    1 = open external links in the <u>last active tab</u> replacing the current page
    Does that combination work?

  • Open all links and bookmarks in a new tab

    Today I updated to FF 23.0 and Tab Mix Plus is no longer fully functional, and I had to disable it. I am trying to duplicate its functions in about:config.
    I have two issues:
    1. How can I get all bookmarks to open in a new tab on the far right? Bookmarks are opening on top of the active tab, and this I cannot abide.
    2. How can I get all links to open in a new tab? No new windows, no right-click, no over-writing the current tab... just make ALL links open in a new tab on the far right?
    Thank you.

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

Maybe you are looking for