[fusion-commits] r1779 - branches/fusion-1.1/widgets/LinkToView

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Feb 6 16:11:34 EST 2009


Author: madair
Date: 2009-02-06 16:11:34 -0500 (Fri, 06 Feb 2009)
New Revision: 1779

Modified:
   branches/fusion-1.1/widgets/LinkToView/LinkToView.html
Log:
re #34: select the input when it gets focus

Modified: branches/fusion-1.1/widgets/LinkToView/LinkToView.html
===================================================================
--- branches/fusion-1.1/widgets/LinkToView/LinkToView.html	2009-02-06 21:10:18 UTC (rev 1778)
+++ branches/fusion-1.1/widgets/LinkToView/LinkToView.html	2009-02-06 21:11:34 UTC (rev 1779)
@@ -5,7 +5,7 @@
 <body>
   <div>
     <p><a id='linkToMap' target='_blank'>Link</a> to this map view.  The full URL is provided below.</p>
-    <input type='text' id='linkField' size='60'/>
+    <input type='text' id='linkField' size='60' onclick="document.getElementById('linkField').select();"/>
   </div>
 </body>
 </html>
\ No newline at end of file



More information about the fusion-commits mailing list