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

Hiding ZK Knowledge from using Keikai JSP tag

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: