天天看點

tpl.func.php,微擎架構函數元件 - YangJunwei

function _tpl_form_field_date($name, $value = '', $withtime = false)

function tpl_form_field_link($name, $value = '', $options = array())

function tpl_form_module_link($name)

function tpl_form_field_emoji($name, $value = '')

function tpl_form_field_color($name, $value = '')

function tpl_form_field_icon($name, $value='')

function tpl_form_field_image($name, $value = '', $default = '', $options = array())

{php echo tpl_form_field_image('thumb',$activity['thumb'], '', array('global'=>false, 'dest_dir'=>'need_image/image'));}

'dest_dir'=>'need_image/image' 代表存儲在微擎檔案夾attachment/images/自定義檔案夾/need_image/image目錄下

注意:圖檔上傳目錄隻能指定最多兩級目錄,如: "we7", "we7/d1"'

function tpl_form_field_multi_image($name, $value = array(), $options = array())

function tpl_form_field_audio($name, $value = '', $options = array())

function tpl_form_field_multi_audio($name, $value = array(), $options = array())

function tpl_form_field_video($name, $value = '', $options = array())

function tpl_form_field_location_category($name, $values = array(), $del = false)

function tpl_ueditor($id, $value = '', $options = array())

function tpl_edit_sms($name, $value, $uniacid, $url, $num)