Editing the PrimaryClientAction Attribute

To edit the primaryClientAction attribute for a client action enabled component:

  1. In the UIX Visual Editor or Design Structure Window of the desired file, select the component you wish to edit.
  2. In the Property Inspector, click in the right column of the primaryClientAction attribute, then click the Ellipsis button icon to enter the clientAction to fire.

    The PrimaryClientAction dialog displays.

  3. Set the following client action attributes for the client action enabled component in the primaryClientAction tab:
  4. To use data binding to specify the complex attribute, click the Advanced tab. You can either enter an EL syntax data binding expression or click Bind to Data button next to the expression field to use the Bind to Data dialog to select a data source.

Note: To use data binding, see also 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 Client Actions
About Partial Page Rendering

Working with Form Components

 

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