[web2py] JQuery Mobile Plugin

2015-08-27 Thread Cypher
Can someone out there please assist me here, i want my website to appear right on mobile devices, cellphones and tablets but i am having a pretty hard time using the jquery mobile plug in, how does it work??? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Jquery Mobile

2014-02-25 Thread clara
Hi all, I am using jquerymobile on a web2py test application and I realize that the response.flash notifications can not be closed or dismissed. I checked the layout.html in jquery_plugin and it does include web2py_ajax.html which includes web2py.js, but the notifications don't work as

[web2py] Jquery Mobile

2014-02-24 Thread clara
Hi all, I am using jquerymobile on a web2py test application and I realize that the response.flash notifications can not be closed or dismissed. I checked the layout.html in jquery_plugin and it does include web2py_ajax.html which includes web2py.js, but the notifications don't work as

[web2py] jquery mobile: popup calendar does not always appear

2013-04-23 Thread Rowdy
Greetings, I am developing a desktop/mobile application using web2py 2.4.6 (currently hosted on CentOS 6.4 with Python 2.6.6, web2py running from source). If I have an SQLFORM containing a date field, when I tap on the field on a mobile device the popup calendar does not appear. Currently

[web2py] Jquery mobile module not working

2013-04-02 Thread Torvald Baade Bringsvor
Hi I'm trying out the jquery mobile plugin for web2py (2.4.5) and I'm having no success. When I load the page (both on mobile device and desktop) I get a blank page. When I look at the JavaScript console I get this error: Uncaught Error: Syntax error, unrecognized expression:

[web2py] jquery mobile plugin layout problem

2013-02-26 Thread Omi Chiba
How can I add margin both side of the page? I attached my screen shot. jquery mobile should give me the margin on left and right side so text, buttons fit nicely but there is no space when you use the plugin so the text doesn't look good. I use web2py 2.3.2 and downloaded the latest jquery

[web2py] Form.process().accepted stops form (web2py + jquery mobile)???

2013-02-23 Thread Ivan Gazzola
I've the action nominativo, that works. When i add the if condition for checking form.process().accepted (is the code from to ) the form submit data but don't accept the variables. Any idea I need the conditional for redirection after form submission def nominativo():

[web2py] Re: Form.process().accepted stops form (web2py + jquery mobile)???

2013-02-23 Thread Massimo Di Pierro
You are doing it twice. The same call always fails. if request.args(0)0: ... else: form=SQLFORM(db.Nominativi).*process*() if form.*process*().accepted: ... On Saturday, 23 February 2013 07:27:11 UTC-6, Ivan Gazzola wrote: I've the action

[web2py] Re: Form.process().accepted stops form (web2py + jquery mobile)???

2013-02-23 Thread Ivan Gazzola
OPS. thanks Il giorno sabato 23 febbraio 2013 16:43:17 UTC+1, Massimo Di Pierro ha scritto: You are doing it twice. The same call always fails. if request.args(0)0: ... else: form=SQLFORM(db.Nominativi).*process*() if

[web2py] JQuery Mobile + web2py - how to set data-url attribute dynamically? bodydiv data-role=page data-url=docs/pages/docs-links-urltest/

2011-11-30 Thread Constantine Vasil
JQuery Mobile + web2py presents unique challenge because JQuery Mobile takes over control after server side. One issue I had was with redirections which does not work properly in this environment. JQuery Mobile recognized this and added an option how to make this working properly by returning

Re: [web2py] jquery mobile 1.0 released

2011-11-18 Thread Angelo Compagnucci
This should be absolutely in web2py! 2011/11/18 Massimo Di Pierro massimo.dipie...@gmail.com: http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/ -- Profile: http://www.gild.com/compagnucciangelo Register on Gild: http://www.gild.com/referral/compagnucciangelo

[web2py] jquery mobile 1.0 released

2011-11-17 Thread Massimo Di Pierro
http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/

[web2py] jquery mobile and returning DIV() with content format

2011-09-27 Thread Murray3
how do we do this with DIV() Helper? for instance in interactive i want to return a div element for collapsible elements print gluon.DIV( data-role=collapsible data-theme=contention) thanks

[web2py] Jquery Mobile plugin

2011-08-12 Thread António Ramos
hello i just found that in the layout of the plugin i need to include this line otherwise the content will not fit properly in the mobile phone meta name=viewport content=width=device-width, initial-scale=1,maximum-scale=1 i got this tip from the book *Master Mobile Web Apps with jQuery

[web2py] JQuery Mobile

2011-08-11 Thread António Ramos
Hello, i had troubles using jquery mobile plugin. It did not fit properly in my samsung galaxy. The buttons and text boxes are too small. Something is not ok so i bought a book about jquery mobile. I did not include the jquery mobile layout and it works ok now. The problem is, i need a date

[web2py] JQuery Mobile plugin . No date picker ?

2011-07-25 Thread António Ramos
no datepicker in jquery mobile plugin? thank you António

[web2py] jquery mobile switch in view

2011-07-22 Thread andrej burja
hi is it possible to create a site with a switch like chosing a language (http://vimeo.com/7520812) but instead of language i would like to select which version of a view i woul like to see: desktop or mobile so the first line in i view would be: extend layout.html or extend

[web2py] jquery mobile, google maps and routes.py

2011-04-02 Thread ChrisM
i am using the examples from; I have a incoming request at http://localhost:8000/#/init/default/map_geoloc in routes.py i have: routes_in = ((r'.*:/favicon.ico', r'/examples/static/favicon.ico'), (r'.*:/robots.txt', r'/examples/static/robots.txt'),

[web2py] jquery mobile

2011-03-21 Thread ChrisM
I am looking for a basic scaffold app that uses jquery mobile , I also use app engine to host my code. tried modifying existing app but run into problems, web2py doesn't serve the mobile page even with a hello world type template. Could you step me through what i should be configuring, sorry but i