On Tue, Jun 28, 2011 at 12:41 PM, Anthony <abasta...@gmail.com> wrote:

> Also, see what happens if you turn off the jQuery UI tabs -- maybe that's
> interfering somehow.
>

By just removing this part, the problem still there :

//$(function() {
    //var $tabs =
  //  $( "#tabs" ).tabs();
    //$tabs.tabs('select',  None);
    //    return false;
//});

So, it requires I remove all the Tabs plugin basic integration remove the
following lines :

<script type="text/javascript" charset="utf-8"

src="/sgddms/static/plugin_added/jquery-ui-1.8.13.custom/js/jquery-1.5.1.min.js">
</script>
<script type="text/javascript" charset="utf-8"

src="/sgddms/static/plugin_added/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.core.min.js">
</script>
<script type="text/javascript" charset="utf-8"

src="/sgddms/static/plugin_added/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.widget.min.js">
</script>
<script type="text/javascript" charset="utf-8"

src="/sgddms/static/plugin_added/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js">
</script>
<script>
$(function() {
    //var $tabs =
    $( "#tabs" ).tabs();
    //$tabs.tabs('select',  None);
    //    return false;
});
</script>



>
> On Tuesday, June 28, 2011 11:54:57 AM UTC-4, Richard wrote:
>
>>
>>>
>>  Can you get a simple ajax component working in 1.97.1?
>>>
>>
>> I can do that : http://127.0.0.1:8000/**sgddms/ref/create_fvte.load/**
>> ref_eregistry<http://127.0.0.1:8000/sgddms/ref/create_fvte.load/ref_eregistry>
>>
>
> I mean can you set up a simple example of an ajax component working
> properly at all (not just viewing the component by itself)?
>

Yes the component work correctly without the Tabs plugin basic
integration...


>
>
>>
>> And I get my different form individually as component all right...
>>
>>
>>> Maybe it has something to do with your specific code. Exactly what is
>>> happening when ajax=True?
>>>
>>
>> Keep loading... for ever.
>>
>>
>>> What do you get in the rendered HTML for the page? Can you use browser
>>> tools (e.g., Firebug) to inspect the network requests and see if the ajax
>>> call is getting made and what is being returned?
>>>
>>
>> I go check ;-)
>>
>>
>>>
>>> Anthony
>>>
>>>
>>
>>

Reply via email to