datatables.net-datetime
Version:
DateTime picker for DataTables.net
27 lines (21 loc) • 691 B
text/xml
<dt-option library="DateTime">
<name>i18n.selected</name>
<summary>Selected button text value</summary>
<since>DateTime 1.6.0</since>
<default value="Selected"></default>
<description>
Sets the string that will be shown in the _Selected_ button when enabled by `dt-init buttons.selected`, and causes the display to jump to the currently selected value when activated.
</description>
<example title="Set selected button text"><![CDATA[
new DateTime(document.getElementById('test'), {
buttons: {
selected: true
},
i18n: {
selected: 'Show selected value'
}
});
]]></example>
<related>de-init buttons.selected</related>
</dt-option>