Ferreteria/v0.5/@cls/caHypertextPage: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
{{l/ver/class|caWebPage}} → | {{l/ver/class|caWebPage}} → | ||
{{l/ver/class|caHypertextPage}} | {{l/ver/class|caHypertextPage}} | ||
→ {{l/ver/class| | → {{l/ver/class|caStandard}} | ||
|} | |} | ||
* '''Source''': {{l/ferreteria/code|layout/page/html/1.php}} | * '''Source''': {{l/ferreteria/code|layout/page/html/1.php}} |
Latest revision as of 15:56, 17 December 2022
- Source: layout/page/html/1.php
About
This class handles web pages rendered as HTML (as opposed to XML or whatever other doctypes might be worth implementing). It sets the doctype to HTML and adds an html tag element but doesn't specify the class (to be determined by how the Class_forTagHTML()
method is cemented).
Methods
config
Class_forTagHTML()
(abstract): returns class to use for <html> tagDocTypeClass()
: returns layout\html\tag\cDocType
events
dispatch receivers
- OnBuild() calls parent::OnBuild(), SetDocType('HTML'), and AddTagNode_html().
element-node creation
AddTagNode_html()
element-node access
DocTypeNode()
GetTagNode_html()
GetTagNode_body()
History
- 2022-07-23 renamed from caHtml to caHypertextPage, for clarity