For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /htmlhelp/suppfiles/skins/phpZ skin.js









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /htmlhelp/suppfiles/skins/phpZ skin.js
Jakub Vrana

2006-05-22, 4:00 am

vrana Mon May 22 07:57:56 2006 UTC

Modified files:
/phpdoc/htmlhelp/suppfiles/skins/phpZ skin.js
Log:
Revert - search can be focused by a shortcut (RAQ)

http://cvs.php.net/viewcvs.cgi/phpd...7&diff_format=u
Index: phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js
diff -u phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.6 phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.7
--- phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js:1.6 Mon May 15 12:55:14 2006
+++ phpdoc/htmlhelp/suppfiles/skins/phpZ/skin.js Mon May 22 07:57:56 2006
@@ -36,6 +36,8 @@
assembleSkin();
document.all('pageContent').style.display = 'block';
//showPageCode();
+ // RAQ : Thursday, 17 February 2005 02:20 pm : Force focus to document to allow access keys to function.
+ document.focus();
// RAQ : Wednesday, 16 March 2005 01:58 pm : Force notes to be displayed if hash has been provided.
if (location.hash == '#userNotes')
showTabPane('pageNotes');
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com