[web2py] response.menu + HTML5 attributes

2016-12-04 Thread lyn2py
Hello guys! Long time no see :) With HTML5 attributes being widely used, I thought I could add one to the response.menu I tried but it didn't work, I appreciate help and pointers! =) This is the current response.menu generated HTML (specifically, the *first* ul): ... ... ... This is the

[web2py] Re: admin interface

2016-12-04 Thread 'Annet' via web2py-users
Hi Anthony, Thanks for your reply. I apologize for not being clear enough, I have one installation of web2py and 4 applications each being referenced by their own domain. dbadmin by admin.mydomain.com init by www.mydomain,com etc. I only want acces the web2py interface via admin.mydomain.com

[web2py] Is web2py good for e-shop that has up to 500 products?

2016-12-04 Thread Justin Time
Background: Currently I'm junior Java backend developer just started working in a company. Before learning Java i did some websites in PHP and JavaScript. I am very much attracted by Python for such a long time but never had time to learn it. A few experienced programmers suggested me web2py bec

Re: [web2py] Re: switch to python 3

2016-12-04 Thread Jason Solack
Does not having m2crypto mean auth is less secure or does it just effect x509 authentication? On Sunday, November 6, 2016 at 2:15:08 PM UTC-5, Niphlod wrote: > > the same gain moving any piece of code from python 2 to python 3 (read on > the interwebs, there are a few). > at least now you can c

[web2py] Re: Checking if user is offline/online

2016-12-04 Thread Anthony
On Sunday, December 4, 2016 at 11:43:40 AM UTC-5, Marlysson Silva wrote: > > Then isn't online/offline it verify whether user get out focus on current > page.. > In that context, "offline" means that the browser no longer has an internet connection. > > Em sábado, 3 de dezembro de 2016 17:36:

[web2py] Application packaging training in hyderabad

2016-12-04 Thread Info Cim
Tech Repack online training is best in providing Application Packaging Online Training, software Application packaging training in hyderabad packaging online training. Contact : +91 8374805705. -- Resources: - http://web2py.com - http://web2py.com/book (D

[web2py] Re: Checking if user is offline/online

2016-12-04 Thread Marlysson Silva
Then isn't online/offline it verify whether user get out focus on current page.. Em sábado, 3 de dezembro de 2016 17:36:10 UTC-3, Anthony escreveu: > > On Saturday, December 3, 2016 at 2:25:50 PM UTC-5, Marlysson Silva wrote: >> >> You can do it with javascript, using: >> >> Api navigador: >> >>

[web2py] Re: How to assign a value to an SQLFORM

2016-12-04 Thread Pierre
take a look here : http://web2py.com/books/default/chapter/29/07/forms-and-validators#onvalidation > -- 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] Re: Arbitrary args/kwargs with service?

2016-12-04 Thread Leonel Câmara
I'm using @request.restful for this instead of @service.json. Then just return json using response.json. -- 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] Re: How to assign a value to an SQLFORM

2016-12-04 Thread Robin Manoli
I suppose it's covered here in the documentation: http://web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-without-database-IO Den söndag 4 december 2016 kl. 10:37:37 UTC+1 skrev Robin Manoli: > > Hi! > > Is it possible to set values to be inserted/updated to fields in an > SQLF

[web2py] Re: table headers with style

2016-12-04 Thread Paolo Caruccio
The correct sintax for the css .class selector is .class { css declarations; } so .myeheaders th { padding-right: 2em} ; should work. Il giorno domenica 4 dicembre 2016 05:32:55 UTC+1, Dave S ha scritto: > > I'm finding that SQLTABLE, though mostly well-behaved, doesn't properly > tak

[web2py] How to assign a value to an SQLFORM

2016-12-04 Thread Robin Manoli
Hi! Is it possible to set values to be inserted/updated to fields in an SQLFORM programatically? The documentation (http://web2py.com/books/default/chapter/29/07/forms-and-validators#The-process-method) says: > However, if you assign a value to form.vars.field, this value *will* be > part o