[Proto-Scripty] Autocompleter and Modalbox

2008-10-03 Thread CallinBollig

Hi,
   I have a small issue, which I can't find a solution to on the web.
Perhaps you can help. Using Prototype and Scriptaculous I have created
an autocompleter which calls an ASP.NET web service and works fine.
However when I put it onto a Panel which is made visible by a
modalbox.Show() the autocompleter no longer fires.
I am using the latest version of Prototype.cs and the scriptaculous
files.

Here is the code

div id=Panel1
table cellspacing=3 cellpadding=3
tr
td
Possible Values
br /
%--asp:ListBox ID=lbPossiblefiltervalues
runat=server Height=500px Width=150px/asp:ListBox--%
div id=div1 class=autocompleteContainer
h3
Custom autocomplete using AJAX and
parameters/h3
div id=divDetails5
nbsp;/div
input id=autocomplete5 type=text /
div id=autocomplete_choices5
class=autocomplete
/div
/div
/td
/tr
/table
input type=button value=Save onclick=onSavePopup() /
input type=button value=Cancel
onclick=Modalbox.hide();return false; /
/div

just let me reiterate the control works fine outside the modal box,
just not in the panel when the modal box is active. I've checked the
rendered html and the id's are correct.

Any help would be appreciated,

Best Regards

CB

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Autocompleter and Modalbox

2008-10-03 Thread CallinBollig

Hi,
   I have a small issue, which I can't find a solution to on the web.
Perhaps you can help. Using Prototype and Scriptaculous I have created
an autocompleter which calls an ASP.NET web service and works fine.
However when I put it onto a Panel which is made visible by a
modalbox.Show() the autocompleter no longer fires.
I am using the latest version of Prototype.cs and the scriptaculous
files.

Here is the code

div id=Panel1
table cellspacing=3 cellpadding=3
tr
td
Possible Values
br /
%--asp:ListBox ID=lbPossiblefiltervalues
runat=server Height=500px Width=150px/asp:ListBox--%
div id=div1 class=autocompleteContainer
h3
Custom autocomplete using AJAX and
parameters/h3
div id=divDetails5
nbsp;/div
input id=autocomplete5 type=text /
div id=autocomplete_choices5
class=autocomplete
/div
/div
/td
/tr
/table
input type=button value=Save onclick=onSavePopup() /
input type=button value=Cancel
onclick=Modalbox.hide();return false; /
/div

just let me reiterate the control works fine outside the modal box,
just not in the panel when the modal box is active. I've checked the
rendered html and the id's are correct.

Any help would be appreciated,

Best Regards

CB
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---