hiliteStyle

Typeproperty
Dictionarywidget.datepicker
LibraryDate Picker
Syntax
set the hiliteStyle of widget to {Text | Background Square | Background Circle}
get the hiliteStyle of widget
Associationscom.livecode.widget.datepicker
Summary

Specifies the style in which the selected days are drawn..

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
set the hiliteStyle of widget "Date Picker" to "Text"
RelatedProperty: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Message: dateChanged
Description

Use the hiliteStyle property to change the style with which the selected days are drawn. Possible values are: -Text: Paints the text of the selected day of the color established in the property hiliteColor. -Background Square: Draw a box around the selected days. -Background Circle: Draw a circle around the selected days.