📜  旧 codestar textarea 字段 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:36.794000             🧑  作者: Mango

代码示例2
array(
  'id'            => 'unique_option_202',
  'type'          => 'textarea',
  'title'         => 'Another Textarea Field',
  'desc'          => 'This is an option',
  'help'          => 'Write something',
  'attributes'    => array(
    'placeholder' => 'Do stuff',
    'rows'        => 20,
  ),
  'after'         => '

Some informations for this option.

', ),