Categories | Question details Back To List | ||
dhtmlxVault set height and width Hi, I make and uploader with your dhtmlxVault, but I've not found a way to set the height and width of the vault created. I try with styles on the div, but it don't works correctly. <div id="vaultDiv" style="height:150px; width:430px;"></div> <script language="JavaScript"> vault = new dhtmlXVaultObject(); vault.setImagePath("' . $resourcesPath . 'resources/js/external/dhtmlxVault/imgs/"); vault.setServerHandlers("UploadHandler.php", "GetInfoHandler.php", "GetIdHandler.php"); vault.setFilesLimit(1); vault.create("vaultDiv"); </script> Thanks Answer posted by Support on Oct 08, 2009 06:55 No, there is no way to change the size. |