Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
Index of the
javascript
module
m
webhelpers.rails.javascript
...
-
Javascript Helpers
f
button_to_function
...
-
Returns a link that'll trigger a JavaScript
function
using the onclick handler and return false after the fact.
f
javascript_tag
...
-
Returns a JavaScript tag with the
content
inside.
f
escape_javascript
...
-
Escape carriage returns and single and double quotes for JavaScript segments.
f
link_to_function
...
-
Returns a link that'll trigger a JavaScript
function
using the onclick handler and return false after the fact.
Top