Wiki articles tagged with "repetition"

Showing 1-2 of 2 items.

FORM with GET method causes repeated stacking of URL Parameters

Created 11 years ago by Kartik V Kartik V, updated 11 years ago by toph toph.

// In Yii 1.x $form = $this->beginWidget('CActiveForm', [

'id' => 'order-search-form',
'method' => 'get',

]); echo $form->textInput($searchModel, 'id'); echo CHtml::submitButton('Find', ['class' => 'btn btn-primary']); $this->endWidget(); `

7 2
41 followers
Viewed: 64 427 times
Version: all
Category: Tips

javascript + tabular input

Created 14 years ago by zaccaria zaccaria, updated 13 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

If you tried this extension with success, maybe you thought how to do it without page submission or ajax calls.

13 1
25 followers
Viewed: 40 743 times
Version: 1.1
Category: How-tos