Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jack River on Jul 09, 2009 02:49
open dhtmlx forum
DhtmlxAccordion and AJAX

Hi,

DhtmlxWindows allows calls from an URL in AJAX with the argument 'true' attachURL ().
Is it possible to do the same thing with an Accordion ?

Best regards,

Jack
Answer posted by Support on Jul 09, 2009 07:34
Hello,

Yes, you can.
Accordion inherits attach methods from window.
Answer posted by Jack River on Jul 09, 2009 07:48
Yes, but the attachUrl () of Accordion doesn't implements the second argument,

I modified the dhtmlxaccordion.js
    item.attachURL = function(url, bool) {
        this.win.attachURL (url, bool)
        ...
}

And it works fine, but why isn't it native ?