Ticket #5456: 5456.patch
File 5456.patch, 481 bytes (added by , 13 years ago) |
---|
-
_samples/api_dialog.html
91 91 } 92 92 ] 93 93 }); 94 } 94 95 // Rewrite the 'onFocus' handler to always focus 'url' field. 96 dialogDefinition.onFocus = function() 97 { 98 var urlField = this.getContentElement( 'info', 'url' ); 99 urlField.select(); 100 } 101 } 95 102 }); 96 103 97 104 //]]>