| modular application design |
select |
this is an example of how to create a modular application with web2py |
Application |
2010-03-13
|
mudular,
design,
signal,
slot,
ajax,
plugin
|
4
|
| eye candy ajax file upload in LOAD/plug-in component with component refresh |
select |
Forms that are in a LOAD div (e.g. a plug-in) do not upload files. To get around this I used a jQuery plugin. I combined this with the ability of web2py to update components selectively. |
Plugin |
2010-02-19
|
"file
upload"
upload
ajax
"eye
candy"
plug-in
|
0
|
| WYSIWYG Markdown in Your Plugin/LOAD ajax=True |
select |
How to get a WYSIWYG editor for form textareas that saves markdown (lightweight markup language supported by web2py) even in an ajax frame and how to dispay the markdown text again |
Application |
2010-01-25
|
ajax
markdown
WYSIWYG
plug-in
editor
|
5
|
| Ajax Live User Validation |
mandriluy |
Very easy to use and implement ajax user validation, it checks if the user exists on the DB table or not.. if it exists it avoids form submission. |
Javascript |
2010-01-21
|
ajax
web2py
user
validation
|
5
|
| Ajax Live Search (auto-complete) |
mandriluy |
This is a very easy way to make an ajax live search using JQuery , xHTML , CSS and Web2Py on the server side ;-) |
Javascript |
2010-01-20
|
ajax
web2py
live
search
autocomplete
jquery
|
5
|
| GET requests in plugins/LOAD ajax=True |
select |
Web2py plugins are nice but you cannot use A href hyperlinks to refresh just the plugin div, here is a trick how to make GET requests from plugins |
View |
2010-01-17
|
LOAD
ajax
GET
plugin
href
link
|
0
|
| JSON-RPC From Javascript |
mrgrieves |
Enables your javascript to call web2py controller actions directly using JSON-RPC as a transport |
Other |
2010-01-15
|
json-rpc
ajax
javascript
|
0
|
| ajax function eyecandy |
select |
make the ajax function display a loading icon |
Application |
2009-12-01
|
ajax
loading
|
5
|
| Upload Progress in web2py |
andcycle |
base on Django snippets
<http://www.djangosnippets.org/snippets/678/>
<http://www.djangosnippets.org/snippets/679/> |
Other |
2009-10-16
|
AJAX
|
5
|
| Client Tools for web2py |
mr.freeze |
This is a helper module that I wrote for web2py that lets you do some interesting and useful things with client side script. You can manage resources (scripts and css), events and other behavior from the server. |
Javascript |
2009-09-19
|
events
jQuery
module
ajax
|
5
|
mr.freeze
mr.freeze
jumi
paulgerrard