Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-177

Hiding ZK Knowledge from using Keikai JSP tag

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Major Major
    • 5.1.0
    • None
    • None
    • Security Level: Jimmy
    • None

      According to the Keikai JSP guide, It seems to be possible to hide ZK Knowledge from using Keikai JSP tag. 

      Further idea is that if we can use an embedded JS to include the JSP tag, it would be great.

      For example,
      From:

      <zssjsp:head/>
      ...
      <zssjsp:spreadsheet id="myzss" ...>
       

      To:

      <script src="..../keikai/bootstrap.js"/>
      <script>
      // init it
      let uuid = kBootstrap.build('myzss', 'path');
      
      // release it after something happen
      kBootstrap.dispose(uuid);
      </script>

      Refer to ZK Embedded JS

            jumperchen jumperchen
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: