留言板

AUI auto complete?

Suresh Babu,修改在10 年前。

AUI auto complete?

New Member 帖子: 19 加入日期: 13-9-3 最近的帖子
Hi All,

I have successfully displaying dropdown values using aui:select tag but now i have one requirement like based on the dropdown selected i have to display the remaining tow read only text boxes(All values are coming same table) . I am using Liferay6.1 .Could any one provide me with an example of how to go about this?. Thanks in Advance


Regards.
Suresh
thumbnail
Priyanka Dhingra,修改在10 年前。

RE: AUI auto complete?

Liferay Master 帖子: 501 加入日期: 11-12-20 最近的帖子
Use AJAX to get the data and populate elements
or as per requirements
you may directly use AUI autocomplete ( for this try browsing through the forum to get an example)
Suresh Babu,修改在10 年前。

RE: AUI auto complete?

New Member 帖子: 19 加入日期: 13-9-3 最近的帖子
Priyanka thanks for your reply, is it possible to do without ajx like JSON Web Services?, If yes please share the example code of displaying text fields based on dropdown selected using JSON