fields.inc.php 345 B

1234567891011121314
  1. <?php
  2. $fields = array('text'=>'单行文本',
  3. 'textarea'=>'多行文本',
  4. 'editor'=>'编辑器',
  5. 'box'=>'选项',
  6. 'image'=>'图片',
  7. 'images'=>'多图片',
  8. 'number'=>'数字',
  9. 'datetime'=>'日期和时间',
  10. 'linkage'=>'联动菜单',
  11. 'omnipotent'=>'万能字段',
  12. 'checkmobile'=>'短信验证',
  13. );
  14. ?>