- Posts: 3
- Thank you received: 0
Feature request tabstate in backend views
- illovo
- Topic Author
- Offline
- New Member
-
Less
More
10 years 11 months ago - 10 years 11 months ago #4959
by illovo
Feature request tabstate in backend views was created by illovo
Joomla 3.2.3, ZHGM 5.5.2.4 and earlier
Whenever you save in an edit view the first tab is opened afterwards. That's very confusing sometimes, when there are lots of tabs and parameters.
By adding a single line in
/administrator/components/com_zhgooglemap/zhgooglemap.php
Joomla remembers the last opened tab in all views:
Maybe you like it.
Whenever you save in an edit view the first tab is opened afterwards. That's very confusing sometimes, when there are lots of tabs and parameters.
By adding a single line in
/administrator/components/com_zhgooglemap/zhgooglemap.php
Joomla remembers the last opened tab in all views:
Code:
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
JHtml::_('behavior.tabstate'); // ...ADD THIS LINE...
...
Maybe you like it.
Last edit: 10 years 11 months ago by illovo.
Please Log in or Create an account to join the conversation.
- Dima
-
- Offline
- Platinum Member
-
10 years 11 months ago #4966
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Feature request tabstate in backend views
OK, I'll do it in next release
Don't forget support my developments: post review in JED , donate , help with translation

Please Log in or Create an account to join the conversation.
Time to create page: 0.323 seconds