[web2py] HTML5 widgets on SQLFORM.factory

2017-09-11 Thread Fabiano Almeida
Hi @ll! How to use HTML5 widgets on SQLFORM.factory? I have this peace of code: form = SQLFORM.factory(Field('year', 'integer', label='Year')) I like use this HTML5 input type="number" widget. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] HTML5 Local storage and web2py

2015-12-28 Thread luis . valladares
Hello! I want to use the HTML5 Local Storage (http://diveintohtml5.info/storage.html) to store session and other persisent data of my web2py application. There is any way to do this inside web2py or i must do this only with javascript? Maybe it could be an interesting feature to add if it

[web2py] html5 code to load/save textarea or other input

2013-02-01 Thread Massimo Di Pierro
https://gist.github.com/4696084 -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit

Re: [web2py] html5 background video script

2012-07-06 Thread howesc
i use jPlayer and it's timing events to track a variety of statistics around audio that i play. i suspect it works just as well for video. On Thursday, July 5, 2012 3:01:46 AM UTC-7, encompass wrote: There are usually javascript plugins that you can have handle any function you like when

[web2py] html5 background video script

2012-07-05 Thread lucas
hello one and all, i am good with server-side processing. very new to client-side java script stuff. i think this idea requires that; please give me your best advice. client loads a page that contains html5 video. user hits play on one of the videos on the page and is watching it. what is

Re: [web2py] html5 background video script

2012-07-05 Thread Jason Brower
There are usually javascript plugins that you can have handle any function you like when the video ends... Never used this but a quick google lead me to here... http://jplayer.org/latest/developer-guide/#jPlayer-events Notice it has event handling for when the video has ended. BR, Jason On

[web2py] html5 audio -- is ogg mime type missing from rocket server?

2012-02-22 Thread weheh
Summary: does rocket serve ogg mime type or do I need to add it in? Background: I'm trying to get html5 audio to work with Firefox 10.0.2. Firefox will only read ogg files. I generate the requisite ogg file but Firefox won't load it properly. When the page refreshes, the audio player will appear

[web2py] html5 suport for forms

2012-02-15 Thread Bruno Rocha
HI, I am starting to think how can we include support for this[1] in web2py form without breaking compatibility and degrading with modernize.js [1] http://thinkvitamin.com/code/fun-with-html5-forms/ Some validation as type='email', required='rquired', type='date' etc... will be a great gain of

[web2py] html5 charting library

2012-01-12 Thread Kenneth
Hello, has anybody done any comparing of different html5 charting libraries? Something quite easy to use, good documentation. Kenneth

Re: [web2py] html5 charting library

2012-01-12 Thread Bruno Rocha
I like to use wijmo charts (but it is not free) Googlecharts is very easy to use, I created a plugin for google charts ajax api. http://zerp.ly/rochacbruno Em 12/01/2012 11:40, Kenneth kenneth.t.lundst...@gmail.com escreveu: Hello, has anybody done any comparing of different html5 charting

Re: [web2py] html5 charting library

2012-01-12 Thread António Ramos
Open your eyes to this beauty http://raphaeljs.com/ichart.html 2012/1/12 Bruno Rocha rochacbr...@gmail.com I like to use wijmo charts (but it is not free) Googlecharts is very easy to use, I created a plugin for google charts ajax api. http://zerp.ly/rochacbruno Em 12/01/2012 11:40,

[web2py] HTML5 Boilerplate

2010-09-15 Thread Michael Ellis
Just came across this while searching for something else. Haven't played with it at all yet. Looks as though the authors have packaged together a fairly comprehensive set of html/css/js techniques for cross-browser compatibility and good performance. Some of the techniques might be worth

Re: [web2py] HTML5 Boilerplate

2010-09-15 Thread Albert Abril
There's also a good start this: HTML5 Starter Pack http://sickdesigner.com/resources/HTML5-starter-pack/index.html http://sickdesigner.com/resources/HTML5-starter-pack/index.html On Wed, Sep 15, 2010 at 9:03 PM, Michael Ellis michael.f.el...@gmail.comwrote: Just came across this while

Re: [web2py] html5 test

2010-06-07 Thread Álvaro Justen
On Mon, Jun 7, 2010 at 04:10, Iceberg iceb...@21cn.com wrote: Just for your information: http://html5test.com/ I tried these on Windows XP: Chrome5: 142 out of 160 IE8: 19 out of 160 Firefox3: 31 out of 160 Firefox 3.6.3 on Ubuntu 10.04: 101 / 160 -- Álvaro Justen - Turicas

[web2py] html5

2010-04-12 Thread mdipierro
should we replace in welcome !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd with !DOCTYPE html pros? cons? -- To unsubscribe, reply using remove me as the subject.

Re: [web2py] html5

2010-04-12 Thread Thadeus Burgess
+5 4 html5 -- Thadeus On Mon, Apr 12, 2010 at 11:59 AM, mdipierro mdipie...@cs.depaul.edu wrote: should we replace in welcome !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd with !DOCTYPE html pros? cons? --

Re: [web2py] html5

2010-04-12 Thread Jonathan Lundell
On Apr 12, 2010, at 9:59 AM, mdipierro wrote: should we replace in welcome !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd with !DOCTYPE html pros? cons? HTML5 is still a draft, not a standard. Validation tools