-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
plugins
/
kirki
/
packages
/
kirki-framework
/
control-date
/
src
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
Control
--
NONE
Field
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
control.js
1.093KB
Edit File
Delete File
Rename
import "./control.scss"; wp.customize.controlConstructor['kirki-date'] = wp.customize.kirkiDynamicControl.extend({ handleWidth: (input) => { var styleTag = document.querySelector('#kirki-style-datepicker'); styleTag.innerHTML = '.kirki-datepicker-popup {width: ' + input.clientWidth.toString() + 'px;}'; }, initKirkiControl: function (control) { var selector; control = control || this; selector = control.selector + ' input.datepicker'; var styleTag = document.querySelector('#kirki-style-datepicker'); if (!styleTag) { styleTag = document.createElement('style'); styleTag.id = 'kirki-style-datepicker'; document.head.appendChild(styleTag); } // Init the datepicker. jQuery(selector).datepicker({ dateFormat: 'yy-mm-dd', duration: 200, beforeShow: function (input, inst) { inst.dpDiv[0].classList.add('kirki-datepicker-popup'); control.handleWidth(input); } }); // Save the changes this.container.on('change keyup paste', 'input.datepicker', function () { control.setting.set(jQuery(this).val()); }); } });
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat