Tuesday, February 16, 2010

0211

 

Jquery:

 

How to enable/disable button

$("#submit1").attr("disabled", "true");

$("#submit1").removeAttr("disabled");

 

 

SP: Workflow  Execution Status Monitor

 

http://channel9.msdn.com/posts/jamescon/Workflow-Monitor-SDK-tool-demo/

The Windows Workflow Foundation SDK includes a sample application called Workflow Monitor.  Workflow Monitor uses the Workflow Designer control to visually display the execution status of a workflow. 

0 Comments:

Post a Comment

<< Home