https://sourceforge.net/p/phpmyadmin/discussion/Hilfe/thread/cac7953a/
Somebody on the German Help forum wants to know:
by default, I call PMA 4.05 with: /phpmyadmin/db_structure.php?db=xyz
How can I automatically expand the table tree in the left column? I always have to click the tiny small [+] sign to view the tables.
J.M. @myx JubloITSolutions
On 08/06/2013 10:10 PM, J. M. wrote:
https://sourceforge.net/p/phpmyadmin/discussion/Hilfe/thread/cac7953a/
Somebody on the German Help forum wants to know:
by default, I call PMA 4.05 with: /phpmyadmin/db_structure.php?db=xyz
How can I automatically expand the table tree in the left column? I always have to click the tiny small [+] sign to view the tables.
Can't think of anything other than a hack:
AJAX.registerOnload('functions.js', function () { $('#pma_navigation_tree') .find('> div > ul > li > div > .expander') .click(); });
On Aug 6, 2013, at 5:10 PM, "J. M." mynetx@users.sf.net wrote:
https://sourceforge.net/p/phpmyadmin/discussion/Hilfe/thread/cac7953a/
Somebody on the German Help forum wants to know:
by default, I call PMA 4.05 with: /phpmyadmin/db_structure.php?db=xyz
How can I automatically expand the table tree in the left column? I always have to click the tiny small [+] sign to view the tables.
Sounds like http://sourceforge.net/p/phpmyadmin/feature-requests/1435/ is relevant
J.M. @myx JubloITSolutions
Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel