第二个分类自动完成取决于第一个分类自动完成
Drupal-7
第二个分类自动完成取决于第一个分类自动完成。
添加优惠:
步骤 1) 具有自动补全功能的国家/地区,城市为空
国家: U
------------美国
城市:
步骤 2)当我们选择 USA 时,我们可以使用具有自动完成功能的 City
国家: 美国
城市: 是
--------伯克利
步骤3)但我们只是插入新项目Bexxx
国家: 美国
城市: Bexxx
搜索报价:
步骤 1) 国家/地区 - 从列表中选择美国,城市为空
国家: 美国
-----------德国
城市:
步骤 2) 当我们选择 USA 时,列表中有 3 项
国家: 美国
城市: 伯克利
--------柏林
--------Bexxxxx
Drupal-7
Second taxonomy autocomplet depend on first taxonomy autocomplet.
Add offer:
step 1) Country with autocomplet , City is empty
Country: U
------------USA
City:
step 2) when we select USA then we can use City with autocomplet
Country: USA
City: Be
-------Berkeley
Step 3) but we just insert new item Bexxx
Country: USA
City: Bexxx
Search offer:
Step 1) Country - select USA from the list, City is empty
Country: USA
-----------Germany
City:
Step 2) when we select USA then we have 3 items on the list
Country: USA
City: Berkeley
-------Berlin
-------Bexxxxx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 Drupal 6,模块 分层选择 和 视图。然后在视图中我使用带有暴露过滤器的字段。
I use Drupal 6, module Hierarchical select and Views. Then in Views I used field with exposed filter.
这是依赖字段的一个简单示例。创建一个名为“myajx”的简单模块并按原样放置此代码。现在通过 url 访问,即“http://localhost/mypage”。现在从第一个字段中选择一个值,您将看到下面的字段中仅列出了其相关值。
This is a simple example of dependent fields. Make a simple module named "myajx" and placed this code as it is. Now access through url ie "http://localhost/mypage". Now select a value from first field and you will see only its dependent values are listed in below field.