Creating a Link

To create a link:

  1. In the UIX Visual Editor or Design Structure Window of the desired file, locate the component or node in which you wish to insert a link.
  2. In the Component Palette, select Simple Components from the dropdown list, and then drag and drop the link component from the list to the parent node.
  3. In the Property Inspector, set the following attributes for the new link:

Note: To use data binding, see Data Binding a Component Attribute.

Example (UIX XML)


...
<link text="Client action enabled link">
  <primaryClientAction>
    <!-- client actions here -->
    <firePartialAction event="anyEvent"
                       formSubmitted="true"
                       targets="someTargetId">
      <parameters>
        <parameter key="keyone" value="keyvalue1"/>
        <parameter key="keytwo" value="keyvalue2"/>
      </parameters>
    </firePartialAction>
  </primaryClientAction>
</link>
...    

About Link
About Client Actions

Working with Simple and Miscellaneous Components
Working with Navigation Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.