Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function exceptionAlert(){
  2.         return Ext.Msg.alert('Error', 'An error has occurred.');
  3. }
  4.  
  5.  
  6.  
  7. function noResult(x){
  8.         return (x == 0)?'Choose specific date range to display.':'No records were found.';
  9. }