Uploaded image for project: 'ZK Studio'
  1. ZK Studio
  2. ZKSTUDIO-77

No autocompletition within <h: tags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None

      If you try to use autocompletition within a non zul tag nothing is shown.

      Try for example

      <h:div>
      <combo[ctrl+space]
      </h:div>

      "No default proposals" is shown.
      If you add a zk div inside:

      <h:div>
      <div>
      <combo[ctrl+space]
      </div>
      </h:div>

      the correct autocompletition is shown.
      But also in the <h: tags (or n: tags) the autocompletition should work

            Unassigned Unassigned
            afxgroup afxgroup
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: