Re: [web2py] Re: Bootstrap.min.js

2012-11-02 Thread Richard Vézina
Do the web2py bootstrap.min.js actually include all the bootstrap-*.js? Richard On Sun, May 6, 2012 at 2:03 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: the web2py bootstrap.min.js should include of the other boostrap-*.js On Sunday, 6 May 2012 12:56:50 UTC-5, pbreit wrote:

Re: [web2py] Re: Bootstrap.min.js

2012-11-02 Thread LightDot
Yes, bootstrap.min.js contains all Bootstrap js plugins in a single file. On Friday, November 2, 2012 9:38:05 PM UTC+1, Richard wrote: Do the web2py bootstrap.min.js actually include all the bootstrap-*.js? Richard On Sun, May 6, 2012 at 2:03 PM, Massimo Di Pierro

[web2py] Re: Bootstrap.min.js

2012-05-06 Thread Massimo Di Pierro
Is that how it is intended to be used? Can you point me to an example in the docs? On Sunday, 6 May 2012 06:05:58 UTC-5, Aurelijus Useckas wrote: Hi, The Bootstrap.min.js in the Trunk layout.html is included in the beginning HEAD section. This didn't allow me to make use of the most, if

[web2py] Re: Bootstrap.min.js

2012-05-06 Thread Aurelijus Useckas
I'm not sure if it is intended that way, haven't read about it in the docs. It's just the only solution that has worked for me. On Sunday, May 6, 2012 5:53:57 PM UTC+3, Massimo Di Pierro wrote: Is that how it is intended to be used? Can you point me to an example in the docs? On Sunday, 6

[web2py] Re: Bootstrap.min.js

2012-05-06 Thread Massimo Di Pierro
Can you please post example of what you did an more explanations about why? On Sunday, 6 May 2012 11:20:39 UTC-5, Aurelijus Useckas wrote: I'm not sure if it is intended that way, haven't read about it in the docs. It's just the only solution that has worked for me. On Sunday, May 6, 2012

[web2py] Re: Bootstrap.min.js

2012-05-06 Thread pbreit
Well, here's the base Bootstrap skeleton: !DOCTYPE htmlhtml lang=en head meta charset=utf-8 titleBootstrap, from Twitter/title meta name=viewport content=width=device-width, initial-scale=1.0 meta name=description content= meta name=author content= !-- Le styles -- link

[web2py] Re: Bootstrap.min.js

2012-05-06 Thread Massimo Di Pierro
the web2py bootstrap.min.js should include of the other boostrap-*.js On Sunday, 6 May 2012 12:56:50 UTC-5, pbreit wrote: Well, here's the base Bootstrap skeleton: !DOCTYPE htmlhtml lang=en head meta charset=utf-8 titleBootstrap, from Twitter/title meta name=viewport

Re: [web2py] Re: Bootstrap.min.js

2012-05-06 Thread Aurelijus
Yes, bootstrap-min.js includes all the goodies, but as a skeleton suggests it has to be included in the end of a document. On Sun, May 6, 2012 at 9:03 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: the web2py bootstrap.min.js should include of the other boostrap-*.js On Sunday, 6

Re: [web2py] Re: Bootstrap.min.js

2012-05-06 Thread Massimo Di Pierro
Please open a google code ticket about this so you get the credit and we do not forget. ;-) On Sunday, 6 May 2012 13:12:18 UTC-5, Aurelijus Useckas wrote: Yes, bootstrap-min.js includes all the goodies, but as a skeleton suggests it has to be included in the end of a document. On Sun,

Re: [web2py] Re: Bootstrap.min.js

2012-05-06 Thread Annet
I started working with bootstrap 4 weeks ago and didn't make use of the version in trunk. I just integrated the bootstrap skeleton into web2py's layout.html and web2py_ajax.html (just renamed them scaffold.html and scaffold_ajax.html). In the scaffold.html view: script

Re: [web2py] Re: Bootstrap.min.js

2012-05-06 Thread Massimo Di Pierro
I think we have 4 people now working on this. Let's move this discussion to web2py-developers. Please copy your email there. On Monday, 7 May 2012 00:18:35 UTC-5, Annet wrote: I started working with bootstrap 4 weeks ago and didn't make use of the version in trunk. I just integrated the