how can find form attributes?????
Permalink
hi i`m new in concrete i will know $form attributes form create blocks like this sample
<?php echo $form->label('content', 'Name');?>
<?php echo $form->text('content', $content, array('style' => 'width: 320px'));?>
it was in basic_sample of blocks
i will know another attributes i don`t know something like $form->text
has it anything like $form->select ?????
<?php echo $form->label('content', 'Name');?>
<?php echo $form->text('content', $content, array('style' => 'width: 320px'));?>
it was in basic_sample of blocks
i will know another attributes i don`t know something like $form->text
has it anything like $form->select ?????