Re: [web2py] Component inside jquery-ui tab or accordion

2011-09-13 Thread Richard Vézina
;-) Richard On Tue, Sep 13, 2011 at 1:05 PM, Jim Steil wrote: > Ok - turns out I'm an idiot.  It is working just fine. > >    -Jim > > On 9/13/2011 11:38 AM, Jim Steil wrote: >> >> Yes, I have that.  My view with the load component looks like this: >> >> >> >> Tab 1 >> Tab 2 >> Tab 3 >> >> >

Re: [web2py] Component inside jquery-ui tab or accordion

2011-09-13 Thread Jim Steil
Ok - turns out I'm an idiot. It is working just fine. -Jim On 9/13/2011 11:38 AM, Jim Steil wrote: Yes, I have that. My view with the load component looks like this: Tab 1 Tab 2 Tab 3 {{=LOAD('applications','dpEmployees.load',args=[response.editId],ajax=True)}} Fr

Re: [web2py] Component inside jquery-ui tab or accordion

2011-09-13 Thread Jim Steil
Yes, I have that. My view with the load component looks like this: Tab 1 Tab 2 Tab 3 {{=LOAD('applications','dpEmployees.load',args=[response.editId],ajax=True)}} Freight Rates go here Other stuff goes here If I take the divs (tab stuff) and other stuff out,

Re: [web2py] Component inside jquery-ui tab or accordion

2011-09-13 Thread Richard Vézina
You need two controller function a empty one for display your component in in... In the view of this first function you will put the tab jquery ui code with you LOAD invocation to your other controller function that will contain your component... Richard On Tue, Sep 13, 2011 at 12:14 PM, Jim Stei

[web2py] Component inside jquery-ui tab or accordion

2011-09-13 Thread Jim Steil
Hi Has anyone ever tried (successfully) to put a component inside of a jquery-ui tab or accordion pane? I'm trying, but it never shows up for me. Wondering if it is something I have messed up or something I should expect to work. -Jim