Ferreteria/v0.5/menu: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "==About== Menus in Ferreteria are static HTML which use URL data to convey state-changes. Many of the same classes and code are also used for isolated action-links which can b...")
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{fmt/title|Ferreteria 0.5: menu system}}
'''Related''': {{l/ver|@cls/menu}}, {{l/ferreteria/|v0.4/file/menu}}
==About==
==About==
Menus in Ferreteria are static HTML which use URL data to convey state-changes. Many of the same classes and code are also used for isolated action-links which can be placed anywhere on a page, as appropriate (e.g. "[recalculate]", "[void]").
Menus in Ferreteria are static HTML which use URL data to convey state-changes. Many of the same classes and code are also used for isolated action-links which can be placed anywhere on a page, as appropriate (e.g. "[recalculate]", "[void]").
==Changes from v0.4==
==Classes==
The code for adding a menu entry to a section-header used to look like this:
* {{l/ver/class|menu/Nav}}
<syntaxhighlight lang=php>
==Pages==
</syntaxhighlight>
* [[/refactor]]: changes from v0.4
(under construction)

Latest revision as of 14:14, 30 June 2022

Ferreteria 0.5: menu system

Related: @cls/menu, v0.4/file/menu

About

Menus in Ferreteria are static HTML which use URL data to convey state-changes. Many of the same classes and code are also used for isolated action-links which can be placed anywhere on a page, as appropriate (e.g. "[recalculate]", "[void]").

Classes

Pages