Re: Turn off Silverlight in CuteWebUI.AjaxUploader

  •  05-31-2011, 9:07 PM

    Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Hi velnias2008,
     
    Add the code below into the dialog page. It iwll hide the upload button  when uploading.
     
    Forexample "CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx"
     
      <script>

    function CuteEditor_AjaxUploader_OnStart()
    {
        var hidden=this;
        hidden.internalobject.insertBtn.style.display='none';
    }
    </script>
     
    Regards,
     
    Ken
View Complete Thread