Webanizr Logo
Open / sluit menu
Module showTaskURL

Last change: July 6, 2020

Current version: 1.2.4

This module runs a server task. Currently the module generates a download link and places the link to given dom element when the download is ready.

webanizr.collect('showTaskURL', parameters, callback);

collect

parameters

The showTaskURL module accepts the following parameters:

id__popup (required)

The id of the popup to place the link button in.

id__popuptext (optional)

The text inside the popup to remove when download is ready.

callback

The callback function to call.

Changelog

  • July 6, 2020: 1.2.4 - Updated dependency on taskModelAPI to 1.2.0
  • April 22, 2020: 1.2.2 - Added CSS updates to the button
  • April 22, 2020: 1.2.1 - Changed the position of the button
  • April 22, 2020: 1.2.0 - Added CSS updates to the button
  • April 20, 2020: 1.1.0 - Change the way that module works
  • April 10, 2020: 1.0.0 - Initial version