Hi all,
I want to accomplish something like this. (
http://tinypic.com/r/2uza2d2/3) .
Is this possible in Pivot?
Basically I need to provide some kind of auto-complete
feature. I think I can accomplish this if I can get the exact location of
the last character that was inserted in textarea.
Something like this:
<panel>
<textarea >
<textarea>
<auto complete component visiable=”false” >
<auto complete component>
</panel>
Now when the user enters characters, the <auto complete component> would
become visible, and it’s location will be the last characters location in
textarea.
Thanks,
Dhaval