customizing the QueueUI

Last post 08-25-2009, 7:48 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  08-24-2009, 2:29 PM 54980

    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?
  •  08-24-2009, 8:57 PM 54986 in reply to 54980

    Re: customizing the QueueUI

    Hi,
     
    I don't understant that you feel hard to positioning your custom queue table.
     
    Shall you just do this way ?
     
    <div>
    <CuteWebUI:UploadAttachments CancelButtonID="btnCancelAuxFiles" CancelText="Cancel All"  InsertButtonID="btnInsertAuxFiles"  MultipleFilesUpload="true" runat="server" ManualStartUpload="true" ID="auxFileUploader" >
    </CuteWebUI:UploadAttachments>
    <div>
    <div id="putmytablehere">
        Before change this text to queue table, please select files
    <div>
     
    --
     
    Or do you want anything else ?
     
    Regards,
    Terry

     
     
  •  08-25-2009, 12:20 PM 55029 in reply to 54986

    Re: customizing the QueueUI

    how does the control know what div to put the queue in?
     
    does it know because the  id is "putmytablehere" how do you specify it exactly?
     
  •  08-25-2009, 7:48 PM 55044 in reply to 55029

    Re: customizing the QueueUI

    Hi,
     
    Sorry.
     
    I did think you have checked this :
     
     
    You can't change the position of the buildin queue table.
     
    The solution is hide the buildin table, and create another one by the data.
     
    Regards,
    Terry
View as RSS news feed in XML