asuwebplatforms / webspark-module-webspark_isearch
提供与isearch的集成
1.0.2
2021-11-17 09:49 UTC
- dev-main
- 1.0.2
- 1.0.1
- 1.0.0
- dev-hotfix-1117
- dev-fix_warnings
- dev-readme
- dev-add-license-1
- dev-WS2-851
- dev-feature/stable-release
- dev-WS2-708
- dev-isearch_match_component
- dev-azurite_changes
- dev-WS2-298
- dev-isearch_widgets
- dev-feature/update-isearch-form-display
- dev-feaure/rebuild-module
- dev-feature/WS2-353_dept-view
- dev-feature/WS2-355_error-handling
- dev-feature/fix-release
- dev-feature/WS2-251_isearch
This package is auto-updated.
Last update: 2024-09-17 22:14:30 UTC
README
描述
Isearch模块提供了创建isearch组件的功能。此组件通过Web服务从asurite宇宙检索人员。
第三方助手
本模块是在jstree https://www.jstree.com/ 的帮助下开发的
功能
我们有两个适用于文本字段的FieldWidgets
- 目录小部件:从asurite检索目录
- AsuriteID小部件:从特定目录检索人员
配置
它位于/admin/config/isearch/settings路由上的配置表单。
附加信息
目前,组件的视觉部分是在REACT中实现的。
已知限制
- 当前字段不能超过255个字符。
- 同一页面上不能有多个同类型字段(部门ID和asurite ID)。
需求
Drupal 8.x或Drupal 9.x
如何使用
在布局构建器中添加isearch类型的组件。
您还可以通过在实体表单显示中添加它们来在其他组件上使用相同的widgets。