possible to reformat value referenced from parent table?
Posted: 2013-12-10 15:07
I have several foreign-key fields in my table, whose display values are generated on the fly as appgini builds the page. I would like to conditionally change the formatting of the field values (e.g. "Closed" in bold red, "Open" in default format) but the standard method in the tablename_INIT() function (inside tablename.php) won't work since the child table db values are NULL (being stored by reference in the parent table instead).
Question: Is there another php (or other type) of file in which I can insert a formatting statement (css, javascript, or ??) that will update the formatting of this field's contents after the page is rendered?
Thanks,
~Bob
Question: Is there another php (or other type) of file in which I can insert a formatting statement (css, javascript, or ??) that will update the formatting of this field's contents after the page is rendered?
Thanks,
~Bob