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

Hiding ZK Knowledge from using Keikai JSP tag

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: 5.1.0
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
      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

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

              Dates

              Created:
              Updated:
              Resolved: