dcf.Custom

The <dcf.Custom> tag inserts a label and instructions on a form and encloses other dcf form tags.

Attributes

  • Label: The label that displays on the form.
  • Instructions: The instructions that display on the form.

Usage Notes

TODO

Examples

<dcf.Custom id="sectConditions" Label="Conditions" Instructions="Select any of the following which you have had"> <dc.RowLayout> <dc.Column Size="1-2" Pad="Medium"> <dcf.YesNo Label="Heart Trouble" Name="HistoryHeartTrouble" Record="History" /> <dcf.YesNo Label="Congenital Heart Lesion" Name="HistoryHeartLesions" Record="History" /> </dc.Column> <dc.Column Size="1-2" Pad="Medium"> <dcf.YesNo Label="Cough" Name="HistoryCough" Record="History" /> <dcf.YesNo Label="Diabetes" Name="HistoryDiabetes" Record="History" /> </dc.Column> </dc.RowLayout> </dcf.Custom>