Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 13683 invoked from network); 16 Feb 2007 04:14:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 04:14:28 -0000 Received: (qmail 82932 invoked by uid 500); 16 Feb 2007 04:14:34 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 82866 invoked by uid 500); 16 Feb 2007 04:14: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 82855 invoked by uid 99); 16 Feb 2007 04:14: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 20:14: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 20:14:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86CA97141A2 for ; Thu, 15 Feb 2007 20:14:05 -0800 (PST) Message-ID: <21452255.1171599245533.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 20:14:05 -0800 (PST) From: "Antonio Gallardo (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Assigned: (COCOON-2011) [improvement and patch] CFormsSuggest widget does not implement the on value changed event available for most cocoon form widgets In-Reply-To: <25068158.1171575125529.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Gallardo reassigned COCOON-2011: ---------------------------------------- Assignee: Antonio Gallardo > [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 > Assigned To: Antonio Gallardo > Priority: Minor > Fix For: 2.1.11-dev (Current SVN) > > Attachments: CFormsSuggest_patch > > > 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.