EnableTask (client-side)
Use this routine to enable the specified task, undimming the button associated with the task.
Definition
EnableTask(sID)
Parameters
sID
A string identifier that matches the id attribute of the corresponding task element in the relevant module configuration file.
Return Value
None.
Remarks
Given the ID of a task button element, this routine enables the task by setting the following attributes of the task element to the indicated values:
disabled set to False
className with "bdtaskdisabled" removed
This routine is only available after the taskbar has been inserted by calling either InsertTaskBar or InsertEditTaskBar.
This routine is available in the include file ActionPageUtil.asp.
See Also
DisableTaskMenuItem (client-side)
EnableAllTaskMenuItems (client-side)