Sha256: c7653fdbcf5c9015aec31742a03128fc5c5cf43fb3006c7e76610d87ea6af8d9

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

{
  // handler for the ping_server action
  onPingServer: function(){
    // calling greet_the_world endpoint
    this.greetTheWorld();
  },

  // called by the server as the result of executing the endpoint
  showGreeting: function(greeting){
    this.update("Server says: " + greeting);
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
netzke-core-0.8.3 test/core_test_app/app/components/hello_world/javascripts/hello_world.js
netzke-core-0.8.2 test/core_test_app/app/components/hello_world/javascripts/hello_world.js
netzke-core-0.8.1 test/core_test_app/app/components/hello_world/javascripts/hello_world.js
netzke-core-0.8.0 test/core_test_app/app/components/hello_world/javascripts/hello_world.js