[web2py] Re: One form in multiple tabs

2015-09-21 Thread weheh
+1 Niphlod is top contributor. Never sarcastic. Always helpful. Insights are deep. Good guy to listen to. 'Nuf said. On Thursday, April 18, 2013 at 5:30:27 PM UTC-6, Massimo Di Pierro wrote: > > I am pretty sure Niphlod did not mean it in a sarcastic sense. We are from > the same country and I

[web2py] Re: One form in multiple tabs

2015-09-18 Thread Stuart Rolinson
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:

[web2py] Re: One form in multiple tabs

2013-04-18 Thread Jose
El miércoles, 3 de abril de 2013 08:11:21 UTC-3, Annet escribió: I defined the following table: db.define_table('scrptNxt', Field('nodeID','reference node',requires=IS_EMPTY_OR(IS_IN_DB(db,' node.id','%(id)s',zero='Select a value')),ondelete='CASCADE',writable=False,readable=False),

[web2py] Re: One form in multiple tabs

2013-04-18 Thread Pystar
@Niphlod, People come here to get answers to their questions from experts like you and not to be knocked down on. Your sarcasm of late is kind of offputting. Kindly tone it down for the sake of this community. Thanks On Wednesday, April 3, 2013 2:31:20 PM UTC+1, Niphlod wrote: the main issue

[web2py] Re: One form in multiple tabs

2013-04-18 Thread Niphlod
never tried to knock anyone down. As a matter of fact, I'm quite confident to have helped Annet lots of times, without asking anything in return. If it's something on web2py's side to get patched I'm more than glad to chime in, but I decided to not tutor on html+js and spend the time saved

[web2py] Re: One form in multiple tabs

2013-04-18 Thread Massimo Di Pierro
I am pretty sure Niphlod did not mean it in a sarcastic sense. We are from the same country and I did not read the negative connotation in his comment. Niphlod is a main contributor to web2py and he spends lots of time helping people here. Massimo On Thursday, 18 April 2013 15:08:38 UTC-5,

[web2py] Re: One form in multiple tabs

2013-04-18 Thread Jose
This worked: {{=form.custom.begin}} ul class=nav nav-tabs lia data-toggle=tab href=#tab-1View/a/li lia data-toggle=tab href=#tab-2Modules/a/li lia data-toggle=tab href=#tab-3Bank account/a/li lia data-toggle=tab href=#tab-4Agree/a/li lia data-toggle=tab href=#tab-5Confirm/a/li /ul

[web2py] Re: One form in multiple tabs

2013-04-03 Thread Niphlod
the main issue here is : are you missing HTML/js skills to code a tabbed form or is something on web2py's side that is not working as you expect ? On Wednesday, April 3, 2013 1:11:21 PM UTC+2, Annet wrote: I defined the following table: db.define_table('scrptNxt',

[web2py] Re: One form in multiple tabs

2013-04-03 Thread Annet
I am missing the js skills to code a tabbed form ... Annet -- --- 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...@googlegroups.com. For more

[web2py] Re: One form in multiple tabs

2013-04-03 Thread Jim S
I'd start by looking here: http://twitter.github.com/bootstrap/javascript.html#tabs Works really well for me. -Jim On Wednesday, April 3, 2013 9:39:45 AM UTC-5, Annet wrote: I am missing the js skills to code a tabbed form ... Annet -- --- You received this message because you are