PHPDocWiki: xCHM/HtmlPageLayout ...

Home Page | Page Index | Recent Changes | Recently Commented | Users | Registration | Login:  Password:  

xCHM page like any other HTML consists of two parts – <head> and <body>
the structure of current head is below:


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>PHP Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<script language="JavaScript1.2" src="_script.js"></script>
</head>


Java Script? _script.js file contains procedures to apply skins and render html page further to display it. By default the outmost <div> with id="pageContent" is hidden, i.e. has style="display:none" and on load event this style is changed by displayPage() function from _script.js


Although header is the same there are some different page types in phpdoc structure. These are:

Note: in customized xCHM templates files are named by their ID and these ID's are given manually with respect to the type of page


see. also skins.elements.html

There are no files on this page. [Display files/form]
There is no comment on this page. [Display comments/form]