This topic is locked

Where did I get this code from?

6/26/2011 6:47:45 AM
PHPRunner General questions
X
Xilllly author

Can anyone tell where I would have gotten this code from? I found this (javascript?) 6 months ago and used within a webpage as a table_add function. Now I can't find where I got it from within my PHPRunner project. Any thoughts?
Many Thanks
<TR>

<TD style="BACKGROUND-COLOR: #faaa05; PADDING-LEFT: 15px; WHITE-SPACE: normal" class=editshade_b width=150>First

Name</TD>

<TD

style="BACKGROUND-COLOR: #f5ae0a; PADDING-LEFT: 10px; WHITE-SPACE: normal"

class=editshade_lb width=250><span id="edit1_first_name_0" style="white-space: nowrap;"><input id="value_first_name_1" style="" type="text" name="value_first_name_1" maxlength=50 value=""><script language='javascript'>

Runner.util.ScriptLoader.addBe4PostLoad(function(){

var newTextField1 = new Runner.controls.TextField({

fieldName: 'first_name',

goodFieldName: 'first_name',

shortTableName: 'customer',

id: '1',

ctrlInd: 0,validationArr: ['IsRequired'],mode: 0,table: 'customer'});

}, 1);

</script>&nbsp;<font color="red">*</font></span> </TD></TR>