Ferreteria/v0.5/@cls/cArgs: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 10: Line 10:
|}
|}
* '''Source''': {{l/ferreteria/code|util/array/args.php}}
* '''Source''': {{l/ferreteria/code|util/array/args.php}}
==About==
* '''Purpose''': an array of Status objects
** The Status object, if present, is the value of the cell.
==History==
* '''2022-06-12''' pulling in bits from the retired version as they come up.
** It seems likely this should be in a menu-related namespace, since that is how it is used.
* '''2022-06-15''' added CellClasses() (ability to predefine different status classes for specific named elements)

Revision as of 20:49, 17 July 2022

Ferreteria class ferret\arr\cArgs
cLocal cArgs

ferret\layout\html\tag\cAttributes
ferret\data\cDataOpResult
ferret\menu\cNav

About

  • Purpose: an array of Status objects
    • The Status object, if present, is the value of the cell.

History

  • 2022-06-12 pulling in bits from the retired version as they come up.
    • It seems likely this should be in a menu-related namespace, since that is how it is used.
  • 2022-06-15 added CellClasses() (ability to predefine different status classes for specific named elements)