Class FileUplaodPatched

  • All Implemented Interfaces:
    org.zkoss.zk.ui.render.ComponentRenderer

    public class FileUplaodPatched
    extends org.zkoss.zkmax.zul.render.FileuploadDefault
    Override to fix iframe not loading issue in IE 11.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(org.zkoss.zk.ui.Component comp, java.io.Writer out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileUplaodPatched

        public FileUplaodPatched()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component comp,
                           java.io.Writer out)
                    throws java.io.IOException
        Specified by:
        render in interface org.zkoss.zk.ui.render.ComponentRenderer
        Overrides:
        render in class org.zkoss.zkmax.zul.render.FileuploadDefault
        Throws:
        java.io.IOException