css class for upload files queue table.

Last post 06-23-2009, 10:44 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  06-23-2009, 6:17 AM 53383

    css class for upload files queue table.

    Hi,
     
    I would like to be able to CSS style the standard Uploader Queue table, but the individual TD elements do not have classes and hence it is not possible to reference them in CSS. Can you let me know if it is possible to easily add class names to these TD elements or do I have to create a customer queue table?
     
    Cheers,
     
    Ian 

    Ian Pettman
    Ava producers of leading Temp Agency Software
    Filed under: ,
  •  06-23-2009, 9:15 AM 53390 in reply to 53383

    Re: css class for upload files queue table.

    Ian,
     
    Please check these css classes :
     
    AjaxUploaderProgressTable
    AjaxUploaderProgressBarText
    AjaxUploaderProgressInfoText
    AjaxUploaderQueueTable
    AjaxUploaderCancelAllButton
    AjaxUploaderQueueTableRow
     
    Regards,
    Terry
  •  06-23-2009, 10:16 AM 53395 in reply to 53390

    Re: css class for upload files queue table.

    Hi Terry,
     
    Thanks for the reply, the problem is I want to style the individual TD elements within the table row that has the AjaxUploaderQueueTableRow CSS class, but the individual TD's do not have anything unique about them!
     
    The second TD element is currently:
    1. <td style="width:316px;">Name of File</td>  
     And I need to change the width, but as you can see there is no class or ID to reference.
     
    Best regards,
     
    Ian 

    Ian Pettman
    Ava producers of leading Temp Agency Software
  •  06-23-2009, 10:44 AM 53399 in reply to 53395

    Re: css class for upload files queue table.

    Ian,
     
    The width is calculated by the server side ProgressPanelWidth property.
     
    You can also draw a queue table by your own script code :
     
     
    Regards,
    Terry
View as RSS news feed in XML