hook mod='aboutcategory'|公告分类下拉选框钩子
标签名称:hook mod='infocategory'
功能说明:公告分类下拉选框
适用范围:全局
调用语法:<!--{hook mod='infocategory' type='select' value='' name='' text=''}-->
标签参数:
参数名 | 数据类型 | 是否必须 | 描述 |
mod | string | Yes | infocategory |
type | string | Yes | select-下拉选框 |
value | string | Yes/No | 当前值 |
name | string | Yes | select选项名称 |
text | string | No | 提示文字 |
标签实例:
下拉选框:
<!--{hook mod='infocategory' type='select' name='catid' text='=请选择='}-->