MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual page 295

Table of Contents

Advertisement

ActiveScripting Examples
}
sTable = sTable + newline + '</table><br><br>';
sTable = sTable + '<b><i><font color="#0000ff"> You ran this script
sTable = sTable + '<b><font color="#ff0000">'+ VersionText + '.</
NewDocument (false);
ActiveDocument.InsertText (sTable, false);
CurrentView = 2;
}
}
//*****************************************************//
// If the filename is an empty string, either set it
// to untitled or don't change it.
//*****************************************************//
function GetDisplayName (fname){
if (fname == '')
return '(untitled)';
else
}
</pre>
</body>
</html>
//Is this document Modified?
if (DocumentCache (count).Modified)
sTable = sTable + '<center> Yes'+'</td><td></center>';
else
sTable = sTable + '<center> No' + '</td><td></center>';
//Is this document Read-Only?
if (DocumentCache (count).ReadOnly)
sTable = sTable + '<center>Yes'+ '</td><td></center> ';
else
sTable = sTable + '<center>No' + '</td><td></center> ';
// close row.
sTable = sTable + '</td></tr>' + newline;
count ++;
// increment count by 1.
inside </font></i></b>';
font></b>';
return fname;
277

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion studio 5

Table of Contents