kartik-v / yii2-tabs-x

Extended bootstrap tabbed navigation widget for Yii 2.0 with various alignment and styling options.
Other
30 stars 17 forks source link

Change active tab on click in form #46

Closed tigrasti closed 5 years ago

tigrasti commented 7 years ago

Is it possible to change active tab on submiting form above tabx, based on post data?

aikon2 commented 5 years ago

my trick, in submitting form create variable step for change active tab: if( $model->load($request->post()) ) { if( $model->save() ){ $step +=1; return $this->redirect(['update', 'step' => $step, '#' => 'w0-tab' . $step]); } }

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.