Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-75

Enable/disable browser support in ZK.XML

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Configuration
    • None

      https://sourceforge.net/tracker/?func=detail&aid=3065937&group_id=152762&atid=785194++

      Will be nice if I can disable or enable browser support in zk.xml file for my application. For example, my application can work only with IE-8, and configuration file should something like that:
      <client-config>
      <browsers>
      <enable>IE-8</enable>
      <reload-uri>/unsupported.zul</reload-uri>
      </browsers>
      </client-config>
      It's mean, application work only with IE-8.
      or
      <client-config>
      <browsers>
      <disable>IE-8</disable>
      <reload-uri>/unsupported.zul</reload-uri>
      </browsers>
      </client-config>
      It's mean application can work with all browsers except IE-8.

      With best regards.

            Unassigned Unassigned
            asukachen asukachen
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: