You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/30 20:26:30 UTC

[Myfaces Wiki] Update of "JSValueChangeListener" by ArashRajaeeyan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by ArashRajaeeyan:
http://wiki.apache.org/myfaces/JSValueChangeListener

New page:
= JSValueChangeListener =
<t:JSValueChangeListener>

== Description ==
This component replicates the 'Value Change Listener' functionality on the client side. It can be used when the user would like a change in the value of one control to trigger off changes in the states of other controls. One or more Javascript Listeners can be nested within the source control (a control belonging to the 'javax.faces.Input' family). When the value of the source control is modified, the listeners are triggered and the states of the target controls modified.


== Screen Shot ==
Not a Visual Component

== API ==
|| component-family || javax.faces.Output ||
|| renderer-type || org.apache.myfaces.JsValueChangeListener ||
|| component-class || org.apache.myfaces.custom.jslistener.JsValueChangeListener ||
|| renderer-class || org.apache.myfaces.JsValueChangeListener ||
|| tag-class || org.apache.myfaces.custom.jslistener.JsValueChangeListenerTag ||

== Usage ==
   {{{<t:jsValueChangeListener }}}

{{{
<t:jsValueChangeListener for="id"
   property="property"
   expressionValue="{true|false}" 
   bodyTagEvent="eventName" />
}}}
== Syntax ==

== Instructions ==

== Attributes ==
|| '''name''' || '''required''' || ''''''description''' ||
||  ||  ||  ||

== Configuration ==
Don't need any extra configuration.

== Notes and Known issues ==
   * 

== Examples ==

== FAQ ==

== Additional Information ==