The navigation menu at the top of the http://www.playframework.org site features a small arrow pointing upward for the currently selected section (Home, Learn, Download,...). I tried to get behind ...
have anyone found a substitution for RJS in "Ruby on Rails" for play?
P.S.
I don't mean just a tag with script section.
I mean real server-generated JavaScript-file.
Is there's a way to get the value returned by a java controller method in javascript in the views ?
what I want to do is:
i'm in view showX rendered by controller ...
Does anyone have an elegant solution to pass server values to javascript (that is not inline) in playframework? just like ${x} or &{'x'} inside html
Currently I can think of
I am very new to AJAX and trying to achieve a 'show more' functionality, What I need is a solution which returns a list of objects, lets say 3 items then ...
I'm working on an application which involves a lot of ajax calls, and I want each of these ajax snippets only to be loaded when specific pages are requested. Often the ...
I have downloaded Play Framework from GitHub and compiled it. Now I want to use WebSockets and made a JavaScript client and a WebSocket controller similar to the one on
I have a template that has some Javascript used to generate graphs in the browser. I would like to use that same template to create a PDF and send as ...