Autocomplete in text field. [message #557651] |
Wed, 08 September 2010 12:39 |
Michal Borek Messages: 25 Registered: August 2010 |
Junior Member |
|
|
Hello,
I'm trying to implement autocomplete in text field containing path to some resource.
If user types some text, contentproposal searches for specific directory and if finds something it adds proposals.
The problem is, when I type, for example "tem" , and it proposes: "template", "templates", "temp", when I select one it adds text, so it looks as follows:
"temtemplate"
When I change flag to replace old text it replaces all text in textfield.
Is it possible to tell where it should start replacing ?
for example if I have this text in text field: "/templates/index" and field assist shows me: index.html, about.html, help.html, when I choose about.html i want to have /templates/index/about.html.
Can you please help me ?
|
|
|
Powered by
FUDForum. Page generated in 0.03133 seconds