DT: Add support for passing arguments to launchApp() as one javascript structure

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: deploy
    • None
    • b27
    • generic
    • generic
    • Verified

      As part of 7143984 we added support to launch webstart app using following syntax:

      ===
      var launchParams = {
          "url" : "dynamictree-webstart-no-codebase.jnlp",
          "ignoredparam" : "bb",
          "params" : {"aaa" : "111",
                      "ccc" : "",
                      "ignoredNonString": 4}};
      el.launchApp(launchParams);
      ===

      But it only work for NPAPI java plugin.

      We need to support similar syntax for DT plugins too. It is enabling step for 7132539

            Assignee:
            Igor Nekrestyanov (Inactive)
            Reporter:
            Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: