L
L
Light7772016-02-14 12:14:40
Yii
Light777, 2016-02-14 12:14:40

How can Input type submit be written in Yii2?

How to write such piece of code in yii using Html helpers?

<input type="submit" name="submit" value="ОТПРАВИТЬ" class="more active">

The bottom fragment generates a Button, and I need it to generate an input code that is exactly the same as above
<?= Html::submitButton('Submit', ['class' => 'more active', 'name' => 'submit']) ?>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikita, 2016-02-14
@bitver

Html::submitInput()
What are you writing in a notepad?

E
Egor, 2016-02-14
@want2know

There is Html::submitInput.
PS: I don't understand why bother with submitting inputs and buttons.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question