Tagged: ,

Viewing 2 reply threads
  • Author
    Posts
    • #1480
      Jason
      Keymaster

      I’m puzzled as to why the width of my text field isn’t adjusting. Is there something wrong with this?

      	piklist('field', array(
      		'type'	=> 'text',
      		'field'	=> 'profile_header',
      		'label'	=> 'Header',
      		'help'	=> 'The header above the content',
      		'attributes' => array(
      			'class'		=> 'text',
      			'columns'	=> 8
      		)
      	));
    • #1482
      Jason
      Keymaster

      I found it works when I bring it out of the attributes array. So apparently this needs to be corrected in the docs.

    • #1485
      Steve
      Keymaster

      @jason– You are really going through our docs. Thanks!

      Updated >

Viewing 2 reply threads
  • You must be logged in to reply to this topic.