[web2py] Bootstrap 3 datepicker

2016-08-21 Thread Gael Princivalle
Hello. I'm trying to use Bootstrap 3 datepicker. http://eonasdan.github.io/bootstrap-datetimepicker/ Edward have already use it: https://groups.google.com/d/topic/web2py/ZRS6PN-Ais4/discussion I use it for datetime, the result in the input is like: 03/09/2016 14:00 The form returns me an error a

[web2py] bootstrap 3?

2015-02-19 Thread Michael Lam
Hi, I'm creating a web app by using the welcome app as a template - there's an external theme, HTML, etc. I want to use which seems to be using Bootstrap 3. Web2py had bootstrap3 support sometime in 2014, but it seemed to have been reverted in favour of an early release amid discussion whether

[web2py] Bootstrap 3 custom forms

2014-09-18 Thread Jim S
Hi Using custom forms and trying to work with bootstrap three. I'm using SQLFORM.grid() and then modifying the view using form.custom.begin. The form tag in the html is still generated as: instead of the form tag that is generated when you use SQLFORM.grid without a custom view: Here is

[web2py] bootstrap 3 - if you care help test trunk now

2014-08-09 Thread Massimo Di Pierro
Bootstrap 3 is in trunk now. Please help us test it. Also help us test that existing apps are not broken. Massimo -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issu

[web2py] Bootstrap 3

2014-06-07 Thread Osswalt
Any plan to embed Bootstrap 3 into web2py ? Greg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to

[web2py] Bootstrap 3 custom checkbox widget

2014-01-23 Thread Annet
I have the following custom checkboxes widget: def bs3checkboxeswidget(field, value, **attributes): if isinstance(value, (list, tuple)): values = [str(v) for v in value] else: values = [str(value)] attr = OptionsWidget._attributes(field, {}, **attributes) attr['_

[web2py] bootstrap 3 skeleton app?

2013-10-25 Thread elguavas
hi there, is there available anywhere yet a web2py skeleton app with bootstrap 3 integrated? thanks, e. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) ---

[web2py] bootstrap 3

2013-07-29 Thread Niphlod
just to inform everybody that 3.0 is coming out http://twitter.github.io/bootstrap/ -- --- 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...@goo