adds an accordion object to the popup
width | number | vault width |
height | number | vault height |
conf | object | vault config for object-API initialization |
dhtmlXVaultObject | dhtmlXVault instance |
var myPop = new dhtmlXPopup(...);
var myVault = myPop.attachVault(350, 300, {
uploadUrl: "http://my_mega_server/upload_handler.php",
swfUrl: "http://my_mega_server/upload_handler.php",
slUrl: "http://my_mega_server/upload_handler.php",
swfPath: "dhxvault.swf",
slXap: "dhxvault.xap"
});
if separate component files are used - dhtmlxvault.js should be included after dhtmlxpopup.js
added in 3.6.1
Back to top