[TOC]
## tpl_ueditor 百度富文本編輯器
~~~
string tpl_ueditor(string $id, [string $value]);
~~~
| | | |
| -- | -- | -- |
|$id |stirng |表單input名稱|
|$value |string |表單textarea值|
**示例**
~~~
{php echo tpl_ueditor('content', '百度編輯器');}
~~~
**返回**
> 生成百度富文本編輯器的HTML代碼。
**如圖**

## tpl_form_field_audio() 音樂選擇與上傳
~~~
string tpl_form_field_audio(string $name, [string $value], [array $options]);
~~~
| | | |
| -- | -- | -- |
|$name |string| 表單input名稱|
|$value |string |表單input值|
|$options |array |表單中input附加信息|
**示例**
~~~
{php echo tpl_form_field_audio('audio');}
~~~
**返回值**
> 生成音樂選擇與上傳控件的HTML代碼。
## tpl_form_field_multi_audio() 批量上傳音頻
## tpl_form_field_category_2level() 二級分類選擇器

## tpl_form_field_calendar() 出生日期控件

## tpl_form_field_color() 拾色器 (獲取 HTML 色彩代碼)

## tpl_form_field_coordinate() 地理位置選擇器

## tpl_form_field_date() 單個日期選擇器

## tpl_form_field_daterange() 范圍日期選擇器

## tpl_form_field_district() 省市縣(區)地區選擇控件

## tpl_form_field_emoji Emoji表情選擇器

## tpl_form_field_icon()系統圖標選擇器

## tpl_fans_form() 系統預設表單
## tpl_form_field_image() app 端圖片上傳
## tpl_form_field_industry()行業分類選擇器
## tpl_form_field_link() 系統鏈接選擇器