Revision #6 has been created by Gerhard Liebenberg on Apr 4, 2013, 1:10:43 PM with the memo:
added comment
« previous (#5)
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(); ?>[...]