Menu

Runa in-built vartags

Help
chibsta
2006-02-25
2013-03-11
  • chibsta

    chibsta - 2006-02-25

    Hi

    I am looking for away of autocompleting some fields in my process forms. Is this what AutoCompletionComboBoxVarTag is used for, if so how can you give me an example of how it can be used.

    Regards

    Brian

     
    • Vitaliy Semochkin

      Hi

      AutoCompletionComboBoxVarTag autocomplites fields in combobox. It was desinged for IE users.
      FireFox and Opera browsers have their own autocompletition mechanisms for Combobox while IE don't.

      For the rest html INPUT fields all browsers work well.

      Regards,
      Vitaliy

       
    • chibsta

      chibsta - 2006-02-26

      Hi

      Maybe I have misunderstood what the autocomplete vartags are supposed to do, but I would like to do the following:

      If I have 4 controls on a form, a combobox and three input boxes for the following variables (Country, Town, street address, customer). I want to be able to select a customer from a combobox and if have their street address, town and country autocompleted from the datasource.

      The more I think about it this sounds more like a web design issue than a Runa issue, but could you help me implement this in Runa?

      Regards

      Brian

       
      • Vitaliy Semochkin

        Hi,

        This should be done by custom vartag

        You should create var tag that
        uses a lot of JavaScript.

        Regards,
        Vitaliy

         

Log in to post a comment.