Ferreteria/v0.5/@cls/caHypertextPage: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
m (Woozle moved page Ferreteria/v0.5/@cls/caHTML to Ferreteria/v0.5/@cls/caHypertextPage without leaving a redirect: class renamed) |
m (tEventNodeBuild no longer exists) |
||
Line 3: | Line 3: | ||
|- | |- | ||
| align=right | | | align=right | | ||
{{l/ver/class|caWebPage | {{l/ver/class|caWebPage}} → | ||
| {{l/ver/class|caHypertextPage}} | | {{l/ver/class|caHypertextPage}} | ||
| → {{l/ver/class|cStandard}} | | → {{l/ver/class|cStandard}} |
Revision as of 16:42, 23 July 2022
caHypertextPage | → cStandard |
- 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:
- element-node creation:
AddTagNode_html()
- element-node access:
DocTypeNode()
GetTagNode_html()
GetTagNode_body()
History
- 2022-07-23 renamed from caHtml to caHypertextPage, for clarity