1 (continued)
Tag Name Description Parameters
ajax:htmlContent Fills a region on the page with
HTML content returned by
the server. Tag should be after
the web form.
baseUrl(required)-Server side
url that processes the Ajax
request.
source-id of the element to
which the event is attached.
sourceClass-CSS class name
to which event is attached.
Either source or sourceClass
is required.
target(required)-id of div tag
or other element that is filled
with the HTML response.
parameters(required)-A list of
parameters sent to the server.
ajax:select Retrieves a list of values from
the server and displays them
in a HTML select list. Tag is
required to appear after the
web form.
baseUrl(required)-Server side
url that processes the Ajax
request.
source-id of the select field to
which the event is attached.
target(required)-id of the
select field that is filled with
the AJAX response.
parameters(required)-A list of
parameters sent to the server.
ajax:updateField Updates one or more form
fields based on value of
another field.
baseUrl(required)-Server side
url that processes the Ajax
request.
source-Form field whose
value is sent to the server as a
parameter.
target(required)-A list of form
field IDs that are filled with
the AJAX response.
action(required)-id of button
or image tag that sends the
onclick event.
6.4 Installing AjaxTags 113
6.4 Installing AjaxTags
In this section we shall create an AjaxTags application in JDeveloper.
Pages:
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112