Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 91417 invoked from network); 15 Feb 2007 21:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 21:32:28 -0000 Received: (qmail 12051 invoked by uid 500); 15 Feb 2007 21:32:34 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 11975 invoked by uid 500); 15 Feb 2007 21:32:34 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 11964 invoked by uid 99); 15 Feb 2007 21:32:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 13:32:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 13:32:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86DE37141B8 for ; Thu, 15 Feb 2007 13:32:05 -0800 (PST) Message-ID: <25068158.1171575125529.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 13:32:05 -0800 (PST) From: "Paul Friedman (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON-2011) [improvement and patch] CFormsSuggest widget does not implement the on value changed event available for most cocoon form widgets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [improvement and patch] CFormsSuggest widget does not implement the on value changed event available for most cocoon form widgets --------------------------------------------------------------------------------------------------------------------------------- Key: COCOON-2011 URL: https://issues.apache.org/jira/browse/COCOON-2011 Project: Cocoon Issue Type: Improvement Components: Blocks: Ajax, Blocks: Forms Affects Versions: 2.1.10 Reporter: Paul Friedman Priority: Minor Fix For: 2.1.11-dev (Current SVN) CFormsSuggest widget does not handle the on value changed event. in definition: xxx return xxx(filter); xxx_onValueChanged(event.source.getForm()); in template: the patch for CFormsSuggest.js adds the onValueChanged function onValueChanged: function(/*String*/ value){ if(this.onchange == "cocoon.forms.submitForm(this)") { cocoon.forms.submitForm(this.domNode, this.name); } }, -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.