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

Combox Box Up and Down

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • None
    • Databind 2
    • None

      I have some problem in up and down key for the combo box
      <combobox model="@load(user.practiceList)" id="cmbPractName"
      cols="50" selectedItem="@bind(user.selectedPractice)"
      onSelect="@command('onChange')" onChange="@command('onChange')"
      disabled="@load(user.systemPractice)">
      <template name="model" var="p">
      <comboitem label="@bind(p.autoCompletionLabel)"
      image="@load(p.isIS_ACTIVE() ? '../images/icon-enable.png' : '../images/icon-disable.png')"
      value="@bind(p.PRACTICE_ID)" />
      </template>
      </combobox>

            Unassigned Unassigned
            Senthilchettyin Senthilchettyin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: