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
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
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
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
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
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['_
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)
---
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
8 matches
Mail list logo