How to create multiple horizontal and vertical tab like category page at admin side and save data in DB?
相关问题
- Magento 1.7.0.2 Index Management overwriting URL R
- Magento: Best way to avoid extension conflicts
- Magento Fatal error: Maximum execution error solut
- jquery/prototype conflicts in Magento
- 404 error when switching between stores when in a
相关文章
- Make Bootstrap tab Active on the bases of URL link
- ViewPager first fragment shown is always wrong wit
- Magento, translate validation error messages
- Magento API order id vs. increment id
- Decrease the tabs bar height in gnome terminal
- Unique constraint violation on Magento 1.4.0 to 1.
- Editing Magento sales e-mail payment block
- Adding tags to products in Magento
I have idea about adding vertical tab in form, just put below code in your tabs.php file of your module in _beforeToHtml() function
just give tabid whatever you want and in url give action name add this function also in your tabs.php file for handle tab update and call $this->_updateActiveTab(); in _beforeToHtml() function
add action in controller something like this