[web2py] Wiki in Chap 3 of Documentation

2010-07-21 Thread Jeff S
Does someone have an uploadable version of the wiki application found in chapter 3? The search page does not work on my computer, but I can't understand why. My best guess would be a security feature in Internet Explorer, but I would like to exclude the possibility of an error in my code. The

Re: [web2py] Wiki in Chap 3 of Documentation

2010-07-21 Thread Bruno Rocha
I have this app working fine, but I had to change the search to: controller: def search(): an ajax wiki search page return dict(form=FORM(INPUT(_id='keyword', _onkeyup=ajax('bg_find', ['keyword'], 'target');)), target_div=DIV(_id='target')) def bg_find():