Answer the question
In order to leave comments, you need to log in
jquery canceled in yii1 activeform?
There is a form
<?php
$form = $this->beginWidget('CActiveForm', array(
'action' => Yii::app()->createUrl($this->route),
'method' => 'get',
'id' => 'FindForm'
));
?>
// тут еще inputs
<div class="col-md-6">
<?php echo CHtml::submitButton('Find'); ?>
</div>
<?php $this->endWidget(); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question