I'd like to tweak some field labels and I read when you support HTML in the fields. I'm wondering if you could show me how or point me to the documentation that will let me change for example, trying to sqeeze "completion date" on one line.
Along with that if I could change the width of several of the data input boxes where at most the patient would be entering 2 digits bPSA 4.2 or 50 etc, and the Age when DX 30 to 100
I inserted the font size immediately and that really helped.
Probably some study in CSS would be in order for me. Will need some study on my part for your recommendations on use of field width and the addition of class. How are the W3W tutorials on CSS? Applicable in this area.
There is a lot of good info out there on CSS, on top, something I'm a huge advocate foris the use of Firefox and Firebug – great, great combo to modify your CSS on th fly (just to see how it looks) and then adapt your theme file afterwards.
Also, check out my cforms CSS guide (one of the top posts in this forum.
…and assign this class ‘newclass‘ to your text-only fields using the configuration tool, e.g.
Highest PSA when diagnosed -baseline|newclass
How do I use the configuration tool to add 'newclass' to an input field? Looks like it only works for the text field now, the text after the | is taken as regular expressions for the required field. It would be great if another | can be added for custom class after that
That's what the list item ID's could be used for. Simply reference your input file with:
li.#LISTITEMID input { your styles }
In the next release the user will be able to choose whether the input fields ID and NAME attribute are generic (cfx_field_y) or derived from the actual field label. E.g.: