submit button

can we change submit button to the button

You can use CHtml class:


CHtml::button('This is new button');

The code above will produce


<input name="yt0" type="button" value="Hallo">