Default view does not show remove-button

Last post 09-30-2009, 9:01 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  09-30-2009, 12:09 PM 55979

    Default view does not show remove-button

    Is this normal?
    or am I doing something wrong?

     UploadAttachments uploader = new UploadAttachments();
                                uploader.ShowCheckBoxes = true;
                                uploader.ShowActionButtons = true;
                                uploader.ShowFileIcons = true;
                                uploader.ShowRemoveButtons = true;
                                uploader.MaxFilesLimit = Int32.Parse(Parameter.GetParameter("Upload", "MaxFilesLimit"));
                                uploader.ValidateOption.MaxSizeKB = Int32.Parse(Parameter.GetParameter("Upload", "MaxSizeKB"));
                                uploader.ValidateOption.AllowedFileExtensions = Parameter.GetParameter("Upload", "AllowedFileExtensions");                    
                                uploader.UploadingMsg = Translation.getTranslation("Uploader_UploadingMsg");
                                uploader.UploadProcessingMsg = Translation.getTranslation("Uploader_UploadProcessingMsg");
                                uploader.ActionButtonText = Translation.getTranslation("Uploader_ActionButtonText");
                                uploader.InsertText = Translation.getTranslation("Uploader_InsertText");
                                uploader.DirtyText = Translation.getTranslation("Uploader_DirtyText");
                                uploader.RemoveButtonBehavior = AttachmentItemBehavior.Delete;

                                uploader.ID = String.Format("answer{0}{1}", pagedetail.Question.QuestionLabelName, genPage.UniqueId);


  •  09-30-2009, 9:01 PM 55995 in reply to 55979

    Re: Default view does not show remove-button

    Hi,
     
    The RemoveButton means the button on the items table.
     
    When you upload a file , you can see a new table , and remove button will be there.
     
    Regards,
    Terry
     
View as RSS news feed in XML