icfnext / cq-component-maven-plugin

Other
22 stars 35 forks source link

Need help on creating coral data picker using granite/ui/components/coral/foundation/form/datepicker #82

Open NagaSeranTota opened 5 years ago

NagaSeranTota commented 5 years ago

Hi Team.

Could you please provide some sample or annotation that we need to use for creating coral data picker using granite/ui/components/coral/foundation/form/datepicker resource type.

Thanks Seran

shivramkrish commented 4 years ago

@DialogField( name = "./date", fieldLabel = "Date", fieldDescription = "Select a date.", additionalProperties = { @Property(name = DialogConstants.PROPERTY_HIDE_TIME, value = "true") } ) @DateField private final String date;