Yes you can do this. what you need to do is use either the scheduled task
function or the another queuing system, such as celery. The web2py
scheduler works well for most scenarios. The flow will go something like
this:-
1. User access the front end app and request a scheduled action or long
Embedding URLs is generally not a problem as long as you are not including
any particular server information. You should ensure that your server side
code is secure and validates the input / parameters it receives.
If the user is logged in for this function call you could user
@auth.requires_l
Hi Mark,
Can you pull together a simple example showing this with your HTML, CSS and
Javascript. I understand what you are trying to do but I need to see more
in order to understand when the click event is being applied to the
.iframe_add objects.
Thanks
Stuart
On Friday, April 29, 2016 at 1
Ron,
I am pretty sure the only way to do this would be a custom for, so yes
{{=form.custom.begin}}.
{{=form.custom.begin}}
Form Name
Appended
Text
{{=form.custom.widget.appendedtext}}
append
help
{{=form.custom.end}}
Hope that helps.
Stuart.
On Thursd
Thank you Anthony. Once the process() is removed it works correctly.
On Sunday, March 27, 2016 at 9:43:22 AM UTC-7, Stuart Rolinson wrote:
>
> I think I may have found a bug when rendering custom auth forms using
> SQLFORM.
> When the auth profile form is rendered using form.
I think I may have found a bug when rendering custom auth forms using
SQLFORM.
When the auth profile form is rendered using form.custom.begin -
form.custom.end the hidden fields are rendered incorrectly causing the
form not submit correctly.
The following code works correctly:
*Model*
db.def
The issue is due to a conflict with turnkey server and the git.py module.
This needs to be disabled once the upgrade has been done, you may have a
script called upgrade-web2py in the root users home folder which should fix
this, but if not I have included the contents of the script below.
#!/
I have hosted our company website on Amazon Web Services platform with
their managed mySQL services and it has so far proven fairly easy to setup.
I used the Turnkey Linux web2py appliance and with a little work have a
reliable hosting solution. There are a few gotchas when it comes to
upgrad
I wanted to add to this discussion as well. I think that developing with
python 2.7 and web2py has been fine, however I have been really concerned
as my application gets bigger that we are going to have to migrate to a
.net or java based solution in the future. The more I develop, the more I
+1
Thanks,
Stuart
On Sunday, October 11, 2015 at 12:21:16 PM UTC-7, Francisco Ribeiro wrote:
>
> Hello all,
>
> for those who know PyCharm is a great IDE from JetBrains that provides
> free licenses for Open Source projects like web2py (
> https://www.jetbrains.com/buy/opensource/?product=pycha
José,
How did you do your form validation and ensure the right tab was open to
show the error? I am doing something similar and would like to do the
validation in the controller rather than using lots of javascript.
Thanks,
Stuart
On Thursday, April 18, 2013 at 5:15:32 PM UTC-7, Jose wrote:
That got it , Thanks.
On Wednesday, September 16, 2015 at 6:42:55 AM UTC-7, Stuart Rolinson wrote:
>
> When I create an item directly in the html form with a class ='hidden' for
> use with bootstrap, web2py appears to be rendering an additional element
> style &quo
That got it , Thanks.
On Wednesday, September 16, 2015 at 10:02:23 AM UTC-7, Anthony wrote:
>
> What Bootstrap functionality is broken by this?
>
> On Wednesday, September 16, 2015 at 9:42:55 AM UTC-4, Stuart Rolinson
> wrote:
>>
>> When I create an item directly in
That got it, thank you.
On Wednesday, September 16, 2015 at 8:25:18 AM UTC-7, Leonel Câmara wrote:
>
> web2py.js does that, I think it's because of appadmin using class hidden
> and since appadmin uses your app's layout it may not have the css saying
> it's supposed to be display:none, but to be
y is broken by this?
>
> On Wednesday, September 16, 2015 at 9:42:55 AM UTC-4, Stuart Rolinson
> wrote:
>>
>> When I create an item directly in the html form with a class ='hidden'
>> for use with bootstrap, web2py appears to be rendering an additional
>&
When I create an item directly in the html form with a class ='hidden' for
use with bootstrap, web2py appears to be rendering an additional element
style "display:none" which stops bootstrap functionality working correctly.
Raw HTML:
Select
County
Rendered HTML:
Select
County
16 matches
Mail list logo