CodePress = {
initialize : function() {
cpWindow = $('cp-window');
cpEditor = $('cp-editor');
cpBody = cpEditor.contentWindow;
cpBody.CodePress.syntaxHighlight('init');
if(onLoadEdit) { onLoadEdit=false; this.edit(this.fileName,pgCode); }
},
|

