O2O电商网站平台Select2使用说明
<!--查询对应的码头、港口或堆场信息 select -->
<#include "../common/common_getport.ftl"/>
以上导入select2所需的API在你所需要用到select2的页面。
<select name="portSelect" getByType="P" placeholderName="请输入目的港" selectWidth="50%">
<option value="" selected></option>
</select>
以上是在你需要用到 select2 的地方加上的代码
属性说明:
getByType:定义查询类型,例如:(P:港口,T:码头,Y:堆场,D:地点,0:无)
如果查询码头就定义getByType="T",
如果查询港口与码头则getByType="PT",
placeholderName:输入提示信息
selectWidth:设置select 的宽度