Date Picker Form Control

The oxy_datePicker built-in form control is used for offering a text field with a calendar browser that allows the user to choose a certain date in a specified format.

The oxy_datePicker form control supports the following properties:
Example: oxy_datePicker Form Control
date {
    content:
        oxy_label(text, "Date time attribute with 
                   format defined in CSS: ", width, 300px)
        oxy_datePicker(
            columns, 16, 
            edit, "@attribute",
            format, "yyyy-MM-dd");
}
Tip: To insert a sample of the oxy_datePicker form control in a CSS file , invoke the Content Completion Assistant by pressing Ctrl + Space and select the oxy_datePicker code template.

To see more detailed examples and more information about how form controls work in Oxygen XML Author Eclipse plugin, see the sample files in the following directory: [OXYGEN_INSTALL_DIR]/samples/form-controls.

Resources

For more information about form controls, watch our video demonstration: