Changeset 796 for trunk/Application/View.php
- Timestamp:
- Feb 4, 2016, 5:03:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r791 r796 79 79 80 80 $BodyParam = ''; 81 if(isset($ this->Load)) $BodyParam .= ' onload="'.$this->Load.'"';82 if(isset($ this->Unload)) $BodyParam .= ' onunload="'.$this->Unload.'"';81 if(isset($Page->Load)) $BodyParam .= ' onload="'.$Page->Load.'"'; 82 if(isset($Page->Unload)) $BodyParam .= ' onunload="'.$Page->Unload.'"'; 83 83 $Output = '<?xml version="1.0" encoding="'.$this->Encoding.'"?>'."\n". 84 84 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'.
Note:
See TracChangeset
for help on using the changeset viewer.