Changes
Title
unchanged
Use a form and CGridview in separate CJuiTabs (with same or multiple models) and submit all CJuiTabs simultaneously.
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
CJuiTabs CGridview Multiple Models Submit Simultaneously
Content
changed
[...]
'collapsible' => false,
),
));
?>
/* IMPORTANT: Put your submit button BEFORE the CJuiTabsActiveForm endWidget() */
... submit button here
<?php $this->endWidget(); ?>[...]