XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      On the action controls we need submitURL attriute.
      This url means the URL where the request should be send.

      You may add new function:

      function submitActionWithURL(formId, actionId, actionURL) {
      setAction(formId, actionId);
      var form = document.getElementById(formId);
      if (form)

      { form.action = actionURL; form.submit(); }

      }

      First 2 parameters will be as in submitAction functions.
      actionURL - the url where to send request to execute action.

      This function may be rendered if actionURL is not null instead of submitAction.

      We need this functionality to support REST-style navigation.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ozak Olexandr Zakordonskyy
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: