Author: pyaschenko
Date: 2009-06-26 10:27:53 -0400 (Fri, 26 Jun 2009)
New Revision: 14733
Modified:
branches/community/3.3.X/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
Log:
https://jira.jboss.org/jira/browse/RF-7460
Modified:
branches/community/3.3.X/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
===================================================================
---
branches/community/3.3.X/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2009-06-26
14:00:53 UTC (rev 14732)
+++
branches/community/3.3.X/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2009-06-26
14:27:53 UTC (rev 14733)
@@ -973,7 +973,7 @@
RichFaces.Suggestion = Class.create();
Object.extend(Object.extend(RichFaces.Suggestion.prototype, Suggestion.Base.prototype),
{
- initialize: function(containerId, actionUrl, element, content, onsubmit, options) {
+ initialize: function(actionUrl, element, content, onsubmit, options) {
var update = options.popup || 'ac1update';
if (!$(update)) this.create(element, update, content, options);
this.baseInitialize(element, update, options);
@@ -983,7 +983,6 @@
this.options.defaultParams = this.options.parameters || null;
this.content = content;
this.contentTable = content+":suggest";
- this.containerId = containerId;
this.actionUrl = actionUrl;
if (onsubmit && onsubmit != 'null'){