Hi All

New component added!

The AjaxAutoInvoker is used for connecting an AjaxEventSubmit component,
actually any AjaxSubmitInvocation implementation that implement getFunctionName() method.
which indicate the ajax submit event method name. for example :

document.AjaxFormSubmit_scriptForm = function(event) {
...
}

but the current AjaxLinkSubmit, AjaxImageSubmit, AjaxSubmit haven't implement getFunctionName() yet.
so these should not work well with AjaxAutoInvoker.

the usage:

      <span jwcid="[EMAIL PROTECTED]:AjaxEventSubmit"
            action="">            parameters="ognl:scriptName"
            updateComponents="ognl:{'scriptFullName'}"
            effects="template:{highlight:{any:'[219,128,135], 500, 500'}}" />

      <span jwcid="[EMAIL PROTECTED]:AjaxAutoInvoker"
            intervalMilliseconds="2000" target="component:scriptSubmit"/>


enjoy it! :)

Felix Sun








Reply via email to