joomla 中自定义文本字段的自动完成器

发布于 2024-11-26 06:49:05 字数 365 浏览 0 评论 0原文

我正在使用的组件中有一个文本字段。我想为该字段实现自动完成器。另外,自动完成器应该从数组中获取数据...我从下面的链接尝试了使用 mootools 的自动完成器,但它在单独测试时有效,但当我将它与 joomla 集成时它不起作用。 http://digitarald.de/project/autocompleter/

任何人都可以建议我有哪些选项去满足我的要求。 ???或者 wat 可能是其无法正常工作的原因。

使用 Jquery 可能会导致与 mootools 冲突,所以没有尝试过该选项...

谢谢您的回复...

I have a textfield in a component i am using. I want to implement autocompleter for that field. Also the autocompleter should fetch data from an array...I tried the autocompleter with mootools from the below link but it works when tested seperately but when i integrate it with joomla it doesnt work.
http://digitarald.de/project/autocompleter/

Can anyone suggest me what are the options i can go after to fulfill my requirement. ??? or wat could be the cause that its not working.

Using Jquery might result in conflict with mootools so havnt tried that option.....

Thank you for the reply...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌吟 2024-12-03 06:49:05

也许您的问题是 Joomla 将响应呈现为 HTML 而不是 JSON。尝试在浏览器中打开用于自动完成的 URL 并查看页面源代码。

如何呈现有效的 JSON 或 XML,您可以阅读 Joomla Wiki 的“生成 JSON 输出”和“分别生成 XML 输出”

Maybe your problem is that Joomla renders response as HTML not JSON. Try to open the URL which you use for autocompletion in browser and see page source.

How to render valid JSON or XML, you can read in Joomla Wiki, sections "Generating JSON output" and "Generating XML output" respectively

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文