Using ImportScript
To insert an importScript component:
-
In the Design Structure Window of the desired file, locate the node in
which you wish to insert an importScript component.
-
In the Component Palette, select Miscellaneous
Components from the dropdown list, and then drag and drop the
importScript component to the parent node of your choice.
The importScript node is inserted and
highlighted under the expanded parent node.
-
In the Property Inspector, set the following attribute for the
importScript component:
-
names - Enter a UIX JavaScript function name, e.g.
TableProxy(). You may add a series of function names separated by
whitespace.
Note: To use data binding, see
Data Binding a Component Attribute.
Example (UIX XML)
<importScript names="submitForm() TableProxy()"/>
Related topics
About ImportScript
Working with Simple and
Miscellaneous Components
Copyright © 1997, 2004, Oracle.
All rights reserved.