Sunday, March 11, 2012

2 AutoCompleter questions

Hi,

the autocomplete list's items are rendered as <div /> elements and their text is setup using the createTextNode() method, thus is not possibile to inject html.
Regarding the alignment problem, in which browser are you experiencing this issue?

That screen shot is from IE 6 and the code used is pasted directly from theAtlas walkthrough pages

<p>This file contains a server-side Atlas AutoComplete.</p>
<asp:TextBox ID="TextBox1" runat="server">
</asp:TextBox>
<atlas:AutoCompleteExtender runat="server"
ID="autoComplete1">
<atlas:AutoCompleteProperties TargetControlID="TextBox1"
Enabled="True" ServicePath="AutoCompleteService.asmx"
ServiceMethod="GetWordList"
minimumprefixlength="1" />
</atlas:AutoCompleteExtender>

I've added nothing for style/placement


Hi,

MorningZ:


I've added nothing for style/placement


even for the TextBox's parent elements?

No comments:

Post a Comment