A
|
ann 5/17/2010 |
Paul, var ctrl1 = Runner.getControl(pageid, 'Contract'); |
S
|
swanside author 5/18/2010 |
Paul, To fill in the Job Description field automatically proceed to the JavaSCript OnLoad event on the Events tab of the Add/Edit page. Here is a sample Jvascript API code to add here: var ctrl1 = Runner.getControl(pageid, 'Contract');
|
A
|
ann 5/18/2010 |
Paul, |
S
|
swanside author 5/18/2010 |
Paul, ctrl1, ctrl2 are controls of the fields "Contract" and "Job_Description". Here is more information: http://xlinesoft.com/phprunner/docs/javascript_api.htm
|