GUI Components JavaScript DHTML





  A complex sample page
  
    // possible config opts, use specially named array "NWconfig"
    var NWconfig = new Array();
    NWconfig["includeTooltips"]=true;
    // NWconfig["isProduction"]=true;
  
  
  
    with(__scripts__){
      //widget includes
      require(__config__.widgetPath+"button_widget.js");
      require(__config__.widgetPath+"tool_bar_widget.js");
      require(__config__.widgetPath+"split_pane_widget.js");
      require(__config__.widgetPath+"alert_box_widget.js");
      require(__config__.widgetPath+"window_widget.js");
      require(__config__.widgetPath+"menu_bar_widget.js");
    }
    // __env__.onLoad will be emitted when the page loads, so connect our init function to it
    __sig__.connect(__env__, __env__.onLoad, null, envInit);
    // test named searching
    // __config__.addSearchId("pyCal","pyMail");
    //keystroke handler for outputting theme information, shift-t
    __env__.setKeystroke('t', true, false, false, null, function(){__theme__.outputTheme();});
    
    function envInit(){
      __scripts__.endInitLoads();
      create_console('<>', 0, 0, 'right', 'top', 400, 300, 100);
      var winObj = NW_WIDGET_window_create_load_append(300, 300, 100, 100, 'netWindows news', "on the web, no one knows you're a dog, but they sure as hell know you can't spell", 'news.html');
      winObj.setKeystroke('t', true, false, false, null, function(){stdout('foo');});
    }
   
  
    body, div, span, p {
      font-family: helvetica, arial, sans-serif;
      letter-spacing: 1px;  
    }
    .hide {
      visibility: hidden;
    }
    .themeImg {
      position: absolute; 
      left: 0px; 
      padding: 0px;
    }
  



  
  
  
  
  
  
  
    News

    NW_WIDGET_window_create_load_append(300, 300, 100, 100, 'netWindows news', 'news', 'news.html');

    left: 23px; top: 1px; position:absolute;

  
  
    Alpha Focus
    if(__env__.alphaFocus){__env__.alphaFocus=false; this.setText('Alpha: Off');}else{__env__.alphaFocus=true; this.setText('Alpha: On');}
    left: 23px; top: 23px; position:absolute;
  
  
  
    
    
    
  
  netWindows.org is © 2000-2001 Alex Russell.