in the group form of the Notes 6 names.nsf, I’ve notice there is a field called $HTMLAttributes.
Is this a system field I haven’t come across before, or just an abitrary field name that happens to start with a dollar sign?
Randal Oulton
in the group form of the Notes 6 names.nsf, I’ve notice there is a field called $HTMLAttributes.
Is this a system field I haven’t come across before, or just an abitrary field name that happens to start with a dollar sign?
Randal Oulton
Subject: $HTMLAttributes
I would assume that this field acts like the $$HTMLHead and writes data back to the design element’s HTML Body Attributes… just a guess though and definately warrants some testing!
Well, setting the $HTMLAttributes to a CFD Text field with “class="blah"” didn’t do anything for me… or the form in question. Still, as Lotus is fond of easter-egg development practices… it wouldn’t surprise me if this field did have some application.
-Chris
Subject: RE: $HTMLAttributes
You are thinking of $HTMLBodyTag. I am not familiar with $HTMLAttributes, and it is not listed in the C API, but it could still have an application similar to what you suggest.