File: skins/js/js2.js

Recommend this page to a friend!
  Classes of philippe thomassigny   WAJAF   skins/js/js2.js   Download  
File: skins/js/js2.js
Role: Example script
Content type: text/plain
Description: Example script
Class: WAJAF
Build single page applications
Author: By
Last change: first commit
Date: 2 years ago
Size: 929 bytes
 

Contents

Class file image Download
/* js2.js, WAJAF, the WebAbility(r) Javascript Application Framework Contains an example to use with JSODManager.js (c) 2008-2009 Philippe Thomassigny This file is part of WAJAF WAJAF is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. WAJAF is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with WAJAF. If not, see <http://www.gnu.org/licenses/>. */ function thetest() { alert('This is the js2 loaded function'); }