customizing the QueueUI

  •  08-24-2009, 2:29 PM

    customizing the QueueUI

    I am using the         function CuteWebUI_AjaxUploader_OnQueueUI(list) {}
    function to edit a list of requested files. i.e. the page requests a list of files as the user selects them they are checked off the list.
     
    that functionality works fine Ive even modeled my list against the QueueUI look but I can't seem to get the queue itslef to render in the correct position
     
     my code for the control is
     
                                            <CuteWebUI:UploadAttachments CancelButtonID="btnCancelAuxFiles" CancelText="Cancel All"  InsertButtonID="btnInsertAuxFiles"  MultipleFilesUpload="true" runat="server" ManualStartUpload="true" ID="auxFileUploader" >
                                            </CuteWebUI:UploadAttachments>

    and regardless of where the control is the queue always seems to render where the insert button is. I need to specify a div in which the queue should render or appear. is there any way to do this?
View Complete Thread