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:
<div id="tabs" style="float: left;width:550px;height: 20px;">
<ul>
<li><a href="#tabs-1">Tab 1</a></li>
<li><a href="#tabs-2">Tab 2</a></li>
<li><a href="#tabs-3">Tab 3</a></li>
</ul>
<div id="tabs-1">
{{=LOAD('applications','dpEmployees.load',args=[response.editId],ajax=True)}}
</div>
<div id="tabs-2">
Freight Rates go here
</div>
<div id="tabs-3">
Other stuff goes here
</div>
</div>
If I take the divs (tab stuff) and other stuff out, the LOAD works
just fine. Happened when I was trying with accordion as well.
-Jim
On 9/13/2011 11:21 AM, Richard Vézina wrote:
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 Steil<[email protected]> wrote:
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